Shades of Lima #80CA14
Tints of Lima #80CA14
RGB
CMYK
RGB Variations
Color information
#80CA14 (or 0x80CA14) is known color: Lima. HEX triplet: 80, CA and 14. RGB value is (128,202,20). Sum of RGB (Red+Green+Blue) = 128+202+20=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 202 (79.30% from 255 or 57.71% from 350); Blue value is 20 (8.20% from 255 or 5.71% from 350); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80CA14 is #7F35EB. Grayscale: #9F9F9F. Windows color (decimal): -8336876 or 1362560. OLE color: 1362560.
HSL color Cylindrical-coordinate representation of color #80CA14: hue angle of 84.4º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80CA14 is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 202 | 20 | - |
| CMYK | 0.37 | 0 | 0.90 | 0.21 |
| HSL | 84.4º | 0.82% | 0.44% | - |
| HSV(B) | 84.4º | 0.9% | 0.79% | - |
| XYZ | 30.15 | 46.88 | 8.12 | - |
| YUV | 159.13 | 49.48 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 202 | 20 | 0.37 | 0 | 0.90 | 0.21 | 84.4 | 0.82 | 0.44 |
| Hex | 80 | CA | 14 | 25 | 0 | 5A | 15 | 54 | 52 | 2C |
| Octal | 200 | 312 | 24 | 45 | 0 | 132 | 25 | 124 | 122 | 54 |
| Binary | 10000000 | 11001010 | 10100 | 100101 | 0 | 1011010 | 10101 | 1010100 | 1010010 | 101100 |
Color Harmonies of #80CA14
Complementary color
Monochromatic Colors of #80CA14
Black with #80CA14
Text Example
Text Example
White with #80CA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CA14; }
p { color: rgb(128,202,20); }
H1.HeaderClassName
{
color: #80CA14;
}
.AnyTagClassName
{
color: #80CA14;
}
</style>
background-color css
<style>
a { background-color: #80CA14; }
a { background-color: rgb(128,202,20); }
div.DivClassName
{
background-color: #80CA14;
}
.BgClassName
{
background-color: #80CA14;
}
</style>
border-color css
<style>
span { border-color: #80CA14; }
span { border-color: rgb(128,202,20); }
td.TdClassName
{
border-color: #80CA14;
}
.TagClassName
{
border-color: #80CA14;
}
</style>