Shades of Lawn Green #76F124
Tints of Lawn Green #76F124
RGB
CMYK
RGB Variations
Color information
#76F124 (or 0x76F124) is known color: Lawn Green. HEX triplet: 76, F1 and 24. RGB value is (118,241,36). Sum of RGB (Red+Green+Blue) = 118+241+36=395 (52% of max value = 765). Red value is 118 (46.48% from 255 or 29.87% from 395); Green value is 241 (94.53% from 255 or 61.01% from 395); Blue value is 36 (14.45% from 255 or 9.11% from 395); Max value from RGB is 241 - color contains mainly: green. Hex color #76F124 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #76F124 is #890EDB. Grayscale: #B5B5B5. Windows color (decimal): -8982236 or 2421110. OLE color: 2421110.
HSL color Cylindrical-coordinate representation of color #76F124: hue angle of 96º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #76F124 is Cyan = 0.51, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 118 | 241 | 36 | - |
| CMYK | 0.51 | 0 | 0.85 | 0.05 |
| HSL | 96º | 0.88% | 0.54% | - |
| HSV(B) | 96º | 0.85% | 0.95% | - |
| XYZ | 39.24 | 66.89 | 12.51 | - |
| YUV | 180.85 | 46.25 | 83.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 241 | 36 | 0.51 | 0 | 0.85 | 0.05 | 96 | 0.88 | 0.54 |
| Hex | 76 | F1 | 24 | 33 | 0 | 55 | 5 | 60 | 58 | 36 |
| Octal | 166 | 361 | 44 | 63 | 0 | 125 | 5 | 140 | 130 | 66 |
| Binary | 1110110 | 11110001 | 100100 | 110011 | 0 | 1010101 | 101 | 1100000 | 1011000 | 110110 |
Color Harmonies of #76F124
Complementary color
Monochromatic Colors of #76F124
Black with #76F124
Text Example
Text Example
White with #76F124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76F124; }
p { color: rgb(118,241,36); }
H1.HeaderClassName
{
color: #76F124;
}
.AnyTagClassName
{
color: #76F124;
}
</style>
background-color css
<style>
a { background-color: #76F124; }
a { background-color: rgb(118,241,36); }
div.DivClassName
{
background-color: #76F124;
}
.BgClassName
{
background-color: #76F124;
}
</style>
border-color css
<style>
span { border-color: #76F124; }
span { border-color: rgb(118,241,36); }
td.TdClassName
{
border-color: #76F124;
}
.TagClassName
{
border-color: #76F124;
}
</style>