Shades of Lima #80D00E
Tints of Lima #80D00E
RGB
CMYK
RGB Variations
Color information
#80D00E (or 0x80D00E) is known color: Lima. HEX triplet: 80, D0 and 0E. RGB value is (128,208,14). Sum of RGB (Red+Green+Blue) = 128+208+14=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 208 (81.64% from 255 or 59.43% from 350); Blue value is 14 (5.86% from 255 or 4% from 350); Max value from RGB is 208 - color contains mainly: green. Hex color #80D00E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80D00E is #7F2FF1. Grayscale: #A2A2A2. Windows color (decimal): -8335346 or 970880. OLE color: 970880.
HSL color Cylindrical-coordinate representation of color #80D00E: hue angle of 84.74º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80D00E is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 208 | 14 | - |
| CMYK | 0.38 | 0 | 0.93 | 0.18 |
| HSL | 84.74º | 0.87% | 0.44% | - |
| HSV(B) | 84.74º | 0.93% | 0.82% | - |
| XYZ | 31.54 | 49.73 | 8.35 | - |
| YUV | 161.96 | 44.5 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 208 | 14 | 0.38 | 0 | 0.93 | 0.18 | 84.74 | 0.87 | 0.44 |
| Hex | 80 | D0 | E | 26 | 0 | 5D | 12 | 55 | 57 | 2C |
| Octal | 200 | 320 | 16 | 46 | 0 | 135 | 22 | 125 | 127 | 54 |
| Binary | 10000000 | 11010000 | 1110 | 100110 | 0 | 1011101 | 10010 | 1010101 | 1010111 | 101100 |
Color Harmonies of #80D00E
Complementary color
Monochromatic Colors of #80D00E
Black with #80D00E
Text Example
Text Example
White with #80D00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80D00E; }
p { color: rgb(128,208,14); }
H1.HeaderClassName
{
color: #80D00E;
}
.AnyTagClassName
{
color: #80D00E;
}
</style>
background-color css
<style>
a { background-color: #80D00E; }
a { background-color: rgb(128,208,14); }
div.DivClassName
{
background-color: #80D00E;
}
.BgClassName
{
background-color: #80D00E;
}
</style>
border-color css
<style>
span { border-color: #80D00E; }
span { border-color: rgb(128,208,14); }
td.TdClassName
{
border-color: #80D00E;
}
.TagClassName
{
border-color: #80D00E;
}
</style>