Shades of Lawn Green #80E303
Tints of Lawn Green #80E303
RGB
CMYK
RGB Variations
Color information
#80E303 (or 0x80E303) is known color: Lawn Green. HEX triplet: 80, E3 and 03. RGB value is (128,227,3). Sum of RGB (Red+Green+Blue) = 128+227+3=358 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.75% from 358); Green value is 227 (89.06% from 255 or 63.41% from 358); Blue value is 3 (1.56% from 255 or 0.84% from 358); Max value from RGB is 227 - color contains mainly: green. Hex color #80E303 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80E303 is #7F1CFC. Grayscale: #ACACAC. Windows color (decimal): -8330493 or 254848. OLE color: 254848.
HSL color Cylindrical-coordinate representation of color #80E303: hue angle of 86.52º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #80E303 is Cyan = 0.44, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 128 | 227 | 3 | - |
| CMYK | 0.44 | 0 | 0.99 | 0.11 |
| HSL | 86.52º | 0.97% | 0.45% | - |
| HSV(B) | 86.52º | 0.99% | 0.89% | - |
| XYZ | 36.39 | 59.53 | 9.66 | - |
| YUV | 171.86 | 32.7 | 96.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 227 | 3 | 0.44 | 0 | 0.99 | 0.11 | 86.52 | 0.97 | 0.45 |
| Hex | 80 | E3 | 3 | 2C | 0 | 63 | B | 57 | 61 | 2D |
| Octal | 200 | 343 | 3 | 54 | 0 | 143 | 13 | 127 | 141 | 55 |
| Binary | 10000000 | 11100011 | 11 | 101100 | 0 | 1100011 | 1011 | 1010111 | 1100001 | 101101 |
Color Harmonies of #80E303
Complementary color
Monochromatic Colors of #80E303
Black with #80E303
Text Example
Text Example
White with #80E303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80E303; }
p { color: rgb(128,227,3); }
H1.HeaderClassName
{
color: #80E303;
}
.AnyTagClassName
{
color: #80E303;
}
</style>
background-color css
<style>
a { background-color: #80E303; }
a { background-color: rgb(128,227,3); }
div.DivClassName
{
background-color: #80E303;
}
.BgClassName
{
background-color: #80E303;
}
</style>
border-color css
<style>
span { border-color: #80E303; }
span { border-color: rgb(128,227,3); }
td.TdClassName
{
border-color: #80E303;
}
.TagClassName
{
border-color: #80E303;
}
</style>