Shades of Lima #76BB32
Tints of Lima #76BB32
RGB
CMYK
RGB Variations
Color information
#76BB32 (or 0x76BB32) is known color: Lima. HEX triplet: 76, BB and 32. RGB value is (118,187,50). Sum of RGB (Red+Green+Blue) = 118+187+50=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 187 (73.44% from 255 or 52.68% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 187 - color contains mainly: green. Hex color #76BB32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76BB32 is #8944CD. Grayscale: #979797. Windows color (decimal): -8996046 or 3324790. OLE color: 3324790.
HSL color Cylindrical-coordinate representation of color #76BB32: hue angle of 90.22º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #76BB32 is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 187 | 50 | - |
| CMYK | 0.37 | 0 | 0.73 | 0.27 |
| HSL | 90.22º | 0.58% | 0.46% | - |
| HSV(B) | 90.22º | 0.73% | 0.73% | - |
| XYZ | 25.82 | 39.62 | 9.3 | - |
| YUV | 150.75 | 71.14 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 187 | 50 | 0.37 | 0 | 0.73 | 0.27 | 90.22 | 0.58 | 0.46 |
| Hex | 76 | BB | 32 | 25 | 0 | 49 | 1B | 5A | 3A | 2E |
| Octal | 166 | 273 | 62 | 45 | 0 | 111 | 33 | 132 | 72 | 56 |
| Binary | 1110110 | 10111011 | 110010 | 100101 | 0 | 1001001 | 11011 | 1011010 | 111010 | 101110 |
Color Harmonies of #76BB32
Complementary color
Monochromatic Colors of #76BB32
Black with #76BB32
Text Example
Text Example
White with #76BB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BB32; }
p { color: rgb(118,187,50); }
H1.HeaderClassName
{
color: #76BB32;
}
.AnyTagClassName
{
color: #76BB32;
}
</style>
background-color css
<style>
a { background-color: #76BB32; }
a { background-color: rgb(118,187,50); }
div.DivClassName
{
background-color: #76BB32;
}
.BgClassName
{
background-color: #76BB32;
}
</style>
border-color css
<style>
span { border-color: #76BB32; }
span { border-color: rgb(118,187,50); }
td.TdClassName
{
border-color: #76BB32;
}
.TagClassName
{
border-color: #76BB32;
}
</style>