Shades of Lawn Green #76EF1C
Tints of Lawn Green #76EF1C
RGB
CMYK
RGB Variations
Color information
#76EF1C (or 0x76EF1C) is known color: Lawn Green. HEX triplet: 76, EF and 1C. RGB value is (118,239,28). Sum of RGB (Red+Green+Blue) = 118+239+28=385 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.65% from 385); Green value is 239 (93.75% from 255 or 62.08% from 385); Blue value is 28 (11.33% from 255 or 7.27% from 385); Max value from RGB is 239 - color contains mainly: green. Hex color #76EF1C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76EF1C is #8910E3. Grayscale: #B3B3B3. Windows color (decimal): -8982756 or 1896310. OLE color: 1896310.
HSL color Cylindrical-coordinate representation of color #76EF1C: hue angle of 94.41º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #76EF1C is Cyan = 0.51, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 239 | 28 | - |
| CMYK | 0.51 | 0 | 0.88 | 0.06 |
| HSL | 94.41º | 0.87% | 0.52% | - |
| HSV(B) | 94.41º | 0.88% | 0.94% | - |
| XYZ | 38.55 | 65.67 | 11.74 | - |
| YUV | 178.77 | 42.91 | 84.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 239 | 28 | 0.51 | 0 | 0.88 | 0.06 | 94.41 | 0.87 | 0.52 |
| Hex | 76 | EF | 1C | 33 | 0 | 58 | 6 | 5E | 57 | 34 |
| Octal | 166 | 357 | 34 | 63 | 0 | 130 | 6 | 136 | 127 | 64 |
| Binary | 1110110 | 11101111 | 11100 | 110011 | 0 | 1011000 | 110 | 1011110 | 1010111 | 110100 |
Color Harmonies of #76EF1C
Complementary color
Monochromatic Colors of #76EF1C
Black with #76EF1C
Text Example
Text Example
White with #76EF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76EF1C; }
p { color: rgb(118,239,28); }
H1.HeaderClassName
{
color: #76EF1C;
}
.AnyTagClassName
{
color: #76EF1C;
}
</style>
background-color css
<style>
a { background-color: #76EF1C; }
a { background-color: rgb(118,239,28); }
div.DivClassName
{
background-color: #76EF1C;
}
.BgClassName
{
background-color: #76EF1C;
}
</style>
border-color css
<style>
span { border-color: #76EF1C; }
span { border-color: rgb(118,239,28); }
td.TdClassName
{
border-color: #76EF1C;
}
.TagClassName
{
border-color: #76EF1C;
}
</style>