Shades of Lawn Green #80EC28
Tints of Lawn Green #80EC28
RGB
CMYK
RGB Variations
Color information
#80EC28 (or 0x80EC28) is known color: Lawn Green. HEX triplet: 80, EC and 28. RGB value is (128,236,40). Sum of RGB (Red+Green+Blue) = 128+236+40=404 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.68% from 404); Green value is 236 (92.58% from 255 or 58.42% from 404); Blue value is 40 (16.02% from 255 or 9.90% from 404); Max value from RGB is 236 - color contains mainly: green. Hex color #80EC28 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80EC28 is #7F13D7. Grayscale: #B6B6B6. Windows color (decimal): -8328152 or 2681984. OLE color: 2681984.
HSL color Cylindrical-coordinate representation of color #80EC28: hue angle of 93.06º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #80EC28 is Cyan = 0.46, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 236 | 40 | - |
| CMYK | 0.46 | 0 | 0.83 | 0.07 |
| HSL | 93.06º | 0.84% | 0.54% | - |
| HSV(B) | 93.06º | 0.83% | 0.93% | - |
| XYZ | 39.28 | 64.73 | 12.43 | - |
| YUV | 181.36 | 48.22 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 236 | 40 | 0.46 | 0 | 0.83 | 0.07 | 93.06 | 0.84 | 0.54 |
| Hex | 80 | EC | 28 | 2E | 0 | 53 | 7 | 5D | 54 | 36 |
| Octal | 200 | 354 | 50 | 56 | 0 | 123 | 7 | 135 | 124 | 66 |
| Binary | 10000000 | 11101100 | 101000 | 101110 | 0 | 1010011 | 111 | 1011101 | 1010100 | 110110 |
Color Harmonies of #80EC28
Complementary color
Monochromatic Colors of #80EC28
Black with #80EC28
Text Example
Text Example
White with #80EC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EC28; }
p { color: rgb(128,236,40); }
H1.HeaderClassName
{
color: #80EC28;
}
.AnyTagClassName
{
color: #80EC28;
}
</style>
background-color css
<style>
a { background-color: #80EC28; }
a { background-color: rgb(128,236,40); }
div.DivClassName
{
background-color: #80EC28;
}
.BgClassName
{
background-color: #80EC28;
}
</style>
border-color css
<style>
span { border-color: #80EC28; }
span { border-color: rgb(128,236,40); }
td.TdClassName
{
border-color: #80EC28;
}
.TagClassName
{
border-color: #80EC28;
}
</style>