Shades of Lima #7EC02D
Tints of Lima #7EC02D
RGB
CMYK
RGB Variations
Color information
#7EC02D (or 0x7EC02D) is known color: Lima. HEX triplet: 7E, C0 and 2D. RGB value is (126,192,45). Sum of RGB (Red+Green+Blue) = 126+192+45=363 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.71% from 363); Green value is 192 (75.39% from 255 or 52.89% from 363); Blue value is 45 (17.97% from 255 or 12.40% from 363); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC02D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC02D is #813FD2. Grayscale: #9C9C9C. Windows color (decimal): -8470483 or 2998398. OLE color: 2998398.
HSL color Cylindrical-coordinate representation of color #7EC02D: hue angle of 86.94º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7EC02D is Cyan = 0.34, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 192 | 45 | - |
| CMYK | 0.34 | 0 | 0.77 | 0.25 |
| HSL | 86.94º | 0.62% | 0.46% | - |
| HSV(B) | 86.94º | 0.77% | 0.75% | - |
| XYZ | 27.93 | 42.32 | 9.18 | - |
| YUV | 155.51 | 65.63 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 192 | 45 | 0.34 | 0 | 0.77 | 0.25 | 86.94 | 0.62 | 0.46 |
| Hex | 7E | C0 | 2D | 22 | 0 | 4D | 19 | 57 | 3E | 2E |
| Octal | 176 | 300 | 55 | 42 | 0 | 115 | 31 | 127 | 76 | 56 |
| Binary | 1111110 | 11000000 | 101101 | 100010 | 0 | 1001101 | 11001 | 1010111 | 111110 | 101110 |
Color Harmonies of #7EC02D
Complementary color
Monochromatic Colors of #7EC02D
Black with #7EC02D
Text Example
Text Example
White with #7EC02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC02D; }
p { color: rgb(126,192,45); }
H1.HeaderClassName
{
color: #7EC02D;
}
.AnyTagClassName
{
color: #7EC02D;
}
</style>
background-color css
<style>
a { background-color: #7EC02D; }
a { background-color: rgb(126,192,45); }
div.DivClassName
{
background-color: #7EC02D;
}
.BgClassName
{
background-color: #7EC02D;
}
</style>
border-color css
<style>
span { border-color: #7EC02D; }
span { border-color: rgb(126,192,45); }
td.TdClassName
{
border-color: #7EC02D;
}
.TagClassName
{
border-color: #7EC02D;
}
</style>