Shades of Lima #76C220
Tints of Lima #76C220
RGB
CMYK
RGB Variations
Color information
#76C220 (or 0x76C220) is known color: Lima. HEX triplet: 76, C2 and 20. RGB value is (118,194,32). Sum of RGB (Red+Green+Blue) = 118+194+32=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 194 (76.17% from 255 or 56.40% from 344); Blue value is 32 (12.89% from 255 or 9.30% from 344); Max value from RGB is 194 - color contains mainly: green. Hex color #76C220 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C220 is #893DDF. Grayscale: #999999. Windows color (decimal): -8994272 or 2146934. OLE color: 2146934.
HSL color Cylindrical-coordinate representation of color #76C220: hue angle of 88.15º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #76C220 is Cyan = 0.39, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 194 | 32 | - |
| CMYK | 0.39 | 0 | 0.84 | 0.24 |
| HSL | 88.15º | 0.72% | 0.44% | - |
| HSV(B) | 88.15º | 0.84% | 0.76% | - |
| XYZ | 27.02 | 42.54 | 8.15 | - |
| YUV | 152.81 | 59.82 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 194 | 32 | 0.39 | 0 | 0.84 | 0.24 | 88.15 | 0.72 | 0.44 |
| Hex | 76 | C2 | 20 | 27 | 0 | 54 | 18 | 58 | 48 | 2C |
| Octal | 166 | 302 | 40 | 47 | 0 | 124 | 30 | 130 | 110 | 54 |
| Binary | 1110110 | 11000010 | 100000 | 100111 | 0 | 1010100 | 11000 | 1011000 | 1001000 | 101100 |
Color Harmonies of #76C220
Complementary color
Monochromatic Colors of #76C220
Black with #76C220
Text Example
Text Example
White with #76C220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C220; }
p { color: rgb(118,194,32); }
H1.HeaderClassName
{
color: #76C220;
}
.AnyTagClassName
{
color: #76C220;
}
</style>
background-color css
<style>
a { background-color: #76C220; }
a { background-color: rgb(118,194,32); }
div.DivClassName
{
background-color: #76C220;
}
.BgClassName
{
background-color: #76C220;
}
</style>
border-color css
<style>
span { border-color: #76C220; }
span { border-color: rgb(118,194,32); }
td.TdClassName
{
border-color: #76C220;
}
.TagClassName
{
border-color: #76C220;
}
</style>