Shades of Lima #7EC80E
Tints of Lima #7EC80E
RGB
CMYK
RGB Variations
Color information
#7EC80E (or 0x7EC80E) is known color: Lima. HEX triplet: 7E, C8 and 0E. RGB value is (126,200,14). Sum of RGB (Red+Green+Blue) = 126+200+14=340 (45% of max value = 765). Red value is 126 (49.61% from 255 or 37.06% from 340); Green value is 200 (78.52% from 255 or 58.82% from 340); Blue value is 14 (5.86% from 255 or 4.12% from 340); Max value from RGB is 200 - color contains mainly: green. Hex color #7EC80E is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EC80E is #8137F1. Grayscale: #9D9D9D. Windows color (decimal): -8468466 or 968830. OLE color: 968830.
HSL color Cylindrical-coordinate representation of color #7EC80E: hue angle of 83.87º 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 #7EC80E is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 126 | 200 | 14 | - |
| CMYK | 0.37 | 0 | 0.93 | 0.22 |
| HSL | 83.87º | 0.87% | 0.42% | - |
| HSV(B) | 83.87º | 0.93% | 0.78% | - |
| XYZ | 29.34 | 45.78 | 7.7 | - |
| YUV | 156.67 | 47.48 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 200 | 14 | 0.37 | 0 | 0.93 | 0.22 | 83.87 | 0.87 | 0.42 |
| Hex | 7E | C8 | E | 25 | 0 | 5D | 16 | 54 | 57 | 2A |
| Octal | 176 | 310 | 16 | 45 | 0 | 135 | 26 | 124 | 127 | 52 |
| Binary | 1111110 | 11001000 | 1110 | 100101 | 0 | 1011101 | 10110 | 1010100 | 1010111 | 101010 |
Color Harmonies of #7EC80E
Complementary color
Monochromatic Colors of #7EC80E
Black with #7EC80E
Text Example
Text Example
White with #7EC80E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC80E; }
p { color: rgb(126,200,14); }
H1.HeaderClassName
{
color: #7EC80E;
}
.AnyTagClassName
{
color: #7EC80E;
}
</style>
background-color css
<style>
a { background-color: #7EC80E; }
a { background-color: rgb(126,200,14); }
div.DivClassName
{
background-color: #7EC80E;
}
.BgClassName
{
background-color: #7EC80E;
}
</style>
border-color css
<style>
span { border-color: #7EC80E; }
span { border-color: rgb(126,200,14); }
td.TdClassName
{
border-color: #7EC80E;
}
.TagClassName
{
border-color: #7EC80E;
}
</style>