Shades of Lima #80AB02
Tints of Lima #80AB02
RGB
CMYK
RGB Variations
Color information
#80AB02 (or 0x80AB02) is known color: Lima. HEX triplet: 80, AB and 02. RGB value is (128,171,2). Sum of RGB (Red+Green+Blue) = 128+171+2=301 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.52% from 301); Green value is 171 (67.19% from 255 or 56.81% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 171 - color contains mainly: green. Hex color #80AB02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80AB02 is #7F54FD. Grayscale: #8B8B8B. Windows color (decimal): -8344830 or 174976. OLE color: 174976.
HSL color Cylindrical-coordinate representation of color #80AB02: hue angle of 75.27º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #80AB02 is Cyan = 0.25, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 171 | 2 | - |
| CMYK | 0.25 | 0 | 0.99 | 0.33 |
| HSL | 75.27º | 0.98% | 0.34% | - |
| HSV(B) | 75.27º | 0.99% | 0.67% | - |
| XYZ | 23.48 | 33.72 | 5.33 | - |
| YUV | 138.88 | 50.75 | 120.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 171 | 2 | 0.25 | 0 | 0.99 | 0.33 | 75.27 | 0.98 | 0.34 |
| Hex | 80 | AB | 2 | 19 | 0 | 63 | 21 | 4B | 62 | 22 |
| Octal | 200 | 253 | 2 | 31 | 0 | 143 | 41 | 113 | 142 | 42 |
| Binary | 10000000 | 10101011 | 10 | 11001 | 0 | 1100011 | 100001 | 1001011 | 1100010 | 100010 |
Color Harmonies of #80AB02
Complementary color
Monochromatic Colors of #80AB02
Black with #80AB02
Text Example
Text Example
White with #80AB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AB02; }
p { color: rgb(128,171,2); }
H1.HeaderClassName
{
color: #80AB02;
}
.AnyTagClassName
{
color: #80AB02;
}
</style>
background-color css
<style>
a { background-color: #80AB02; }
a { background-color: rgb(128,171,2); }
div.DivClassName
{
background-color: #80AB02;
}
.BgClassName
{
background-color: #80AB02;
}
</style>
border-color css
<style>
span { border-color: #80AB02; }
span { border-color: rgb(128,171,2); }
td.TdClassName
{
border-color: #80AB02;
}
.TagClassName
{
border-color: #80AB02;
}
</style>