Shades of Lima #80B20E
Tints of Lima #80B20E
RGB
CMYK
RGB Variations
Color information
#80B20E (or 0x80B20E) is known color: Lima. HEX triplet: 80, B2 and 0E. RGB value is (128,178,14). Sum of RGB (Red+Green+Blue) = 128+178+14=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 178 (69.92% from 255 or 55.62% from 320); Blue value is 14 (5.86% from 255 or 4.38% from 320); Max value from RGB is 178 - color contains mainly: green. Hex color #80B20E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80B20E is #7F4DF1. Grayscale: #909090. Windows color (decimal): -8343026 or 963200. OLE color: 963200.
HSL color Cylindrical-coordinate representation of color #80B20E: hue angle of 78.29º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #80B20E is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 178 | 14 | - |
| CMYK | 0.28 | 0 | 0.92 | 0.30 |
| HSL | 78.29º | 0.85% | 0.38% | - |
| HSV(B) | 78.29º | 0.92% | 0.7% | - |
| XYZ | 24.9 | 36.46 | 6.14 | - |
| YUV | 144.35 | 54.44 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 178 | 14 | 0.28 | 0 | 0.92 | 0.30 | 78.29 | 0.85 | 0.38 |
| Hex | 80 | B2 | E | 1C | 0 | 5C | 1E | 4E | 55 | 26 |
| Octal | 200 | 262 | 16 | 34 | 0 | 134 | 36 | 116 | 125 | 46 |
| Binary | 10000000 | 10110010 | 1110 | 11100 | 0 | 1011100 | 11110 | 1001110 | 1010101 | 100110 |
Color Harmonies of #80B20E
Complementary color
Monochromatic Colors of #80B20E
Black with #80B20E
Text Example
Text Example
White with #80B20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B20E; }
p { color: rgb(128,178,14); }
H1.HeaderClassName
{
color: #80B20E;
}
.AnyTagClassName
{
color: #80B20E;
}
</style>
background-color css
<style>
a { background-color: #80B20E; }
a { background-color: rgb(128,178,14); }
div.DivClassName
{
background-color: #80B20E;
}
.BgClassName
{
background-color: #80B20E;
}
</style>
border-color css
<style>
span { border-color: #80B20E; }
span { border-color: rgb(128,178,14); }
td.TdClassName
{
border-color: #80B20E;
}
.TagClassName
{
border-color: #80B20E;
}
</style>