Shades of Lima #80CE13
Tints of Lima #80CE13
RGB
CMYK
RGB Variations
Color information
#80CE13 (or 0x80CE13) is known color: Lima. HEX triplet: 80, CE and 13. RGB value is (128,206,19). Sum of RGB (Red+Green+Blue) = 128+206+19=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 206 (80.86% from 255 or 58.36% from 353); Blue value is 19 (7.81% from 255 or 5.38% from 353); Max value from RGB is 206 - color contains mainly: green. Hex color #80CE13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80CE13 is #7F31EC. Grayscale: #A2A2A2. Windows color (decimal): -8335853 or 1298048. OLE color: 1298048.
HSL color Cylindrical-coordinate representation of color #80CE13: hue angle of 85.03º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80CE13 is Cyan = 0.38, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 206 | 19 | - |
| CMYK | 0.38 | 0 | 0.91 | 0.19 |
| HSL | 85.03º | 0.83% | 0.44% | - |
| HSV(B) | 85.03º | 0.91% | 0.81% | - |
| XYZ | 31.09 | 48.78 | 8.39 | - |
| YUV | 161.36 | 47.66 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 206 | 19 | 0.38 | 0 | 0.91 | 0.19 | 85.03 | 0.83 | 0.44 |
| Hex | 80 | CE | 13 | 26 | 0 | 5B | 13 | 55 | 53 | 2C |
| Octal | 200 | 316 | 23 | 46 | 0 | 133 | 23 | 125 | 123 | 54 |
| Binary | 10000000 | 11001110 | 10011 | 100110 | 0 | 1011011 | 10011 | 1010101 | 1010011 | 101100 |
Color Harmonies of #80CE13
Complementary color
Monochromatic Colors of #80CE13
Black with #80CE13
Text Example
Text Example
White with #80CE13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CE13; }
p { color: rgb(128,206,19); }
H1.HeaderClassName
{
color: #80CE13;
}
.AnyTagClassName
{
color: #80CE13;
}
</style>
background-color css
<style>
a { background-color: #80CE13; }
a { background-color: rgb(128,206,19); }
div.DivClassName
{
background-color: #80CE13;
}
.BgClassName
{
background-color: #80CE13;
}
</style>
border-color css
<style>
span { border-color: #80CE13; }
span { border-color: rgb(128,206,19); }
td.TdClassName
{
border-color: #80CE13;
}
.TagClassName
{
border-color: #80CE13;
}
</style>