Shades of Lawn Green #76E122
Tints of Lawn Green #76E122
RGB
CMYK
RGB Variations
Color information
#76E122 (or 0x76E122) is known color: Lawn Green. HEX triplet: 76, E1 and 22. RGB value is (118,225,34). Sum of RGB (Red+Green+Blue) = 118+225+34=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 225 (88.28% from 255 or 59.68% from 377); Blue value is 34 (13.67% from 255 or 9.02% from 377); Max value from RGB is 225 - color contains mainly: green. Hex color #76E122 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76E122 is #891EDD. Grayscale: #ABABAB. Windows color (decimal): -8986334 or 2285942. OLE color: 2285942.
HSL color Cylindrical-coordinate representation of color #76E122: hue angle of 93.61º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #76E122 is Cyan = 0.48, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 118 | 225 | 34 | - |
| CMYK | 0.48 | 0 | 0.85 | 0.12 |
| HSL | 93.61º | 0.76% | 0.51% | - |
| HSV(B) | 93.61º | 0.85% | 0.88% | - |
| XYZ | 34.69 | 57.82 | 10.85 | - |
| YUV | 171.23 | 50.55 | 90.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 225 | 34 | 0.48 | 0 | 0.85 | 0.12 | 93.61 | 0.76 | 0.51 |
| Hex | 76 | E1 | 22 | 30 | 0 | 55 | C | 5E | 4C | 33 |
| Octal | 166 | 341 | 42 | 60 | 0 | 125 | 14 | 136 | 114 | 63 |
| Binary | 1110110 | 11100001 | 100010 | 110000 | 0 | 1010101 | 1100 | 1011110 | 1001100 | 110011 |
Color Harmonies of #76E122
Complementary color
Monochromatic Colors of #76E122
Black with #76E122
Text Example
Text Example
White with #76E122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76E122; }
p { color: rgb(118,225,34); }
H1.HeaderClassName
{
color: #76E122;
}
.AnyTagClassName
{
color: #76E122;
}
</style>
background-color css
<style>
a { background-color: #76E122; }
a { background-color: rgb(118,225,34); }
div.DivClassName
{
background-color: #76E122;
}
.BgClassName
{
background-color: #76E122;
}
</style>
border-color css
<style>
span { border-color: #76E122; }
span { border-color: rgb(118,225,34); }
td.TdClassName
{
border-color: #76E122;
}
.TagClassName
{
border-color: #76E122;
}
</style>