Shades of Lima #80CE15
Tints of Lima #80CE15
RGB
CMYK
RGB Variations
Color information
#80CE15 (or 0x80CE15) is known color: Lima. HEX triplet: 80, CE and 15. RGB value is (128,206,21). Sum of RGB (Red+Green+Blue) = 128+206+21=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 206 (80.86% from 255 or 58.03% from 355); Blue value is 21 (8.59% from 255 or 5.92% from 355); Max value from RGB is 206 - color contains mainly: green. Hex color #80CE15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80CE15 is #7F31EA. Grayscale: #A2A2A2. Windows color (decimal): -8335851 or 1429120. OLE color: 1429120.
HSL color Cylindrical-coordinate representation of color #80CE15: hue angle of 85.3º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #80CE15 is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 206 | 21 | - |
| CMYK | 0.38 | 0 | 0.90 | 0.19 |
| HSL | 85.3º | 0.81% | 0.45% | - |
| HSV(B) | 85.3º | 0.9% | 0.81% | - |
| XYZ | 31.11 | 48.79 | 8.49 | - |
| YUV | 161.59 | 48.66 | 104.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 206 | 21 | 0.38 | 0 | 0.90 | 0.19 | 85.3 | 0.81 | 0.45 |
| Hex | 80 | CE | 15 | 26 | 0 | 5A | 13 | 55 | 51 | 2D |
| Octal | 200 | 316 | 25 | 46 | 0 | 132 | 23 | 125 | 121 | 55 |
| Binary | 10000000 | 11001110 | 10101 | 100110 | 0 | 1011010 | 10011 | 1010101 | 1010001 | 101101 |
Color Harmonies of #80CE15
Complementary color
Monochromatic Colors of #80CE15
Black with #80CE15
Text Example
Text Example
White with #80CE15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80CE15; }
p { color: rgb(128,206,21); }
H1.HeaderClassName
{
color: #80CE15;
}
.AnyTagClassName
{
color: #80CE15;
}
</style>
background-color css
<style>
a { background-color: #80CE15; }
a { background-color: rgb(128,206,21); }
div.DivClassName
{
background-color: #80CE15;
}
.BgClassName
{
background-color: #80CE15;
}
</style>
border-color css
<style>
span { border-color: #80CE15; }
span { border-color: rgb(128,206,21); }
td.TdClassName
{
border-color: #80CE15;
}
.TagClassName
{
border-color: #80CE15;
}
</style>