Shades of Lawn Green #76EC1E
Tints of Lawn Green #76EC1E
RGB
CMYK
RGB Variations
Color information
#76EC1E (or 0x76EC1E) is known color: Lawn Green. HEX triplet: 76, EC and 1E. RGB value is (118,236,30). Sum of RGB (Red+Green+Blue) = 118+236+30=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 236 (92.58% from 255 or 61.46% from 384); Blue value is 30 (12.11% from 255 or 7.81% from 384); Max value from RGB is 236 - color contains mainly: green. Hex color #76EC1E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76EC1E is #8913E1. Grayscale: #B1B1B1. Windows color (decimal): -8983522 or 2026614. OLE color: 2026614.
HSL color Cylindrical-coordinate representation of color #76EC1E: hue angle of 94.37º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #76EC1E is Cyan = 0.5, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 236 | 30 | - |
| CMYK | 0.5 | 0 | 0.87 | 0.07 |
| HSL | 94.37º | 0.84% | 0.52% | - |
| HSV(B) | 94.37º | 0.87% | 0.93% | - |
| XYZ | 37.7 | 63.94 | 11.58 | - |
| YUV | 177.23 | 44.91 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 236 | 30 | 0.5 | 0 | 0.87 | 0.07 | 94.37 | 0.84 | 0.52 |
| Hex | 76 | EC | 1E | 32 | 0 | 57 | 7 | 5E | 54 | 34 |
| Octal | 166 | 354 | 36 | 62 | 0 | 127 | 7 | 136 | 124 | 64 |
| Binary | 1110110 | 11101100 | 11110 | 110010 | 0 | 1010111 | 111 | 1011110 | 1010100 | 110100 |
Color Harmonies of #76EC1E
Complementary color
Monochromatic Colors of #76EC1E
Black with #76EC1E
Text Example
Text Example
White with #76EC1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76EC1E; }
p { color: rgb(118,236,30); }
H1.HeaderClassName
{
color: #76EC1E;
}
.AnyTagClassName
{
color: #76EC1E;
}
</style>
background-color css
<style>
a { background-color: #76EC1E; }
a { background-color: rgb(118,236,30); }
div.DivClassName
{
background-color: #76EC1E;
}
.BgClassName
{
background-color: #76EC1E;
}
</style>
border-color css
<style>
span { border-color: #76EC1E; }
span { border-color: rgb(118,236,30); }
td.TdClassName
{
border-color: #76EC1E;
}
.TagClassName
{
border-color: #76EC1E;
}
</style>