Shades of Lima #7EC517
Tints of Lima #7EC517
RGB
CMYK
RGB Variations
Color information
#7EC517 (or 0x7EC517) is known color: Lima. HEX triplet: 7E, C5 and 17. RGB value is (126,197,23). Sum of RGB (Red+Green+Blue) = 126+197+23=346 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.42% from 346); Green value is 197 (77.34% from 255 or 56.94% from 346); Blue value is 23 (9.38% from 255 or 6.65% from 346); Max value from RGB is 197 - color contains mainly: green. Hex color #7EC517 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EC517 is #813AE8. Grayscale: #9C9C9C. Windows color (decimal): -8469225 or 1557886. OLE color: 1557886.
HSL color Cylindrical-coordinate representation of color #7EC517: hue angle of 84.48º 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 #7EC517 is Cyan = 0.36, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 126 | 197 | 23 | - |
| CMYK | 0.36 | 0 | 0.88 | 0.23 |
| HSL | 84.48º | 0.79% | 0.43% | - |
| HSV(B) | 84.48º | 0.88% | 0.77% | - |
| XYZ | 28.73 | 44.43 | 7.87 | - |
| YUV | 155.94 | 52.98 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 197 | 23 | 0.36 | 0 | 0.88 | 0.23 | 84.48 | 0.79 | 0.43 |
| Hex | 7E | C5 | 17 | 24 | 0 | 58 | 17 | 54 | 4F | 2B |
| Octal | 176 | 305 | 27 | 44 | 0 | 130 | 27 | 124 | 117 | 53 |
| Binary | 1111110 | 11000101 | 10111 | 100100 | 0 | 1011000 | 10111 | 1010100 | 1001111 | 101011 |
Color Harmonies of #7EC517
Complementary color
Monochromatic Colors of #7EC517
Black with #7EC517
Text Example
Text Example
White with #7EC517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC517; }
p { color: rgb(126,197,23); }
H1.HeaderClassName
{
color: #7EC517;
}
.AnyTagClassName
{
color: #7EC517;
}
</style>
background-color css
<style>
a { background-color: #7EC517; }
a { background-color: rgb(126,197,23); }
div.DivClassName
{
background-color: #7EC517;
}
.BgClassName
{
background-color: #7EC517;
}
</style>
border-color css
<style>
span { border-color: #7EC517; }
span { border-color: rgb(126,197,23); }
td.TdClassName
{
border-color: #7EC517;
}
.TagClassName
{
border-color: #7EC517;
}
</style>