Shades of Lima #76BB14
Tints of Lima #76BB14
RGB
CMYK
RGB Variations
Color information
#76BB14 (or 0x76BB14) is known color: Lima. HEX triplet: 76, BB and 14. RGB value is (118,187,20). Sum of RGB (Red+Green+Blue) = 118+187+20=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 187 (73.44% from 255 or 57.54% from 325); Blue value is 20 (8.20% from 255 or 6.15% from 325); Max value from RGB is 187 - color contains mainly: green. Hex color #76BB14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76BB14 is #8944EB. Grayscale: #939393. Windows color (decimal): -8996076 or 1358710. OLE color: 1358710.
HSL color Cylindrical-coordinate representation of color #76BB14: hue angle of 84.79º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #76BB14 is Cyan = 0.37, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 187 | 20 | - |
| CMYK | 0.37 | 0 | 0.89 | 0.27 |
| HSL | 84.79º | 0.81% | 0.41% | - |
| HSV(B) | 84.79º | 0.89% | 0.73% | - |
| XYZ | 25.37 | 39.44 | 6.94 | - |
| YUV | 147.33 | 56.14 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 187 | 20 | 0.37 | 0 | 0.89 | 0.27 | 84.79 | 0.81 | 0.41 |
| Hex | 76 | BB | 14 | 25 | 0 | 59 | 1B | 55 | 51 | 29 |
| Octal | 166 | 273 | 24 | 45 | 0 | 131 | 33 | 125 | 121 | 51 |
| Binary | 1110110 | 10111011 | 10100 | 100101 | 0 | 1011001 | 11011 | 1010101 | 1010001 | 101001 |
Color Harmonies of #76BB14
Complementary color
Monochromatic Colors of #76BB14
Black with #76BB14
Text Example
Text Example
White with #76BB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BB14; }
p { color: rgb(118,187,20); }
H1.HeaderClassName
{
color: #76BB14;
}
.AnyTagClassName
{
color: #76BB14;
}
</style>
background-color css
<style>
a { background-color: #76BB14; }
a { background-color: rgb(118,187,20); }
div.DivClassName
{
background-color: #76BB14;
}
.BgClassName
{
background-color: #76BB14;
}
</style>
border-color css
<style>
span { border-color: #76BB14; }
span { border-color: rgb(118,187,20); }
td.TdClassName
{
border-color: #76BB14;
}
.TagClassName
{
border-color: #76BB14;
}
</style>