Shades of Lima #7EC02F
Tints of Lima #7EC02F
RGB
CMYK
RGB Variations
Color information
#7EC02F (or 0x7EC02F) is known color: Lima. HEX triplet: 7E, C0 and 2F. RGB value is (126,192,47). Sum of RGB (Red+Green+Blue) = 126+192+47=365 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.52% from 365); Green value is 192 (75.39% from 255 or 52.60% from 365); Blue value is 47 (18.75% from 255 or 12.88% from 365); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC02F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC02F is #813FD0. Grayscale: #9C9C9C. Windows color (decimal): -8470481 or 3129470. OLE color: 3129470.
HSL color Cylindrical-coordinate representation of color #7EC02F: hue angle of 87.31º 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 #7EC02F is Cyan = 0.34, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 192 | 47 | - |
| CMYK | 0.34 | 0 | 0.76 | 0.25 |
| HSL | 87.31º | 0.61% | 0.47% | - |
| HSV(B) | 87.31º | 0.76% | 0.75% | - |
| XYZ | 27.97 | 42.34 | 9.39 | - |
| YUV | 155.74 | 66.63 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 192 | 47 | 0.34 | 0 | 0.76 | 0.25 | 87.31 | 0.61 | 0.47 |
| Hex | 7E | C0 | 2F | 22 | 0 | 4C | 19 | 57 | 3D | 2F |
| Octal | 176 | 300 | 57 | 42 | 0 | 114 | 31 | 127 | 75 | 57 |
| Binary | 1111110 | 11000000 | 101111 | 100010 | 0 | 1001100 | 11001 | 1010111 | 111101 | 101111 |
Color Harmonies of #7EC02F
Complementary color
Monochromatic Colors of #7EC02F
Black with #7EC02F
Text Example
Text Example
White with #7EC02F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC02F; }
p { color: rgb(126,192,47); }
H1.HeaderClassName
{
color: #7EC02F;
}
.AnyTagClassName
{
color: #7EC02F;
}
</style>
background-color css
<style>
a { background-color: #7EC02F; }
a { background-color: rgb(126,192,47); }
div.DivClassName
{
background-color: #7EC02F;
}
.BgClassName
{
background-color: #7EC02F;
}
</style>
border-color css
<style>
span { border-color: #7EC02F; }
span { border-color: rgb(126,192,47); }
td.TdClassName
{
border-color: #7EC02F;
}
.TagClassName
{
border-color: #7EC02F;
}
</style>