Shades of Lima #80CB14
Tints of Lima #80CB14
RGB
CMYK
RGB Variations
Color information
#80CB14 (or 0x80CB14) is known color: Lima. HEX triplet: 80, CB and 14. RGB value is (128,203,20). Sum of RGB (Red+Green+Blue) = 128+203+20=351 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.47% from 351); Green value is 203 (79.69% from 255 or 57.83% from 351); Blue value is 20 (8.20% from 255 or 5.70% from 351); Max value from RGB is 203 - color contains mainly: green. Hex color #80CB14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80CB14 is #7F34EB. Grayscale: #A0A0A0. Windows color (decimal): -8336620 or 1362816. OLE color: 1362816.
HSL color Cylindrical-coordinate representation of color #80CB14: hue angle of 84.59º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80CB14 is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 203 | 20 | - |
| CMYK | 0.37 | 0 | 0.90 | 0.20 |
| HSL | 84.59º | 0.82% | 0.44% | - |
| HSV(B) | 84.59º | 0.9% | 0.8% | - |
| XYZ | 30.38 | 47.35 | 8.2 | - |
| YUV | 159.71 | 49.15 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 203 | 20 | 0.37 | 0 | 0.90 | 0.20 | 84.59 | 0.82 | 0.44 |
| Hex | 80 | CB | 14 | 25 | 0 | 5A | 14 | 55 | 52 | 2C |
| Octal | 200 | 313 | 24 | 45 | 0 | 132 | 24 | 125 | 122 | 54 |
| Binary | 10000000 | 11001011 | 10100 | 100101 | 0 | 1011010 | 10100 | 1010101 | 1010010 | 101100 |
Color Harmonies of #80CB14
Complementary color
Monochromatic Colors of #80CB14
Black with #80CB14
Text Example
Text Example
White with #80CB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CB14; }
p { color: rgb(128,203,20); }
H1.HeaderClassName
{
color: #80CB14;
}
.AnyTagClassName
{
color: #80CB14;
}
</style>
background-color css
<style>
a { background-color: #80CB14; }
a { background-color: rgb(128,203,20); }
div.DivClassName
{
background-color: #80CB14;
}
.BgClassName
{
background-color: #80CB14;
}
</style>
border-color css
<style>
span { border-color: #80CB14; }
span { border-color: rgb(128,203,20); }
td.TdClassName
{
border-color: #80CB14;
}
.TagClassName
{
border-color: #80CB14;
}
</style>