Shades of Lima #76CB20
Tints of Lima #76CB20
RGB
CMYK
RGB Variations
Color information
#76CB20 (or 0x76CB20) is known color: Lima. HEX triplet: 76, CB and 20. RGB value is (118,203,32). Sum of RGB (Red+Green+Blue) = 118+203+32=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 203 (79.69% from 255 or 57.51% from 353); Blue value is 32 (12.89% from 255 or 9.07% from 353); Max value from RGB is 203 - color contains mainly: green. Hex color #76CB20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76CB20 is #8934DF. Grayscale: #9E9E9E. Windows color (decimal): -8991968 or 2149238. OLE color: 2149238.
HSL color Cylindrical-coordinate representation of color #76CB20: hue angle of 89.82º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #76CB20 is Cyan = 0.42, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 203 | 32 | - |
| CMYK | 0.42 | 0 | 0.84 | 0.20 |
| HSL | 89.82º | 0.73% | 0.46% | - |
| HSV(B) | 89.82º | 0.84% | 0.8% | - |
| XYZ | 29.09 | 46.67 | 8.84 | - |
| YUV | 158.09 | 56.84 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 203 | 32 | 0.42 | 0 | 0.84 | 0.20 | 89.82 | 0.73 | 0.46 |
| Hex | 76 | CB | 20 | 2A | 0 | 54 | 14 | 5A | 49 | 2E |
| Octal | 166 | 313 | 40 | 52 | 0 | 124 | 24 | 132 | 111 | 56 |
| Binary | 1110110 | 11001011 | 100000 | 101010 | 0 | 1010100 | 10100 | 1011010 | 1001001 | 101110 |
Color Harmonies of #76CB20
Complementary color
Monochromatic Colors of #76CB20
Black with #76CB20
Text Example
Text Example
White with #76CB20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CB20; }
p { color: rgb(118,203,32); }
H1.HeaderClassName
{
color: #76CB20;
}
.AnyTagClassName
{
color: #76CB20;
}
</style>
background-color css
<style>
a { background-color: #76CB20; }
a { background-color: rgb(118,203,32); }
div.DivClassName
{
background-color: #76CB20;
}
.BgClassName
{
background-color: #76CB20;
}
</style>
border-color css
<style>
span { border-color: #76CB20; }
span { border-color: rgb(118,203,32); }
td.TdClassName
{
border-color: #76CB20;
}
.TagClassName
{
border-color: #76CB20;
}
</style>