Shades of Lima #80C60E
Tints of Lima #80C60E
RGB
CMYK
RGB Variations
Color information
#80C60E (or 0x80C60E) is known color: Lima. HEX triplet: 80, C6 and 0E. RGB value is (128,198,14). Sum of RGB (Red+Green+Blue) = 128+198+14=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 198 (77.73% from 255 or 58.24% from 340); Blue value is 14 (5.86% from 255 or 4.12% from 340); Max value from RGB is 198 - color contains mainly: green. Hex color #80C60E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80C60E is #7F39F1. Grayscale: #9C9C9C. Windows color (decimal): -8337906 or 968320. OLE color: 968320.
HSL color Cylindrical-coordinate representation of color #80C60E: hue angle of 82.83º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #80C60E is Cyan = 0.35, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 198 | 14 | - |
| CMYK | 0.35 | 0 | 0.93 | 0.22 |
| HSL | 82.83º | 0.87% | 0.42% | - |
| HSV(B) | 82.83º | 0.93% | 0.78% | - |
| XYZ | 29.18 | 45.01 | 7.57 | - |
| YUV | 156.09 | 47.81 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 198 | 14 | 0.35 | 0 | 0.93 | 0.22 | 82.83 | 0.87 | 0.42 |
| Hex | 80 | C6 | E | 23 | 0 | 5D | 16 | 53 | 57 | 2A |
| Octal | 200 | 306 | 16 | 43 | 0 | 135 | 26 | 123 | 127 | 52 |
| Binary | 10000000 | 11000110 | 1110 | 100011 | 0 | 1011101 | 10110 | 1010011 | 1010111 | 101010 |
Color Harmonies of #80C60E
Complementary color
Monochromatic Colors of #80C60E
Black with #80C60E
Text Example
Text Example
White with #80C60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80C60E; }
p { color: rgb(128,198,14); }
H1.HeaderClassName
{
color: #80C60E;
}
.AnyTagClassName
{
color: #80C60E;
}
</style>
background-color css
<style>
a { background-color: #80C60E; }
a { background-color: rgb(128,198,14); }
div.DivClassName
{
background-color: #80C60E;
}
.BgClassName
{
background-color: #80C60E;
}
</style>
border-color css
<style>
span { border-color: #80C60E; }
span { border-color: rgb(128,198,14); }
td.TdClassName
{
border-color: #80C60E;
}
.TagClassName
{
border-color: #80C60E;
}
</style>