Shades of Lima #7EC50D
Tints of Lima #7EC50D
RGB
CMYK
RGB Variations
Color information
#7EC50D (or 0x7EC50D) is known color: Lima. HEX triplet: 7E, C5 and 0D. RGB value is (126,197,13). Sum of RGB (Red+Green+Blue) = 126+197+13=336 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.5% from 336); Green value is 197 (77.34% from 255 or 58.63% from 336); Blue value is 13 (5.47% from 255 or 3.87% from 336); Max value from RGB is 197 - color contains mainly: green. Hex color #7EC50D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EC50D is #813AF2. Grayscale: #9B9B9B. Windows color (decimal): -8469235 or 902526. OLE color: 902526.
HSL color Cylindrical-coordinate representation of color #7EC50D: hue angle of 83.15º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7EC50D is Cyan = 0.36, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 126 | 197 | 13 | - |
| CMYK | 0.36 | 0 | 0.93 | 0.23 |
| HSL | 83.15º | 0.88% | 0.41% | - |
| HSV(B) | 83.15º | 0.93% | 0.77% | - |
| XYZ | 28.64 | 44.4 | 7.44 | - |
| YUV | 154.8 | 47.98 | 107.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 197 | 13 | 0.36 | 0 | 0.93 | 0.23 | 83.15 | 0.88 | 0.41 |
| Hex | 7E | C5 | D | 24 | 0 | 5D | 17 | 53 | 58 | 29 |
| Octal | 176 | 305 | 15 | 44 | 0 | 135 | 27 | 123 | 130 | 51 |
| Binary | 1111110 | 11000101 | 1101 | 100100 | 0 | 1011101 | 10111 | 1010011 | 1011000 | 101001 |
Color Harmonies of #7EC50D
Complementary color
Monochromatic Colors of #7EC50D
Black with #7EC50D
Text Example
Text Example
White with #7EC50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC50D; }
p { color: rgb(126,197,13); }
H1.HeaderClassName
{
color: #7EC50D;
}
.AnyTagClassName
{
color: #7EC50D;
}
</style>
background-color css
<style>
a { background-color: #7EC50D; }
a { background-color: rgb(126,197,13); }
div.DivClassName
{
background-color: #7EC50D;
}
.BgClassName
{
background-color: #7EC50D;
}
</style>
border-color css
<style>
span { border-color: #7EC50D; }
span { border-color: rgb(126,197,13); }
td.TdClassName
{
border-color: #7EC50D;
}
.TagClassName
{
border-color: #7EC50D;
}
</style>