Shades of Lima #7EC629
Tints of Lima #7EC629
RGB
CMYK
RGB Variations
Color information
#7EC629 (or 0x7EC629) is known color: Lima. HEX triplet: 7E, C6 and 29. RGB value is (126,198,41). Sum of RGB (Red+Green+Blue) = 126+198+41=365 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.52% from 365); Green value is 198 (77.73% from 255 or 54.25% from 365); Blue value is 41 (16.41% from 255 or 11.23% from 365); Max value from RGB is 198 - color contains mainly: green. Hex color #7EC629 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC629 is #8139D6. Grayscale: #9F9F9F. Windows color (decimal): -8468951 or 2737790. OLE color: 2737790.
HSL color Cylindrical-coordinate representation of color #7EC629: hue angle of 87.52º degrees, saturation: 0.66, 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 #7EC629 is Cyan = 0.36, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 126 | 198 | 41 | - |
| CMYK | 0.36 | 0 | 0.79 | 0.22 |
| HSL | 87.52º | 0.66% | 0.47% | - |
| HSV(B) | 87.52º | 0.79% | 0.78% | - |
| XYZ | 29.2 | 44.98 | 9.24 | - |
| YUV | 158.57 | 61.65 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 198 | 41 | 0.36 | 0 | 0.79 | 0.22 | 87.52 | 0.66 | 0.47 |
| Hex | 7E | C6 | 29 | 24 | 0 | 4F | 16 | 58 | 42 | 2F |
| Octal | 176 | 306 | 51 | 44 | 0 | 117 | 26 | 130 | 102 | 57 |
| Binary | 1111110 | 11000110 | 101001 | 100100 | 0 | 1001111 | 10110 | 1011000 | 1000010 | 101111 |
Color Harmonies of #7EC629
Complementary color
Monochromatic Colors of #7EC629
Black with #7EC629
Text Example
Text Example
White with #7EC629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC629; }
p { color: rgb(126,198,41); }
H1.HeaderClassName
{
color: #7EC629;
}
.AnyTagClassName
{
color: #7EC629;
}
</style>
background-color css
<style>
a { background-color: #7EC629; }
a { background-color: rgb(126,198,41); }
div.DivClassName
{
background-color: #7EC629;
}
.BgClassName
{
background-color: #7EC629;
}
</style>
border-color css
<style>
span { border-color: #7EC629; }
span { border-color: rgb(126,198,41); }
td.TdClassName
{
border-color: #7EC629;
}
.TagClassName
{
border-color: #7EC629;
}
</style>