Shades of Lawn Green #80EF2C
Tints of Lawn Green #80EF2C
RGB
CMYK
RGB Variations
Color information
#80EF2C (or 0x80EF2C) is known color: Lawn Green. HEX triplet: 80, EF and 2C. RGB value is (128,239,44). Sum of RGB (Red+Green+Blue) = 128+239+44=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 239 (93.75% from 255 or 58.15% from 411); Blue value is 44 (17.58% from 255 or 10.71% from 411); Max value from RGB is 239 - color contains mainly: green. Hex color #80EF2C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80EF2C is #7F10D3. Grayscale: #B8B8B8. Windows color (decimal): -8327380 or 2944896. OLE color: 2944896.
HSL color Cylindrical-coordinate representation of color #80EF2C: hue angle of 94.15º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #80EF2C is Cyan = 0.46, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 239 | 44 | - |
| CMYK | 0.46 | 0 | 0.82 | 0.06 |
| HSL | 94.15º | 0.86% | 0.55% | - |
| HSV(B) | 94.15º | 0.82% | 0.94% | - |
| XYZ | 40.22 | 66.5 | 13.1 | - |
| YUV | 183.58 | 49.23 | 88.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 239 | 44 | 0.46 | 0 | 0.82 | 0.06 | 94.15 | 0.86 | 0.55 |
| Hex | 80 | EF | 2C | 2E | 0 | 52 | 6 | 5E | 56 | 37 |
| Octal | 200 | 357 | 54 | 56 | 0 | 122 | 6 | 136 | 126 | 67 |
| Binary | 10000000 | 11101111 | 101100 | 101110 | 0 | 1010010 | 110 | 1011110 | 1010110 | 110111 |
Color Harmonies of #80EF2C
Complementary color
Monochromatic Colors of #80EF2C
Black with #80EF2C
Text Example
Text Example
White with #80EF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EF2C; }
p { color: rgb(128,239,44); }
H1.HeaderClassName
{
color: #80EF2C;
}
.AnyTagClassName
{
color: #80EF2C;
}
</style>
background-color css
<style>
a { background-color: #80EF2C; }
a { background-color: rgb(128,239,44); }
div.DivClassName
{
background-color: #80EF2C;
}
.BgClassName
{
background-color: #80EF2C;
}
</style>
border-color css
<style>
span { border-color: #80EF2C; }
span { border-color: rgb(128,239,44); }
td.TdClassName
{
border-color: #80EF2C;
}
.TagClassName
{
border-color: #80EF2C;
}
</style>