Shades of Lima #7EC425
Tints of Lima #7EC425
RGB
CMYK
RGB Variations
Color information
#7EC425 (or 0x7EC425) is known color: Lima. HEX triplet: 7E, C4 and 25. RGB value is (126,196,37). Sum of RGB (Red+Green+Blue) = 126+196+37=359 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.10% from 359); Green value is 196 (76.95% from 255 or 54.60% from 359); Blue value is 37 (14.84% from 255 or 10.31% from 359); Max value from RGB is 196 - color contains mainly: green. Hex color #7EC425 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC425 is #813BDA. Grayscale: #9D9D9D. Windows color (decimal): -8469467 or 2475134. OLE color: 2475134.
HSL color Cylindrical-coordinate representation of color #7EC425: hue angle of 86.42º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7EC425 is Cyan = 0.36, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 126 | 196 | 37 | - |
| CMYK | 0.36 | 0 | 0.81 | 0.23 |
| HSL | 86.42º | 0.68% | 0.46% | - |
| HSV(B) | 86.42º | 0.81% | 0.77% | - |
| XYZ | 28.68 | 44.05 | 8.74 | - |
| YUV | 156.94 | 60.31 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 196 | 37 | 0.36 | 0 | 0.81 | 0.23 | 86.42 | 0.68 | 0.46 |
| Hex | 7E | C4 | 25 | 24 | 0 | 51 | 17 | 56 | 44 | 2E |
| Octal | 176 | 304 | 45 | 44 | 0 | 121 | 27 | 126 | 104 | 56 |
| Binary | 1111110 | 11000100 | 100101 | 100100 | 0 | 1010001 | 10111 | 1010110 | 1000100 | 101110 |
Color Harmonies of #7EC425
Complementary color
Monochromatic Colors of #7EC425
Black with #7EC425
Text Example
Text Example
White with #7EC425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC425; }
p { color: rgb(126,196,37); }
H1.HeaderClassName
{
color: #7EC425;
}
.AnyTagClassName
{
color: #7EC425;
}
</style>
background-color css
<style>
a { background-color: #7EC425; }
a { background-color: rgb(126,196,37); }
div.DivClassName
{
background-color: #7EC425;
}
.BgClassName
{
background-color: #7EC425;
}
</style>
border-color css
<style>
span { border-color: #7EC425; }
span { border-color: rgb(126,196,37); }
td.TdClassName
{
border-color: #7EC425;
}
.TagClassName
{
border-color: #7EC425;
}
</style>