Shades of Lima #76BB2C
Tints of Lima #76BB2C
RGB
CMYK
RGB Variations
Color information
#76BB2C (or 0x76BB2C) is known color: Lima. HEX triplet: 76, BB and 2C. RGB value is (118,187,44). Sum of RGB (Red+Green+Blue) = 118+187+44=349 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.81% from 349); Green value is 187 (73.44% from 255 or 53.58% from 349); Blue value is 44 (17.58% from 255 or 12.61% from 349); Max value from RGB is 187 - color contains mainly: green. Hex color #76BB2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BB2C is #8944D3. Grayscale: #969696. Windows color (decimal): -8996052 or 2931574. OLE color: 2931574.
HSL color Cylindrical-coordinate representation of color #76BB2C: hue angle of 88.95º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #76BB2C is Cyan = 0.37, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 187 | 44 | - |
| CMYK | 0.37 | 0 | 0.76 | 0.27 |
| HSL | 88.95º | 0.62% | 0.45% | - |
| HSV(B) | 88.95º | 0.76% | 0.73% | - |
| XYZ | 25.7 | 39.57 | 8.67 | - |
| YUV | 150.07 | 68.14 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 187 | 44 | 0.37 | 0 | 0.76 | 0.27 | 88.95 | 0.62 | 0.45 |
| Hex | 76 | BB | 2C | 25 | 0 | 4C | 1B | 59 | 3E | 2D |
| Octal | 166 | 273 | 54 | 45 | 0 | 114 | 33 | 131 | 76 | 55 |
| Binary | 1110110 | 10111011 | 101100 | 100101 | 0 | 1001100 | 11011 | 1011001 | 111110 | 101101 |
Color Harmonies of #76BB2C
Complementary color
Monochromatic Colors of #76BB2C
Black with #76BB2C
Text Example
Text Example
White with #76BB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BB2C; }
p { color: rgb(118,187,44); }
H1.HeaderClassName
{
color: #76BB2C;
}
.AnyTagClassName
{
color: #76BB2C;
}
</style>
background-color css
<style>
a { background-color: #76BB2C; }
a { background-color: rgb(118,187,44); }
div.DivClassName
{
background-color: #76BB2C;
}
.BgClassName
{
background-color: #76BB2C;
}
</style>
border-color css
<style>
span { border-color: #76BB2C; }
span { border-color: rgb(118,187,44); }
td.TdClassName
{
border-color: #76BB2C;
}
.TagClassName
{
border-color: #76BB2C;
}
</style>