Shades of Lima #7EC526
Tints of Lima #7EC526
RGB
CMYK
RGB Variations
Color information
#7EC526 (or 0x7EC526) is known color: Lima. HEX triplet: 7E, C5 and 26. RGB value is (126,197,38). Sum of RGB (Red+Green+Blue) = 126+197+38=361 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.90% from 361); Green value is 197 (77.34% from 255 or 54.57% from 361); Blue value is 38 (15.23% from 255 or 10.53% from 361); Max value from RGB is 197 - color contains mainly: green. Hex color #7EC526 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC526 is #813AD9. Grayscale: #9E9E9E. Windows color (decimal): -8469210 or 2540926. OLE color: 2540926.
HSL color Cylindrical-coordinate representation of color #7EC526: hue angle of 86.79º 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 #7EC526 is Cyan = 0.36, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 126 | 197 | 38 | - |
| CMYK | 0.36 | 0 | 0.81 | 0.23 |
| HSL | 86.79º | 0.68% | 0.46% | - |
| HSV(B) | 86.79º | 0.81% | 0.77% | - |
| XYZ | 28.92 | 44.51 | 8.9 | - |
| YUV | 157.65 | 60.48 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 197 | 38 | 0.36 | 0 | 0.81 | 0.23 | 86.79 | 0.68 | 0.46 |
| Hex | 7E | C5 | 26 | 24 | 0 | 51 | 17 | 57 | 44 | 2E |
| Octal | 176 | 305 | 46 | 44 | 0 | 121 | 27 | 127 | 104 | 56 |
| Binary | 1111110 | 11000101 | 100110 | 100100 | 0 | 1010001 | 10111 | 1010111 | 1000100 | 101110 |
Color Harmonies of #7EC526
Complementary color
Monochromatic Colors of #7EC526
Black with #7EC526
Text Example
Text Example
White with #7EC526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC526; }
p { color: rgb(126,197,38); }
H1.HeaderClassName
{
color: #7EC526;
}
.AnyTagClassName
{
color: #7EC526;
}
</style>
background-color css
<style>
a { background-color: #7EC526; }
a { background-color: rgb(126,197,38); }
div.DivClassName
{
background-color: #7EC526;
}
.BgClassName
{
background-color: #7EC526;
}
</style>
border-color css
<style>
span { border-color: #7EC526; }
span { border-color: rgb(126,197,38); }
td.TdClassName
{
border-color: #7EC526;
}
.TagClassName
{
border-color: #7EC526;
}
</style>