Shades of Lima #7EC70D
Tints of Lima #7EC70D
RGB
CMYK
RGB Variations
Color information
#7EC70D (or 0x7EC70D) is known color: Lima. HEX triplet: 7E, C7 and 0D. RGB value is (126,199,13). Sum of RGB (Red+Green+Blue) = 126+199+13=338 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.28% from 338); Green value is 199 (78.12% from 255 or 58.88% from 338); Blue value is 13 (5.47% from 255 or 3.85% from 338); Max value from RGB is 199 - color contains mainly: green. Hex color #7EC70D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EC70D is #8138F2. Grayscale: #9C9C9C. Windows color (decimal): -8468723 or 903038. OLE color: 903038.
HSL color Cylindrical-coordinate representation of color #7EC70D: hue angle of 83.55º degrees, saturation: 0.88, 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 #7EC70D is Cyan = 0.37, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 126 | 199 | 13 | - |
| CMYK | 0.37 | 0 | 0.93 | 0.22 |
| HSL | 83.55º | 0.88% | 0.42% | - |
| HSV(B) | 83.55º | 0.93% | 0.78% | - |
| XYZ | 29.1 | 45.31 | 7.59 | - |
| YUV | 155.97 | 47.32 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 199 | 13 | 0.37 | 0 | 0.93 | 0.22 | 83.55 | 0.88 | 0.42 |
| Hex | 7E | C7 | D | 25 | 0 | 5D | 16 | 54 | 58 | 2A |
| Octal | 176 | 307 | 15 | 45 | 0 | 135 | 26 | 124 | 130 | 52 |
| Binary | 1111110 | 11000111 | 1101 | 100101 | 0 | 1011101 | 10110 | 1010100 | 1011000 | 101010 |
Color Harmonies of #7EC70D
Complementary color
Monochromatic Colors of #7EC70D
Black with #7EC70D
Text Example
Text Example
White with #7EC70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC70D; }
p { color: rgb(126,199,13); }
H1.HeaderClassName
{
color: #7EC70D;
}
.AnyTagClassName
{
color: #7EC70D;
}
</style>
background-color css
<style>
a { background-color: #7EC70D; }
a { background-color: rgb(126,199,13); }
div.DivClassName
{
background-color: #7EC70D;
}
.BgClassName
{
background-color: #7EC70D;
}
</style>
border-color css
<style>
span { border-color: #7EC70D; }
span { border-color: rgb(126,199,13); }
td.TdClassName
{
border-color: #7EC70D;
}
.TagClassName
{
border-color: #7EC70D;
}
</style>