Shades of Lima #7EC426
Tints of Lima #7EC426
RGB
CMYK
RGB Variations
Color information
#7EC426 (or 0x7EC426) is known color: Lima. HEX triplet: 7E, C4 and 26. RGB value is (126,196,38). Sum of RGB (Red+Green+Blue) = 126+196+38=360 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35% from 360); Green value is 196 (76.95% from 255 or 54.44% from 360); Blue value is 38 (15.23% from 255 or 10.56% from 360); Max value from RGB is 196 - color contains mainly: green. Hex color #7EC426 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC426 is #813BD9. Grayscale: #9D9D9D. Windows color (decimal): -8469466 or 2540670. OLE color: 2540670.
HSL color Cylindrical-coordinate representation of color #7EC426: hue angle of 86.58º 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 #7EC426 is Cyan = 0.36, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 126 | 196 | 38 | - |
| CMYK | 0.36 | 0 | 0.81 | 0.23 |
| HSL | 86.58º | 0.68% | 0.46% | - |
| HSV(B) | 86.58º | 0.81% | 0.77% | - |
| XYZ | 28.69 | 44.06 | 8.82 | - |
| YUV | 157.06 | 60.81 | 105.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 196 | 38 | 0.36 | 0 | 0.81 | 0.23 | 86.58 | 0.68 | 0.46 |
| Hex | 7E | C4 | 26 | 24 | 0 | 51 | 17 | 57 | 44 | 2E |
| Octal | 176 | 304 | 46 | 44 | 0 | 121 | 27 | 127 | 104 | 56 |
| Binary | 1111110 | 11000100 | 100110 | 100100 | 0 | 1010001 | 10111 | 1010111 | 1000100 | 101110 |
Color Harmonies of #7EC426
Complementary color
Monochromatic Colors of #7EC426
Black with #7EC426
Text Example
Text Example
White with #7EC426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC426; }
p { color: rgb(126,196,38); }
H1.HeaderClassName
{
color: #7EC426;
}
.AnyTagClassName
{
color: #7EC426;
}
</style>
background-color css
<style>
a { background-color: #7EC426; }
a { background-color: rgb(126,196,38); }
div.DivClassName
{
background-color: #7EC426;
}
.BgClassName
{
background-color: #7EC426;
}
</style>
border-color css
<style>
span { border-color: #7EC426; }
span { border-color: rgb(126,196,38); }
td.TdClassName
{
border-color: #7EC426;
}
.TagClassName
{
border-color: #7EC426;
}
</style>