Shades of Lima #80CA22
Tints of Lima #80CA22
RGB
CMYK
RGB Variations
Color information
#80CA22 (or 0x80CA22) is known color: Lima. HEX triplet: 80, CA and 22. RGB value is (128,202,34). Sum of RGB (Red+Green+Blue) = 128+202+34=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 202 (79.30% from 255 or 55.49% from 364); Blue value is 34 (13.67% from 255 or 9.34% from 364); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA22 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CA22 is #7F35DD. Grayscale: #A1A1A1. Windows color (decimal): -8336862 or 2280064. OLE color: 2280064.
HSL color Cylindrical-coordinate representation of color #80CA22: hue angle of 86.43º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #80CA22 is Cyan = 0.37, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 202 | 34 | - |
| CMYK | 0.37 | 0 | 0.83 | 0.21 |
| HSL | 86.43º | 0.71% | 0.46% | - |
| HSV(B) | 86.43º | 0.83% | 0.79% | - |
| XYZ | 30.31 | 46.95 | 8.98 | - |
| YUV | 160.72 | 56.48 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 202 | 34 | 0.37 | 0 | 0.83 | 0.21 | 86.43 | 0.71 | 0.46 |
| Hex | 80 | CA | 22 | 25 | 0 | 53 | 15 | 56 | 47 | 2E |
| Octal | 200 | 312 | 42 | 45 | 0 | 123 | 25 | 126 | 107 | 56 |
| Binary | 10000000 | 11001010 | 100010 | 100101 | 0 | 1010011 | 10101 | 1010110 | 1000111 | 101110 |
Color Harmonies of #80CA22
Complementary color
Monochromatic Colors of #80CA22
Black with #80CA22
Text Example
Text Example
White with #80CA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CA22; }
p { color: rgb(128,202,34); }
H1.HeaderClassName
{
color: #80CA22;
}
.AnyTagClassName
{
color: #80CA22;
}
</style>
background-color css
<style>
a { background-color: #80CA22; }
a { background-color: rgb(128,202,34); }
div.DivClassName
{
background-color: #80CA22;
}
.BgClassName
{
background-color: #80CA22;
}
</style>
border-color css
<style>
span { border-color: #80CA22; }
span { border-color: rgb(128,202,34); }
td.TdClassName
{
border-color: #80CA22;
}
.TagClassName
{
border-color: #80CA22;
}
</style>