Shades of Lima #76BB19
Tints of Lima #76BB19
RGB
CMYK
RGB Variations
Color information
#76BB19 (or 0x76BB19) is known color: Lima. HEX triplet: 76, BB and 19. RGB value is (118,187,25). Sum of RGB (Red+Green+Blue) = 118+187+25=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 187 (73.44% from 255 or 56.67% from 330); Blue value is 25 (10.16% from 255 or 7.58% from 330); Max value from RGB is 187 - color contains mainly: green. Hex color #76BB19 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76BB19 is #8944E6. Grayscale: #949494. Windows color (decimal): -8996071 or 1686390. OLE color: 1686390.
HSL color Cylindrical-coordinate representation of color #76BB19: hue angle of 85.56º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #76BB19 is Cyan = 0.37, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 187 | 25 | - |
| CMYK | 0.37 | 0 | 0.87 | 0.27 |
| HSL | 85.56º | 0.76% | 0.42% | - |
| HSV(B) | 85.56º | 0.87% | 0.73% | - |
| XYZ | 25.42 | 39.46 | 7.2 | - |
| YUV | 147.9 | 58.64 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 187 | 25 | 0.37 | 0 | 0.87 | 0.27 | 85.56 | 0.76 | 0.42 |
| Hex | 76 | BB | 19 | 25 | 0 | 57 | 1B | 56 | 4C | 2A |
| Octal | 166 | 273 | 31 | 45 | 0 | 127 | 33 | 126 | 114 | 52 |
| Binary | 1110110 | 10111011 | 11001 | 100101 | 0 | 1010111 | 11011 | 1010110 | 1001100 | 101010 |
Color Harmonies of #76BB19
Complementary color
Monochromatic Colors of #76BB19
Black with #76BB19
Text Example
Text Example
White with #76BB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BB19; }
p { color: rgb(118,187,25); }
H1.HeaderClassName
{
color: #76BB19;
}
.AnyTagClassName
{
color: #76BB19;
}
</style>
background-color css
<style>
a { background-color: #76BB19; }
a { background-color: rgb(118,187,25); }
div.DivClassName
{
background-color: #76BB19;
}
.BgClassName
{
background-color: #76BB19;
}
</style>
border-color css
<style>
span { border-color: #76BB19; }
span { border-color: rgb(118,187,25); }
td.TdClassName
{
border-color: #76BB19;
}
.TagClassName
{
border-color: #76BB19;
}
</style>