Shades of Lawn Green #80E118
Tints of Lawn Green #80E118
RGB
CMYK
RGB Variations
Color information
#80E118 (or 0x80E118) is known color: Lawn Green. HEX triplet: 80, E1 and 18. RGB value is (128,225,24). Sum of RGB (Red+Green+Blue) = 128+225+24=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 225 (88.28% from 255 or 59.68% from 377); Blue value is 24 (9.77% from 255 or 6.37% from 377); Max value from RGB is 225 - color contains mainly: green. Hex color #80E118 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80E118 is #7F1EE7. Grayscale: #ADADAD. Windows color (decimal): -8330984 or 1630592. OLE color: 1630592.
HSL color Cylindrical-coordinate representation of color #80E118: hue angle of 88.96º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #80E118 is Cyan = 0.43, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 225 | 24 | - |
| CMYK | 0.43 | 0 | 0.89 | 0.12 |
| HSL | 88.96º | 0.81% | 0.49% | - |
| HSV(B) | 88.96º | 0.89% | 0.88% | - |
| XYZ | 35.99 | 58.51 | 10.26 | - |
| YUV | 173.08 | 43.86 | 95.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 225 | 24 | 0.43 | 0 | 0.89 | 0.12 | 88.96 | 0.81 | 0.49 |
| Hex | 80 | E1 | 18 | 2B | 0 | 59 | C | 59 | 51 | 31 |
| Octal | 200 | 341 | 30 | 53 | 0 | 131 | 14 | 131 | 121 | 61 |
| Binary | 10000000 | 11100001 | 11000 | 101011 | 0 | 1011001 | 1100 | 1011001 | 1010001 | 110001 |
Color Harmonies of #80E118
Complementary color
Monochromatic Colors of #80E118
Black with #80E118
Text Example
Text Example
White with #80E118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E118; }
p { color: rgb(128,225,24); }
H1.HeaderClassName
{
color: #80E118;
}
.AnyTagClassName
{
color: #80E118;
}
</style>
background-color css
<style>
a { background-color: #80E118; }
a { background-color: rgb(128,225,24); }
div.DivClassName
{
background-color: #80E118;
}
.BgClassName
{
background-color: #80E118;
}
</style>
border-color css
<style>
span { border-color: #80E118; }
span { border-color: rgb(128,225,24); }
td.TdClassName
{
border-color: #80E118;
}
.TagClassName
{
border-color: #80E118;
}
</style>