Shades of Lawn Green #80E30C
Tints of Lawn Green #80E30C
RGB
CMYK
RGB Variations
Color information
#80E30C (or 0x80E30C) is known color: Lawn Green. HEX triplet: 80, E3 and 0C. RGB value is (128,227,12). Sum of RGB (Red+Green+Blue) = 128+227+12=367 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.88% from 367); Green value is 227 (89.06% from 255 or 61.85% from 367); Blue value is 12 (5.08% from 255 or 3.27% from 367); Max value from RGB is 227 - color contains mainly: green. Hex color #80E30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80E30C is #7F1CF3. Grayscale: #ADADAD. Windows color (decimal): -8330484 or 844672. OLE color: 844672.
HSL color Cylindrical-coordinate representation of color #80E30C: hue angle of 87.63º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #80E30C is Cyan = 0.44, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 128 | 227 | 12 | - |
| CMYK | 0.44 | 0 | 0.95 | 0.11 |
| HSL | 87.63º | 0.9% | 0.47% | - |
| HSV(B) | 87.63º | 0.95% | 0.89% | - |
| XYZ | 36.44 | 59.55 | 9.92 | - |
| YUV | 172.89 | 37.2 | 95.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 227 | 12 | 0.44 | 0 | 0.95 | 0.11 | 87.63 | 0.9 | 0.47 |
| Hex | 80 | E3 | C | 2C | 0 | 5F | B | 58 | 5A | 2F |
| Octal | 200 | 343 | 14 | 54 | 0 | 137 | 13 | 130 | 132 | 57 |
| Binary | 10000000 | 11100011 | 1100 | 101100 | 0 | 1011111 | 1011 | 1011000 | 1011010 | 101111 |
Color Harmonies of #80E30C
Complementary color
Monochromatic Colors of #80E30C
Black with #80E30C
Text Example
Text Example
White with #80E30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E30C; }
p { color: rgb(128,227,12); }
H1.HeaderClassName
{
color: #80E30C;
}
.AnyTagClassName
{
color: #80E30C;
}
</style>
background-color css
<style>
a { background-color: #80E30C; }
a { background-color: rgb(128,227,12); }
div.DivClassName
{
background-color: #80E30C;
}
.BgClassName
{
background-color: #80E30C;
}
</style>
border-color css
<style>
span { border-color: #80E30C; }
span { border-color: rgb(128,227,12); }
td.TdClassName
{
border-color: #80E30C;
}
.TagClassName
{
border-color: #80E30C;
}
</style>