Shades of Lima #7EC02E
Tints of Lima #7EC02E
RGB
CMYK
RGB Variations
Color information
#7EC02E (or 0x7EC02E) is known color: Lima. HEX triplet: 7E, C0 and 2E. RGB value is (126,192,46). Sum of RGB (Red+Green+Blue) = 126+192+46=364 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.62% from 364); Green value is 192 (75.39% from 255 or 52.75% from 364); Blue value is 46 (18.36% from 255 or 12.64% from 364); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC02E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC02E is #813FD1. Grayscale: #9C9C9C. Windows color (decimal): -8470482 or 3063934. OLE color: 3063934.
HSL color Cylindrical-coordinate representation of color #7EC02E: hue angle of 87.12º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7EC02E is Cyan = 0.34, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 192 | 46 | - |
| CMYK | 0.34 | 0 | 0.76 | 0.25 |
| HSL | 87.12º | 0.61% | 0.47% | - |
| HSV(B) | 87.12º | 0.76% | 0.75% | - |
| XYZ | 27.95 | 42.33 | 9.28 | - |
| YUV | 155.62 | 66.13 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 192 | 46 | 0.34 | 0 | 0.76 | 0.25 | 87.12 | 0.61 | 0.47 |
| Hex | 7E | C0 | 2E | 22 | 0 | 4C | 19 | 57 | 3D | 2F |
| Octal | 176 | 300 | 56 | 42 | 0 | 114 | 31 | 127 | 75 | 57 |
| Binary | 1111110 | 11000000 | 101110 | 100010 | 0 | 1001100 | 11001 | 1010111 | 111101 | 101111 |
Color Harmonies of #7EC02E
Complementary color
Monochromatic Colors of #7EC02E
Black with #7EC02E
Text Example
Text Example
White with #7EC02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC02E; }
p { color: rgb(126,192,46); }
H1.HeaderClassName
{
color: #7EC02E;
}
.AnyTagClassName
{
color: #7EC02E;
}
</style>
background-color css
<style>
a { background-color: #7EC02E; }
a { background-color: rgb(126,192,46); }
div.DivClassName
{
background-color: #7EC02E;
}
.BgClassName
{
background-color: #7EC02E;
}
</style>
border-color css
<style>
span { border-color: #7EC02E; }
span { border-color: rgb(126,192,46); }
td.TdClassName
{
border-color: #7EC02E;
}
.TagClassName
{
border-color: #7EC02E;
}
</style>