Shades of Lima #81CE14
Tints of Lima #81CE14
RGB
CMYK
RGB Variations
Color information
#81CE14 (or 0x81CE14) is known color: Lima. HEX triplet: 81, CE and 14. RGB value is (129,206,20). Sum of RGB (Red+Green+Blue) = 129+206+20=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 206 (80.86% from 255 or 58.03% from 355); Blue value is 20 (8.20% from 255 or 5.63% from 355); Max value from RGB is 206 - color contains mainly: green. Hex color #81CE14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81CE14 is #7E31EB. Grayscale: #A2A2A2. Windows color (decimal): -8270316 or 1363585. OLE color: 1363585.
HSL color Cylindrical-coordinate representation of color #81CE14: hue angle of 84.84º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #81CE14 is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 206 | 20 | - |
| CMYK | 0.37 | 0 | 0.90 | 0.19 |
| HSL | 84.84º | 0.82% | 0.44% | - |
| HSV(B) | 84.84º | 0.9% | 0.81% | - |
| XYZ | 31.25 | 48.86 | 8.45 | - |
| YUV | 161.77 | 47.99 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 206 | 20 | 0.37 | 0 | 0.90 | 0.19 | 84.84 | 0.82 | 0.44 |
| Hex | 81 | CE | 14 | 25 | 0 | 5A | 13 | 55 | 52 | 2C |
| Octal | 201 | 316 | 24 | 45 | 0 | 132 | 23 | 125 | 122 | 54 |
| Binary | 10000001 | 11001110 | 10100 | 100101 | 0 | 1011010 | 10011 | 1010101 | 1010010 | 101100 |
Color Harmonies of #81CE14
Complementary color
Monochromatic Colors of #81CE14
Black with #81CE14
Text Example
Text Example
White with #81CE14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CE14; }
p { color: rgb(129,206,20); }
H1.HeaderClassName
{
color: #81CE14;
}
.AnyTagClassName
{
color: #81CE14;
}
</style>
background-color css
<style>
a { background-color: #81CE14; }
a { background-color: rgb(129,206,20); }
div.DivClassName
{
background-color: #81CE14;
}
.BgClassName
{
background-color: #81CE14;
}
</style>
border-color css
<style>
span { border-color: #81CE14; }
span { border-color: rgb(129,206,20); }
td.TdClassName
{
border-color: #81CE14;
}
.TagClassName
{
border-color: #81CE14;
}
</style>