Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Lima | 81B208 | #81B208 | 129, 178, 8 | 50.59, 69.8, 3.14 | 27.53, 0, 95.51, 30.2 | 77.294117647059, 95.505617977528, 69.803921568627 |
Color #81b208 is Lima. In RGB: 50.59, 69.8, 3.14. In CMYK: 27.53, 0, 95.51, 30.2.
div { background: #81b208; color: #000; }
div { background: #81b208; color: #fff; }
div { background: linear-gradient(to bottom, #659700 0%, #9DCE32 100%); color: #000; }
div { background: linear-gradient(to bottom, #9DCE32 0%, #659700 100%); color: #000; }
div { background: linear-gradient(to bottom, #659700 0%, #9DCE32 100%); color: #fff; }
div { background: linear-gradient(to bottom, #9DCE32 0%, #659700 100%); color: #fff; }
div { border: 1px solid #81b208; }
div { border: 5px solid #81b208; }
div { border: 1px dashed #81b208; }
div { border: 5px dashed #81b208; }
div { border: 1px dotted #81b208; }
div { border: 5px dotted #81b208; }