Shades of Lima #7EC82A
Tints of Lima #7EC82A
RGB
CMYK
RGB Variations
Color information
#7EC82A (or 0x7EC82A) is known color: Lima. HEX triplet: 7E, C8 and 2A. RGB value is (126,200,42). Sum of RGB (Red+Green+Blue) = 126+200+42=368 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.24% from 368); Green value is 200 (78.52% from 255 or 54.35% from 368); Blue value is 42 (16.80% from 255 or 11.41% from 368); Max value from RGB is 200 - color contains mainly: green. Hex color #7EC82A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC82A is #8137D5. Grayscale: #A0A0A0. Windows color (decimal): -8468438 or 2803838. OLE color: 2803838.
HSL color Cylindrical-coordinate representation of color #7EC82A: hue angle of 88.1º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7EC82A is Cyan = 0.37, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 126 | 200 | 42 | - |
| CMYK | 0.37 | 0 | 0.79 | 0.22 |
| HSL | 88.1º | 0.65% | 0.47% | - |
| HSV(B) | 88.1º | 0.79% | 0.78% | - |
| XYZ | 29.68 | 45.91 | 9.49 | - |
| YUV | 159.86 | 61.48 | 103.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 200 | 42 | 0.37 | 0 | 0.79 | 0.22 | 88.1 | 0.65 | 0.47 |
| Hex | 7E | C8 | 2A | 25 | 0 | 4F | 16 | 58 | 41 | 2F |
| Octal | 176 | 310 | 52 | 45 | 0 | 117 | 26 | 130 | 101 | 57 |
| Binary | 1111110 | 11001000 | 101010 | 100101 | 0 | 1001111 | 10110 | 1011000 | 1000001 | 101111 |
Color Harmonies of #7EC82A
Complementary color
Monochromatic Colors of #7EC82A
Black with #7EC82A
Text Example
Text Example
White with #7EC82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC82A; }
p { color: rgb(126,200,42); }
H1.HeaderClassName
{
color: #7EC82A;
}
.AnyTagClassName
{
color: #7EC82A;
}
</style>
background-color css
<style>
a { background-color: #7EC82A; }
a { background-color: rgb(126,200,42); }
div.DivClassName
{
background-color: #7EC82A;
}
.BgClassName
{
background-color: #7EC82A;
}
</style>
border-color css
<style>
span { border-color: #7EC82A; }
span { border-color: rgb(126,200,42); }
td.TdClassName
{
border-color: #7EC82A;
}
.TagClassName
{
border-color: #7EC82A;
}
</style>