Shades of Lima #81CE19
Tints of Lima #81CE19
RGB
CMYK
RGB Variations
Color information
#81CE19 (or 0x81CE19) is known color: Lima. HEX triplet: 81, CE and 19. RGB value is (129,206,25). Sum of RGB (Red+Green+Blue) = 129+206+25=360 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.83% from 360); Green value is 206 (80.86% from 255 or 57.22% from 360); Blue value is 25 (10.16% from 255 or 6.94% from 360); Max value from RGB is 206 - color contains mainly: green. Hex color #81CE19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81CE19 is #7E31E6. Grayscale: #A2A2A2. Windows color (decimal): -8270311 or 1691265. OLE color: 1691265.
HSL color Cylindrical-coordinate representation of color #81CE19: hue angle of 85.52º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #81CE19 is Cyan = 0.37, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 206 | 25 | - |
| CMYK | 0.37 | 0 | 0.88 | 0.19 |
| HSL | 85.52º | 0.78% | 0.45% | - |
| HSV(B) | 85.52º | 0.88% | 0.81% | - |
| XYZ | 31.3 | 48.88 | 8.7 | - |
| YUV | 162.34 | 50.49 | 104.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 206 | 25 | 0.37 | 0 | 0.88 | 0.19 | 85.52 | 0.78 | 0.45 |
| Hex | 81 | CE | 19 | 25 | 0 | 58 | 13 | 56 | 4E | 2D |
| Octal | 201 | 316 | 31 | 45 | 0 | 130 | 23 | 126 | 116 | 55 |
| Binary | 10000001 | 11001110 | 11001 | 100101 | 0 | 1011000 | 10011 | 1010110 | 1001110 | 101101 |
Color Harmonies of #81CE19
Complementary color
Monochromatic Colors of #81CE19
Black with #81CE19
Text Example
Text Example
White with #81CE19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81CE19; }
p { color: rgb(129,206,25); }
H1.HeaderClassName
{
color: #81CE19;
}
.AnyTagClassName
{
color: #81CE19;
}
</style>
background-color css
<style>
a { background-color: #81CE19; }
a { background-color: rgb(129,206,25); }
div.DivClassName
{
background-color: #81CE19;
}
.BgClassName
{
background-color: #81CE19;
}
</style>
border-color css
<style>
span { border-color: #81CE19; }
span { border-color: rgb(129,206,25); }
td.TdClassName
{
border-color: #81CE19;
}
.TagClassName
{
border-color: #81CE19;
}
</style>