Shades of Lima #7EC729
Tints of Lima #7EC729
RGB
CMYK
RGB Variations
Color information
#7EC729 (or 0x7EC729) is known color: Lima. HEX triplet: 7E, C7 and 29. RGB value is (126,199,41). Sum of RGB (Red+Green+Blue) = 126+199+41=366 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.43% from 366); Green value is 199 (78.12% from 255 or 54.37% from 366); Blue value is 41 (16.41% from 255 or 11.20% from 366); Max value from RGB is 199 - color contains mainly: green. Hex color #7EC729 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC729 is #8138D6. Grayscale: #9F9F9F. Windows color (decimal): -8468695 or 2738046. OLE color: 2738046.
HSL color Cylindrical-coordinate representation of color #7EC729: hue angle of 87.72º 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 #7EC729 is Cyan = 0.37, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 126 | 199 | 41 | - |
| CMYK | 0.37 | 0 | 0.79 | 0.22 |
| HSL | 87.72º | 0.66% | 0.47% | - |
| HSV(B) | 87.72º | 0.79% | 0.78% | - |
| XYZ | 29.43 | 45.44 | 9.32 | - |
| YUV | 159.16 | 61.32 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 199 | 41 | 0.37 | 0 | 0.79 | 0.22 | 87.72 | 0.66 | 0.47 |
| Hex | 7E | C7 | 29 | 25 | 0 | 4F | 16 | 58 | 42 | 2F |
| Octal | 176 | 307 | 51 | 45 | 0 | 117 | 26 | 130 | 102 | 57 |
| Binary | 1111110 | 11000111 | 101001 | 100101 | 0 | 1001111 | 10110 | 1011000 | 1000010 | 101111 |
Color Harmonies of #7EC729
Complementary color
Monochromatic Colors of #7EC729
Black with #7EC729
Text Example
Text Example
White with #7EC729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC729; }
p { color: rgb(126,199,41); }
H1.HeaderClassName
{
color: #7EC729;
}
.AnyTagClassName
{
color: #7EC729;
}
</style>
background-color css
<style>
a { background-color: #7EC729; }
a { background-color: rgb(126,199,41); }
div.DivClassName
{
background-color: #7EC729;
}
.BgClassName
{
background-color: #7EC729;
}
</style>
border-color css
<style>
span { border-color: #7EC729; }
span { border-color: rgb(126,199,41); }
td.TdClassName
{
border-color: #7EC729;
}
.TagClassName
{
border-color: #7EC729;
}
</style>