Shades of Lima #80CE12
Tints of Lima #80CE12
RGB
CMYK
RGB Variations
Color information
#80CE12 (or 0x80CE12) is known color: Lima. HEX triplet: 80, CE and 12. RGB value is (128,206,18). Sum of RGB (Red+Green+Blue) = 128+206+18=352 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.36% from 352); Green value is 206 (80.86% from 255 or 58.52% from 352); Blue value is 18 (7.42% from 255 or 5.11% from 352); Max value from RGB is 206 - color contains mainly: green. Hex color #80CE12 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80CE12 is #7F31ED. Grayscale: #A1A1A1. Windows color (decimal): -8335854 or 1232512. OLE color: 1232512.
HSL color Cylindrical-coordinate representation of color #80CE12: hue angle of 84.89º degrees, saturation: 0.84, 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 #80CE12 is Cyan = 0.38, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 206 | 18 | - |
| CMYK | 0.38 | 0 | 0.91 | 0.19 |
| HSL | 84.89º | 0.84% | 0.44% | - |
| HSV(B) | 84.89º | 0.91% | 0.81% | - |
| XYZ | 31.08 | 48.78 | 8.35 | - |
| YUV | 161.25 | 47.16 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 206 | 18 | 0.38 | 0 | 0.91 | 0.19 | 84.89 | 0.84 | 0.44 |
| Hex | 80 | CE | 12 | 26 | 0 | 5B | 13 | 55 | 54 | 2C |
| Octal | 200 | 316 | 22 | 46 | 0 | 133 | 23 | 125 | 124 | 54 |
| Binary | 10000000 | 11001110 | 10010 | 100110 | 0 | 1011011 | 10011 | 1010101 | 1010100 | 101100 |
Color Harmonies of #80CE12
Complementary color
Monochromatic Colors of #80CE12
Black with #80CE12
Text Example
Text Example
White with #80CE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CE12; }
p { color: rgb(128,206,18); }
H1.HeaderClassName
{
color: #80CE12;
}
.AnyTagClassName
{
color: #80CE12;
}
</style>
background-color css
<style>
a { background-color: #80CE12; }
a { background-color: rgb(128,206,18); }
div.DivClassName
{
background-color: #80CE12;
}
.BgClassName
{
background-color: #80CE12;
}
</style>
border-color css
<style>
span { border-color: #80CE12; }
span { border-color: rgb(128,206,18); }
td.TdClassName
{
border-color: #80CE12;
}
.TagClassName
{
border-color: #80CE12;
}
</style>