Shades of Lawn Green #80EE1E
Tints of Lawn Green #80EE1E
RGB
CMYK
RGB Variations
Color information
#80EE1E (or 0x80EE1E) is known color: Lawn Green. HEX triplet: 80, EE and 1E. RGB value is (128,238,30). Sum of RGB (Red+Green+Blue) = 128+238+30=396 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.32% from 396); Green value is 238 (93.36% from 255 or 60.10% from 396); Blue value is 30 (12.11% from 255 or 7.58% from 396); Max value from RGB is 238 - color contains mainly: green. Hex color #80EE1E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #80EE1E is #7F11E1. Grayscale: #B6B6B6. Windows color (decimal): -8327650 or 2027136. OLE color: 2027136.
HSL color Cylindrical-coordinate representation of color #80EE1E: hue angle of 91.73º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #80EE1E is Cyan = 0.46, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 238 | 30 | - |
| CMYK | 0.46 | 0 | 0.87 | 0.07 |
| HSL | 91.73º | 0.86% | 0.53% | - |
| HSV(B) | 91.73º | 0.87% | 0.93% | - |
| XYZ | 39.71 | 65.83 | 11.84 | - |
| YUV | 181.4 | 42.56 | 89.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 238 | 30 | 0.46 | 0 | 0.87 | 0.07 | 91.73 | 0.86 | 0.53 |
| Hex | 80 | EE | 1E | 2E | 0 | 57 | 7 | 5C | 56 | 35 |
| Octal | 200 | 356 | 36 | 56 | 0 | 127 | 7 | 134 | 126 | 65 |
| Binary | 10000000 | 11101110 | 11110 | 101110 | 0 | 1010111 | 111 | 1011100 | 1010110 | 110101 |
Color Harmonies of #80EE1E
Complementary color
Monochromatic Colors of #80EE1E
Black with #80EE1E
Text Example
Text Example
White with #80EE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EE1E; }
p { color: rgb(128,238,30); }
H1.HeaderClassName
{
color: #80EE1E;
}
.AnyTagClassName
{
color: #80EE1E;
}
</style>
background-color css
<style>
a { background-color: #80EE1E; }
a { background-color: rgb(128,238,30); }
div.DivClassName
{
background-color: #80EE1E;
}
.BgClassName
{
background-color: #80EE1E;
}
</style>
border-color css
<style>
span { border-color: #80EE1E; }
span { border-color: rgb(128,238,30); }
td.TdClassName
{
border-color: #80EE1E;
}
.TagClassName
{
border-color: #80EE1E;
}
</style>