Shades of Lima #80CC11
Tints of Lima #80CC11
RGB
CMYK
RGB Variations
Color information
#80CC11 (or 0x80CC11) is known color: Lima. HEX triplet: 80, CC and 11. RGB value is (128,204,17). Sum of RGB (Red+Green+Blue) = 128+204+17=349 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.68% from 349); Green value is 204 (80.08% from 255 or 58.45% from 349); Blue value is 17 (7.03% from 255 or 4.87% from 349); Max value from RGB is 204 - color contains mainly: green. Hex color #80CC11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80CC11 is #7F33EE. Grayscale: #A0A0A0. Windows color (decimal): -8336367 or 1166464. OLE color: 1166464.
HSL color Cylindrical-coordinate representation of color #80CC11: hue angle of 84.39º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #80CC11 is Cyan = 0.37, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 204 | 17 | - |
| CMYK | 0.37 | 0 | 0.92 | 0.2 |
| HSL | 84.39º | 0.85% | 0.43% | - |
| HSV(B) | 84.39º | 0.92% | 0.8% | - |
| XYZ | 30.6 | 47.82 | 8.15 | - |
| YUV | 159.96 | 47.32 | 105.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 204 | 17 | 0.37 | 0 | 0.92 | 0.2 | 84.39 | 0.85 | 0.43 |
| Hex | 80 | CC | 11 | 25 | 0 | 5C | 14 | 54 | 55 | 2B |
| Octal | 200 | 314 | 21 | 45 | 0 | 134 | 24 | 124 | 125 | 53 |
| Binary | 10000000 | 11001100 | 10001 | 100101 | 0 | 1011100 | 10100 | 1010100 | 1010101 | 101011 |
Color Harmonies of #80CC11
Complementary color
Monochromatic Colors of #80CC11
Black with #80CC11
Text Example
Text Example
White with #80CC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CC11; }
p { color: rgb(128,204,17); }
H1.HeaderClassName
{
color: #80CC11;
}
.AnyTagClassName
{
color: #80CC11;
}
</style>
background-color css
<style>
a { background-color: #80CC11; }
a { background-color: rgb(128,204,17); }
div.DivClassName
{
background-color: #80CC11;
}
.BgClassName
{
background-color: #80CC11;
}
</style>
border-color css
<style>
span { border-color: #80CC11; }
span { border-color: rgb(128,204,17); }
td.TdClassName
{
border-color: #80CC11;
}
.TagClassName
{
border-color: #80CC11;
}
</style>