Shades of Lima #76CF11
Tints of Lima #76CF11
RGB
CMYK
RGB Variations
Color information
#76CF11 (or 0x76CF11) is known color: Lima. HEX triplet: 76, CF and 11. RGB value is (118,207,17). Sum of RGB (Red+Green+Blue) = 118+207+17=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 207 (81.25% from 255 or 60.53% from 342); Blue value is 17 (7.03% from 255 or 4.97% from 342); Max value from RGB is 207 - color contains mainly: green. Hex color #76CF11 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76CF11 is #8930EE. Grayscale: #9F9F9F. Windows color (decimal): -8990959 or 1167222. OLE color: 1167222.
HSL color Cylindrical-coordinate representation of color #76CF11: hue angle of 88.11º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #76CF11 is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 118 | 207 | 17 | - |
| CMYK | 0.43 | 0 | 0.92 | 0.19 |
| HSL | 88.11º | 0.85% | 0.44% | - |
| HSV(B) | 88.11º | 0.92% | 0.81% | - |
| XYZ | 29.89 | 48.52 | 8.32 | - |
| YUV | 158.73 | 48.01 | 98.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 207 | 17 | 0.43 | 0 | 0.92 | 0.19 | 88.11 | 0.85 | 0.44 |
| Hex | 76 | CF | 11 | 2B | 0 | 5C | 13 | 58 | 55 | 2C |
| Octal | 166 | 317 | 21 | 53 | 0 | 134 | 23 | 130 | 125 | 54 |
| Binary | 1110110 | 11001111 | 10001 | 101011 | 0 | 1011100 | 10011 | 1011000 | 1010101 | 101100 |
Color Harmonies of #76CF11
Complementary color
Monochromatic Colors of #76CF11
Black with #76CF11
Text Example
Text Example
White with #76CF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CF11; }
p { color: rgb(118,207,17); }
H1.HeaderClassName
{
color: #76CF11;
}
.AnyTagClassName
{
color: #76CF11;
}
</style>
background-color css
<style>
a { background-color: #76CF11; }
a { background-color: rgb(118,207,17); }
div.DivClassName
{
background-color: #76CF11;
}
.BgClassName
{
background-color: #76CF11;
}
</style>
border-color css
<style>
span { border-color: #76CF11; }
span { border-color: rgb(118,207,17); }
td.TdClassName
{
border-color: #76CF11;
}
.TagClassName
{
border-color: #76CF11;
}
</style>