Shades of Lima #80B22E
Tints of Lima #80B22E
RGB
CMYK
RGB Variations
Color information
#80B22E (or 0x80B22E) is known color: Lima. HEX triplet: 80, B2 and 2E. RGB value is (128,178,46). Sum of RGB (Red+Green+Blue) = 128+178+46=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 178 (69.92% from 255 or 50.57% from 352); Blue value is 46 (18.36% from 255 or 13.07% from 352); Max value from RGB is 178 - color contains mainly: green. Hex color #80B22E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80B22E is #7F4DD1. Grayscale: #949494. Windows color (decimal): -8342994 or 3060352. OLE color: 3060352.
HSL color Cylindrical-coordinate representation of color #80B22E: hue angle of 82.73º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #80B22E is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 178 | 46 | - |
| CMYK | 0.28 | 0 | 0.74 | 0.30 |
| HSL | 82.73º | 0.59% | 0.44% | - |
| HSV(B) | 82.73º | 0.74% | 0.7% | - |
| XYZ | 25.32 | 36.63 | 8.32 | - |
| YUV | 148 | 70.44 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 178 | 46 | 0.28 | 0 | 0.74 | 0.30 | 82.73 | 0.59 | 0.44 |
| Hex | 80 | B2 | 2E | 1C | 0 | 4A | 1E | 53 | 3B | 2C |
| Octal | 200 | 262 | 56 | 34 | 0 | 112 | 36 | 123 | 73 | 54 |
| Binary | 10000000 | 10110010 | 101110 | 11100 | 0 | 1001010 | 11110 | 1010011 | 111011 | 101100 |
Color Harmonies of #80B22E
Complementary color
Monochromatic Colors of #80B22E
Black with #80B22E
Text Example
Text Example
White with #80B22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80B22E; }
p { color: rgb(128,178,46); }
H1.HeaderClassName
{
color: #80B22E;
}
.AnyTagClassName
{
color: #80B22E;
}
</style>
background-color css
<style>
a { background-color: #80B22E; }
a { background-color: rgb(128,178,46); }
div.DivClassName
{
background-color: #80B22E;
}
.BgClassName
{
background-color: #80B22E;
}
</style>
border-color css
<style>
span { border-color: #80B22E; }
span { border-color: rgb(128,178,46); }
td.TdClassName
{
border-color: #80B22E;
}
.TagClassName
{
border-color: #80B22E;
}
</style>