Shades of Lima #7EC417
Tints of Lima #7EC417
RGB
CMYK
RGB Variations
Color information
#7EC417 (or 0x7EC417) is known color: Lima. HEX triplet: 7E, C4 and 17. RGB value is (126,196,23). Sum of RGB (Red+Green+Blue) = 126+196+23=345 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.52% from 345); Green value is 196 (76.95% from 255 or 56.81% from 345); Blue value is 23 (9.38% from 255 or 6.67% from 345); Max value from RGB is 196 - color contains mainly: green. Hex color #7EC417 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EC417 is #813BE8. Grayscale: #9B9B9B. Windows color (decimal): -8469481 or 1557630. OLE color: 1557630.
HSL color Cylindrical-coordinate representation of color #7EC417: hue angle of 84.28º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7EC417 is Cyan = 0.36, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 126 | 196 | 23 | - |
| CMYK | 0.36 | 0 | 0.88 | 0.23 |
| HSL | 84.28º | 0.79% | 0.43% | - |
| HSV(B) | 84.28º | 0.88% | 0.77% | - |
| XYZ | 28.5 | 43.98 | 7.8 | - |
| YUV | 155.35 | 53.31 | 107.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 196 | 23 | 0.36 | 0 | 0.88 | 0.23 | 84.28 | 0.79 | 0.43 |
| Hex | 7E | C4 | 17 | 24 | 0 | 58 | 17 | 54 | 4F | 2B |
| Octal | 176 | 304 | 27 | 44 | 0 | 130 | 27 | 124 | 117 | 53 |
| Binary | 1111110 | 11000100 | 10111 | 100100 | 0 | 1011000 | 10111 | 1010100 | 1001111 | 101011 |
Color Harmonies of #7EC417
Complementary color
Monochromatic Colors of #7EC417
Black with #7EC417
Text Example
Text Example
White with #7EC417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC417; }
p { color: rgb(126,196,23); }
H1.HeaderClassName
{
color: #7EC417;
}
.AnyTagClassName
{
color: #7EC417;
}
</style>
background-color css
<style>
a { background-color: #7EC417; }
a { background-color: rgb(126,196,23); }
div.DivClassName
{
background-color: #7EC417;
}
.BgClassName
{
background-color: #7EC417;
}
</style>
border-color css
<style>
span { border-color: #7EC417; }
span { border-color: rgb(126,196,23); }
td.TdClassName
{
border-color: #7EC417;
}
.TagClassName
{
border-color: #7EC417;
}
</style>