Shades of Lima #7EC826
Tints of Lima #7EC826
RGB
CMYK
RGB Variations
Color information
#7EC826 (or 0x7EC826) is known color: Lima. HEX triplet: 7E, C8 and 26. RGB value is (126,200,38). Sum of RGB (Red+Green+Blue) = 126+200+38=364 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.62% from 364); Green value is 200 (78.52% from 255 or 54.95% from 364); Blue value is 38 (15.23% from 255 or 10.44% from 364); Max value from RGB is 200 - color contains mainly: green. Hex color #7EC826 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC826 is #8137D9. Grayscale: #9F9F9F. Windows color (decimal): -8468442 or 2541694. OLE color: 2541694.
HSL color Cylindrical-coordinate representation of color #7EC826: hue angle of 87.41º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7EC826 is Cyan = 0.37, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 126 | 200 | 38 | - |
| CMYK | 0.37 | 0 | 0.81 | 0.22 |
| HSL | 87.41º | 0.68% | 0.47% | - |
| HSV(B) | 87.41º | 0.81% | 0.78% | - |
| XYZ | 29.61 | 45.88 | 9.13 | - |
| YUV | 159.41 | 59.48 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 200 | 38 | 0.37 | 0 | 0.81 | 0.22 | 87.41 | 0.68 | 0.47 |
| Hex | 7E | C8 | 26 | 25 | 0 | 51 | 16 | 57 | 44 | 2F |
| Octal | 176 | 310 | 46 | 45 | 0 | 121 | 26 | 127 | 104 | 57 |
| Binary | 1111110 | 11001000 | 100110 | 100101 | 0 | 1010001 | 10110 | 1010111 | 1000100 | 101111 |
Color Harmonies of #7EC826
Complementary color
Monochromatic Colors of #7EC826
Black with #7EC826
Text Example
Text Example
White with #7EC826
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC826; }
p { color: rgb(126,200,38); }
H1.HeaderClassName
{
color: #7EC826;
}
.AnyTagClassName
{
color: #7EC826;
}
</style>
background-color css
<style>
a { background-color: #7EC826; }
a { background-color: rgb(126,200,38); }
div.DivClassName
{
background-color: #7EC826;
}
.BgClassName
{
background-color: #7EC826;
}
</style>
border-color css
<style>
span { border-color: #7EC826; }
span { border-color: rgb(126,200,38); }
td.TdClassName
{
border-color: #7EC826;
}
.TagClassName
{
border-color: #7EC826;
}
</style>