Shades of Lima #7EC41F
Tints of Lima #7EC41F
RGB
CMYK
RGB Variations
Color information
#7EC41F (or 0x7EC41F) is known color: Lima. HEX triplet: 7E, C4 and 1F. RGB value is (126,196,31). Sum of RGB (Red+Green+Blue) = 126+196+31=353 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.69% from 353); Green value is 196 (76.95% from 255 or 55.52% from 353); Blue value is 31 (12.5% from 255 or 8.78% from 353); Max value from RGB is 196 - color contains mainly: green. Hex color #7EC41F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC41F is #813BE0. Grayscale: #9C9C9C. Windows color (decimal): -8469473 or 2081918. OLE color: 2081918.
HSL color Cylindrical-coordinate representation of color #7EC41F: hue angle of 85.45º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7EC41F is Cyan = 0.36, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 126 | 196 | 31 | - |
| CMYK | 0.36 | 0 | 0.84 | 0.23 |
| HSL | 85.45º | 0.73% | 0.45% | - |
| HSV(B) | 85.45º | 0.84% | 0.77% | - |
| XYZ | 28.59 | 44.01 | 8.29 | - |
| YUV | 156.26 | 57.31 | 106.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 196 | 31 | 0.36 | 0 | 0.84 | 0.23 | 85.45 | 0.73 | 0.45 |
| Hex | 7E | C4 | 1F | 24 | 0 | 54 | 17 | 55 | 49 | 2D |
| Octal | 176 | 304 | 37 | 44 | 0 | 124 | 27 | 125 | 111 | 55 |
| Binary | 1111110 | 11000100 | 11111 | 100100 | 0 | 1010100 | 10111 | 1010101 | 1001001 | 101101 |
Color Harmonies of #7EC41F
Complementary color
Monochromatic Colors of #7EC41F
Black with #7EC41F
Text Example
Text Example
White with #7EC41F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC41F; }
p { color: rgb(126,196,31); }
H1.HeaderClassName
{
color: #7EC41F;
}
.AnyTagClassName
{
color: #7EC41F;
}
</style>
background-color css
<style>
a { background-color: #7EC41F; }
a { background-color: rgb(126,196,31); }
div.DivClassName
{
background-color: #7EC41F;
}
.BgClassName
{
background-color: #7EC41F;
}
</style>
border-color css
<style>
span { border-color: #7EC41F; }
span { border-color: rgb(126,196,31); }
td.TdClassName
{
border-color: #7EC41F;
}
.TagClassName
{
border-color: #7EC41F;
}
</style>