Shades of Lima #7EC528
Tints of Lima #7EC528
RGB
CMYK
RGB Variations
Color information
#7EC528 (or 0x7EC528) is known color: Lima. HEX triplet: 7E, C5 and 28. RGB value is (126,197,40). Sum of RGB (Red+Green+Blue) = 126+197+40=363 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.71% from 363); Green value is 197 (77.34% from 255 or 54.27% from 363); Blue value is 40 (16.02% from 255 or 11.02% from 363); Max value from RGB is 197 - color contains mainly: green. Hex color #7EC528 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC528 is #813AD7. Grayscale: #9E9E9E. Windows color (decimal): -8469208 or 2671998. OLE color: 2671998.
HSL color Cylindrical-coordinate representation of color #7EC528: hue angle of 87.13º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7EC528 is Cyan = 0.36, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 126 | 197 | 40 | - |
| CMYK | 0.36 | 0 | 0.80 | 0.23 |
| HSL | 87.13º | 0.66% | 0.46% | - |
| HSV(B) | 87.13º | 0.8% | 0.77% | - |
| XYZ | 28.95 | 44.52 | 9.07 | - |
| YUV | 157.87 | 61.48 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 197 | 40 | 0.36 | 0 | 0.80 | 0.23 | 87.13 | 0.66 | 0.46 |
| Hex | 7E | C5 | 28 | 24 | 0 | 50 | 17 | 57 | 42 | 2E |
| Octal | 176 | 305 | 50 | 44 | 0 | 120 | 27 | 127 | 102 | 56 |
| Binary | 1111110 | 11000101 | 101000 | 100100 | 0 | 1010000 | 10111 | 1010111 | 1000010 | 101110 |
Color Harmonies of #7EC528
Complementary color
Monochromatic Colors of #7EC528
Black with #7EC528
Text Example
Text Example
White with #7EC528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC528; }
p { color: rgb(126,197,40); }
H1.HeaderClassName
{
color: #7EC528;
}
.AnyTagClassName
{
color: #7EC528;
}
</style>
background-color css
<style>
a { background-color: #7EC528; }
a { background-color: rgb(126,197,40); }
div.DivClassName
{
background-color: #7EC528;
}
.BgClassName
{
background-color: #7EC528;
}
</style>
border-color css
<style>
span { border-color: #7EC528; }
span { border-color: rgb(126,197,40); }
td.TdClassName
{
border-color: #7EC528;
}
.TagClassName
{
border-color: #7EC528;
}
</style>