Shades of Lima #81C308
Tints of Lima #81C308
RGB
CMYK
RGB Variations
Color information
#81C308 (or 0x81C308) is known color: Lima. HEX triplet: 81, C3 and 08. RGB value is (129,195,8). Sum of RGB (Red+Green+Blue) = 129+195+8=332 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.86% from 332); Green value is 195 (76.56% from 255 or 58.73% from 332); Blue value is 8 (3.52% from 255 or 2.41% from 332); Max value from RGB is 195 - color contains mainly: green. Hex color #81C308 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #81C308 is #7E3CF7. Grayscale: #9A9A9A. Windows color (decimal): -8273144 or 574337. OLE color: 574337.
HSL color Cylindrical-coordinate representation of color #81C308: hue angle of 81.18º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #81C308 is Cyan = 0.34, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 195 | 8 | - |
| CMYK | 0.34 | 0 | 0.96 | 0.24 |
| HSL | 81.18º | 0.92% | 0.4% | - |
| HSV(B) | 81.18º | 0.96% | 0.76% | - |
| XYZ | 28.61 | 43.71 | 7.16 | - |
| YUV | 153.95 | 45.63 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 195 | 8 | 0.34 | 0 | 0.96 | 0.24 | 81.18 | 0.92 | 0.4 |
| Hex | 81 | C3 | 8 | 22 | 0 | 60 | 18 | 51 | 5C | 28 |
| Octal | 201 | 303 | 10 | 42 | 0 | 140 | 30 | 121 | 134 | 50 |
| Binary | 10000001 | 11000011 | 1000 | 100010 | 0 | 1100000 | 11000 | 1010001 | 1011100 | 101000 |
Color Harmonies of #81C308
Complementary color
Monochromatic Colors of #81C308
Black with #81C308
Text Example
Text Example
White with #81C308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81C308; }
p { color: rgb(129,195,8); }
H1.HeaderClassName
{
color: #81C308;
}
.AnyTagClassName
{
color: #81C308;
}
</style>
background-color css
<style>
a { background-color: #81C308; }
a { background-color: rgb(129,195,8); }
div.DivClassName
{
background-color: #81C308;
}
.BgClassName
{
background-color: #81C308;
}
</style>
border-color css
<style>
span { border-color: #81C308; }
span { border-color: rgb(129,195,8); }
td.TdClassName
{
border-color: #81C308;
}
.TagClassName
{
border-color: #81C308;
}
</style>