Shades of Lawn Green #76D202
Tints of Lawn Green #76D202
RGB
CMYK
RGB Variations
Color information
#76D202 (or 0x76D202) is known color: Lawn Green. HEX triplet: 76, D2 and 02. RGB value is (118,210,2). Sum of RGB (Red+Green+Blue) = 118+210+2=330 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.76% from 330); Green value is 210 (82.42% from 255 or 63.64% from 330); Blue value is 2 (1.17% from 255 or 0.61% from 330); Max value from RGB is 210 - color contains mainly: green. Hex color #76D202 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76D202 is #892DFD. Grayscale: #9F9F9F. Windows color (decimal): -8990206 or 184950. OLE color: 184950.
HSL color Cylindrical-coordinate representation of color #76D202: hue angle of 86.54º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #76D202 is Cyan = 0.44, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 118 | 210 | 2 | - |
| CMYK | 0.44 | 0 | 0.99 | 0.18 |
| HSL | 86.54º | 0.98% | 0.42% | - |
| HSV(B) | 86.54º | 0.99% | 0.82% | - |
| XYZ | 30.53 | 49.95 | 8.09 | - |
| YUV | 158.78 | 39.52 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 210 | 2 | 0.44 | 0 | 0.99 | 0.18 | 86.54 | 0.98 | 0.42 |
| Hex | 76 | D2 | 2 | 2C | 0 | 63 | 12 | 57 | 62 | 2A |
| Octal | 166 | 322 | 2 | 54 | 0 | 143 | 22 | 127 | 142 | 52 |
| Binary | 1110110 | 11010010 | 10 | 101100 | 0 | 1100011 | 10010 | 1010111 | 1100010 | 101010 |
Color Harmonies of #76D202
Complementary color
Monochromatic Colors of #76D202
Black with #76D202
Text Example
Text Example
White with #76D202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D202; }
p { color: rgb(118,210,2); }
H1.HeaderClassName
{
color: #76D202;
}
.AnyTagClassName
{
color: #76D202;
}
</style>
background-color css
<style>
a { background-color: #76D202; }
a { background-color: rgb(118,210,2); }
div.DivClassName
{
background-color: #76D202;
}
.BgClassName
{
background-color: #76D202;
}
</style>
border-color css
<style>
span { border-color: #76D202; }
span { border-color: rgb(118,210,2); }
td.TdClassName
{
border-color: #76D202;
}
.TagClassName
{
border-color: #76D202;
}
</style>