Shades of Lima #80B80E
Tints of Lima #80B80E
RGB
CMYK
RGB Variations
Color information
#80B80E (or 0x80B80E) is known color: Lima. HEX triplet: 80, B8 and 0E. RGB value is (128,184,14). Sum of RGB (Red+Green+Blue) = 128+184+14=326 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.26% from 326); Green value is 184 (72.27% from 255 or 56.44% from 326); Blue value is 14 (5.86% from 255 or 4.29% from 326); Max value from RGB is 184 - color contains mainly: green. Hex color #80B80E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80B80E is #7F47F1. Grayscale: #949494. Windows color (decimal): -8341490 or 964736. OLE color: 964736.
HSL color Cylindrical-coordinate representation of color #80B80E: hue angle of 79.76º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #80B80E is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 128 | 184 | 14 | - |
| CMYK | 0.30 | 0 | 0.92 | 0.28 |
| HSL | 79.76º | 0.86% | 0.39% | - |
| HSV(B) | 79.76º | 0.92% | 0.72% | - |
| XYZ | 26.12 | 38.9 | 6.55 | - |
| YUV | 147.88 | 52.45 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 184 | 14 | 0.30 | 0 | 0.92 | 0.28 | 79.76 | 0.86 | 0.39 |
| Hex | 80 | B8 | E | 1E | 0 | 5C | 1C | 50 | 56 | 27 |
| Octal | 200 | 270 | 16 | 36 | 0 | 134 | 34 | 120 | 126 | 47 |
| Binary | 10000000 | 10111000 | 1110 | 11110 | 0 | 1011100 | 11100 | 1010000 | 1010110 | 100111 |
Color Harmonies of #80B80E
Complementary color
Monochromatic Colors of #80B80E
Black with #80B80E
Text Example
Text Example
White with #80B80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B80E; }
p { color: rgb(128,184,14); }
H1.HeaderClassName
{
color: #80B80E;
}
.AnyTagClassName
{
color: #80B80E;
}
</style>
background-color css
<style>
a { background-color: #80B80E; }
a { background-color: rgb(128,184,14); }
div.DivClassName
{
background-color: #80B80E;
}
.BgClassName
{
background-color: #80B80E;
}
</style>
border-color css
<style>
span { border-color: #80B80E; }
span { border-color: rgb(128,184,14); }
td.TdClassName
{
border-color: #80B80E;
}
.TagClassName
{
border-color: #80B80E;
}
</style>