Shades of Lawn Green #80EA03
Tints of Lawn Green #80EA03
RGB
CMYK
RGB Variations
Color information
#80EA03 (or 0x80EA03) is known color: Lawn Green. HEX triplet: 80, EA and 03. RGB value is (128,234,3). Sum of RGB (Red+Green+Blue) = 128+234+3=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 234 (91.80% from 255 or 64.11% from 365); Blue value is 3 (1.56% from 255 or 0.82% from 365); Max value from RGB is 234 - color contains mainly: green. Hex color #80EA03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #80EA03 is #7F15FC. Grayscale: #B0B0B0. Windows color (decimal): -8328701 or 256640. OLE color: 256640.
HSL color Cylindrical-coordinate representation of color #80EA03: hue angle of 87.53º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #80EA03 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 234 | 3 | - |
| CMYK | 0.45 | 0 | 0.99 | 0.08 |
| HSL | 87.53º | 0.97% | 0.46% | - |
| HSV(B) | 87.53º | 0.99% | 0.92% | - |
| XYZ | 38.34 | 63.44 | 10.31 | - |
| YUV | 175.97 | 30.38 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 234 | 3 | 0.45 | 0 | 0.99 | 0.08 | 87.53 | 0.97 | 0.46 |
| Hex | 80 | EA | 3 | 2D | 0 | 63 | 8 | 58 | 61 | 2E |
| Octal | 200 | 352 | 3 | 55 | 0 | 143 | 10 | 130 | 141 | 56 |
| Binary | 10000000 | 11101010 | 11 | 101101 | 0 | 1100011 | 1000 | 1011000 | 1100001 | 101110 |
Color Harmonies of #80EA03
Complementary color
Monochromatic Colors of #80EA03
Black with #80EA03
Text Example
Text Example
White with #80EA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80EA03; }
p { color: rgb(128,234,3); }
H1.HeaderClassName
{
color: #80EA03;
}
.AnyTagClassName
{
color: #80EA03;
}
</style>
background-color css
<style>
a { background-color: #80EA03; }
a { background-color: rgb(128,234,3); }
div.DivClassName
{
background-color: #80EA03;
}
.BgClassName
{
background-color: #80EA03;
}
</style>
border-color css
<style>
span { border-color: #80EA03; }
span { border-color: rgb(128,234,3); }
td.TdClassName
{
border-color: #80EA03;
}
.TagClassName
{
border-color: #80EA03;
}
</style>