Shades of Lima #80AD02
Tints of Lima #80AD02
RGB
CMYK
RGB Variations
Color information
#80AD02 (or 0x80AD02) is known color: Lima. HEX triplet: 80, AD and 02. RGB value is (128,173,2). Sum of RGB (Red+Green+Blue) = 128+173+2=303 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.24% from 303); Green value is 173 (67.97% from 255 or 57.10% from 303); Blue value is 2 (1.17% from 255 or 0.66% from 303); Max value from RGB is 173 - color contains mainly: green. Hex color #80AD02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #80AD02 is #7F52FD. Grayscale: #8C8C8C. Windows color (decimal): -8344318 or 175488. OLE color: 175488.
HSL color Cylindrical-coordinate representation of color #80AD02: hue angle of 75.79º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #80AD02 is Cyan = 0.26, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 173 | 2 | - |
| CMYK | 0.26 | 0 | 0.99 | 0.32 |
| HSL | 75.79º | 0.98% | 0.34% | - |
| HSV(B) | 75.79º | 0.99% | 0.68% | - |
| XYZ | 23.86 | 34.48 | 5.46 | - |
| YUV | 140.05 | 50.09 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 173 | 2 | 0.26 | 0 | 0.99 | 0.32 | 75.79 | 0.98 | 0.34 |
| Hex | 80 | AD | 2 | 1A | 0 | 63 | 20 | 4C | 62 | 22 |
| Octal | 200 | 255 | 2 | 32 | 0 | 143 | 40 | 114 | 142 | 42 |
| Binary | 10000000 | 10101101 | 10 | 11010 | 0 | 1100011 | 100000 | 1001100 | 1100010 | 100010 |
Color Harmonies of #80AD02
Complementary color
Monochromatic Colors of #80AD02
Black with #80AD02
Text Example
Text Example
White with #80AD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AD02; }
p { color: rgb(128,173,2); }
H1.HeaderClassName
{
color: #80AD02;
}
.AnyTagClassName
{
color: #80AD02;
}
</style>
background-color css
<style>
a { background-color: #80AD02; }
a { background-color: rgb(128,173,2); }
div.DivClassName
{
background-color: #80AD02;
}
.BgClassName
{
background-color: #80AD02;
}
</style>
border-color css
<style>
span { border-color: #80AD02; }
span { border-color: rgb(128,173,2); }
td.TdClassName
{
border-color: #80AD02;
}
.TagClassName
{
border-color: #80AD02;
}
</style>