Shades of Lima #76C22E
Tints of Lima #76C22E
RGB
CMYK
RGB Variations
Color information
#76C22E (or 0x76C22E) is known color: Lima. HEX triplet: 76, C2 and 2E. RGB value is (118,194,46). Sum of RGB (Red+Green+Blue) = 118+194+46=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 194 (76.17% from 255 or 54.19% from 358); Blue value is 46 (18.36% from 255 or 12.85% from 358); Max value from RGB is 194 - color contains mainly: green. Hex color #76C22E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76C22E is #893DD1. Grayscale: #9A9A9A. Windows color (decimal): -8994258 or 3064438. OLE color: 3064438.
HSL color Cylindrical-coordinate representation of color #76C22E: hue angle of 90.81º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #76C22E is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 118 | 194 | 46 | - |
| CMYK | 0.39 | 0 | 0.76 | 0.24 |
| HSL | 90.81º | 0.62% | 0.47% | - |
| HSV(B) | 90.81º | 0.76% | 0.76% | - |
| XYZ | 27.26 | 42.63 | 9.38 | - |
| YUV | 154.4 | 66.82 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 194 | 46 | 0.39 | 0 | 0.76 | 0.24 | 90.81 | 0.62 | 0.47 |
| Hex | 76 | C2 | 2E | 27 | 0 | 4C | 18 | 5B | 3E | 2F |
| Octal | 166 | 302 | 56 | 47 | 0 | 114 | 30 | 133 | 76 | 57 |
| Binary | 1110110 | 11000010 | 101110 | 100111 | 0 | 1001100 | 11000 | 1011011 | 111110 | 101111 |
Color Harmonies of #76C22E
Complementary color
Monochromatic Colors of #76C22E
Black with #76C22E
Text Example
Text Example
White with #76C22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C22E; }
p { color: rgb(118,194,46); }
H1.HeaderClassName
{
color: #76C22E;
}
.AnyTagClassName
{
color: #76C22E;
}
</style>
background-color css
<style>
a { background-color: #76C22E; }
a { background-color: rgb(118,194,46); }
div.DivClassName
{
background-color: #76C22E;
}
.BgClassName
{
background-color: #76C22E;
}
</style>
border-color css
<style>
span { border-color: #76C22E; }
span { border-color: rgb(118,194,46); }
td.TdClassName
{
border-color: #76C22E;
}
.TagClassName
{
border-color: #76C22E;
}
</style>