Shades of Lawn Green #76EA1C
Tints of Lawn Green #76EA1C
RGB
CMYK
RGB Variations
Color information
#76EA1C (or 0x76EA1C) is known color: Lawn Green. HEX triplet: 76, EA and 1C. RGB value is (118,234,28). Sum of RGB (Red+Green+Blue) = 118+234+28=380 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.05% from 380); Green value is 234 (91.80% from 255 or 61.58% from 380); Blue value is 28 (11.33% from 255 or 7.37% from 380); Max value from RGB is 234 - color contains mainly: green. Hex color #76EA1C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76EA1C is #8915E3. Grayscale: #B0B0B0. Windows color (decimal): -8984036 or 1895030. OLE color: 1895030.
HSL color Cylindrical-coordinate representation of color #76EA1C: hue angle of 93.79º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #76EA1C is Cyan = 0.50, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 118 | 234 | 28 | - |
| CMYK | 0.50 | 0 | 0.88 | 0.08 |
| HSL | 93.79º | 0.83% | 0.51% | - |
| HSV(B) | 93.79º | 0.88% | 0.92% | - |
| XYZ | 37.1 | 62.78 | 11.26 | - |
| YUV | 175.83 | 44.57 | 86.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 234 | 28 | 0.50 | 0 | 0.88 | 0.08 | 93.79 | 0.83 | 0.51 |
| Hex | 76 | EA | 1C | 32 | 0 | 58 | 8 | 5E | 53 | 33 |
| Octal | 166 | 352 | 34 | 62 | 0 | 130 | 10 | 136 | 123 | 63 |
| Binary | 1110110 | 11101010 | 11100 | 110010 | 0 | 1011000 | 1000 | 1011110 | 1010011 | 110011 |
Color Harmonies of #76EA1C
Complementary color
Monochromatic Colors of #76EA1C
Black with #76EA1C
Text Example
Text Example
White with #76EA1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76EA1C; }
p { color: rgb(118,234,28); }
H1.HeaderClassName
{
color: #76EA1C;
}
.AnyTagClassName
{
color: #76EA1C;
}
</style>
background-color css
<style>
a { background-color: #76EA1C; }
a { background-color: rgb(118,234,28); }
div.DivClassName
{
background-color: #76EA1C;
}
.BgClassName
{
background-color: #76EA1C;
}
</style>
border-color css
<style>
span { border-color: #76EA1C; }
span { border-color: rgb(118,234,28); }
td.TdClassName
{
border-color: #76EA1C;
}
.TagClassName
{
border-color: #76EA1C;
}
</style>