Shades of Lima #7EC725
Tints of Lima #7EC725
RGB
CMYK
RGB Variations
Color information
#7EC725 (or 0x7EC725) is known color: Lima. HEX triplet: 7E, C7 and 25. RGB value is (126,199,37). Sum of RGB (Red+Green+Blue) = 126+199+37=362 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.81% from 362); Green value is 199 (78.12% from 255 or 54.97% from 362); Blue value is 37 (14.84% from 255 or 10.22% from 362); Max value from RGB is 199 - color contains mainly: green. Hex color #7EC725 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC725 is #8138DA. Grayscale: #9F9F9F. Windows color (decimal): -8468699 or 2475902. OLE color: 2475902.
HSL color Cylindrical-coordinate representation of color #7EC725: hue angle of 87.04º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7EC725 is Cyan = 0.37, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 126 | 199 | 37 | - |
| CMYK | 0.37 | 0 | 0.81 | 0.22 |
| HSL | 87.04º | 0.69% | 0.46% | - |
| HSV(B) | 87.04º | 0.81% | 0.78% | - |
| XYZ | 29.36 | 45.42 | 8.97 | - |
| YUV | 158.71 | 59.32 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 199 | 37 | 0.37 | 0 | 0.81 | 0.22 | 87.04 | 0.69 | 0.46 |
| Hex | 7E | C7 | 25 | 25 | 0 | 51 | 16 | 57 | 45 | 2E |
| Octal | 176 | 307 | 45 | 45 | 0 | 121 | 26 | 127 | 105 | 56 |
| Binary | 1111110 | 11000111 | 100101 | 100101 | 0 | 1010001 | 10110 | 1010111 | 1000101 | 101110 |
Color Harmonies of #7EC725
Complementary color
Monochromatic Colors of #7EC725
Black with #7EC725
Text Example
Text Example
White with #7EC725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC725; }
p { color: rgb(126,199,37); }
H1.HeaderClassName
{
color: #7EC725;
}
.AnyTagClassName
{
color: #7EC725;
}
</style>
background-color css
<style>
a { background-color: #7EC725; }
a { background-color: rgb(126,199,37); }
div.DivClassName
{
background-color: #7EC725;
}
.BgClassName
{
background-color: #7EC725;
}
</style>
border-color css
<style>
span { border-color: #7EC725; }
span { border-color: rgb(126,199,37); }
td.TdClassName
{
border-color: #7EC725;
}
.TagClassName
{
border-color: #7EC725;
}
</style>