Shades of Lima #81D30F
Tints of Lima #81D30F
RGB
CMYK
RGB Variations
Color information
#81D30F (or 0x81D30F) is known color: Lima. HEX triplet: 81, D3 and 0F. RGB value is (129,211,15). Sum of RGB (Red+Green+Blue) = 129+211+15=355 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.34% from 355); Green value is 211 (82.81% from 255 or 59.44% from 355); Blue value is 15 (6.25% from 255 or 4.23% from 355); Max value from RGB is 211 - color contains mainly: green. Hex color #81D30F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81D30F is #7E2CF0. Grayscale: #A4A4A4. Windows color (decimal): -8269041 or 1037185. OLE color: 1037185.
HSL color Cylindrical-coordinate representation of color #81D30F: hue angle of 85.1º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #81D30F is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 129 | 211 | 15 | - |
| CMYK | 0.39 | 0 | 0.93 | 0.17 |
| HSL | 85.1º | 0.87% | 0.44% | - |
| HSV(B) | 85.1º | 0.93% | 0.83% | - |
| XYZ | 32.43 | 51.29 | 8.64 | - |
| YUV | 164.14 | 43.83 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 211 | 15 | 0.39 | 0 | 0.93 | 0.17 | 85.1 | 0.87 | 0.44 |
| Hex | 81 | D3 | F | 27 | 0 | 5D | 11 | 55 | 57 | 2C |
| Octal | 201 | 323 | 17 | 47 | 0 | 135 | 21 | 125 | 127 | 54 |
| Binary | 10000001 | 11010011 | 1111 | 100111 | 0 | 1011101 | 10001 | 1010101 | 1010111 | 101100 |
Color Harmonies of #81D30F
Complementary color
Monochromatic Colors of #81D30F
Black with #81D30F
Text Example
Text Example
White with #81D30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81D30F; }
p { color: rgb(129,211,15); }
H1.HeaderClassName
{
color: #81D30F;
}
.AnyTagClassName
{
color: #81D30F;
}
</style>
background-color css
<style>
a { background-color: #81D30F; }
a { background-color: rgb(129,211,15); }
div.DivClassName
{
background-color: #81D30F;
}
.BgClassName
{
background-color: #81D30F;
}
</style>
border-color css
<style>
span { border-color: #81D30F; }
span { border-color: rgb(129,211,15); }
td.TdClassName
{
border-color: #81D30F;
}
.TagClassName
{
border-color: #81D30F;
}
</style>