Shades of Lima #7EC91F
Tints of Lima #7EC91F
RGB
CMYK
RGB Variations
Color information
#7EC91F (or 0x7EC91F) is known color: Lima. HEX triplet: 7E, C9 and 1F. RGB value is (126,201,31). Sum of RGB (Red+Green+Blue) = 126+201+31=358 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.20% from 358); Green value is 201 (78.91% from 255 or 56.15% from 358); Blue value is 31 (12.5% from 255 or 8.66% from 358); Max value from RGB is 201 - color contains mainly: green. Hex color #7EC91F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC91F is #8136E0. Grayscale: #9F9F9F. Windows color (decimal): -8468193 or 2083198. OLE color: 2083198.
HSL color Cylindrical-coordinate representation of color #7EC91F: hue angle of 86.47º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7EC91F is Cyan = 0.37, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 126 | 201 | 31 | - |
| CMYK | 0.37 | 0 | 0.85 | 0.21 |
| HSL | 86.47º | 0.73% | 0.45% | - |
| HSV(B) | 86.47º | 0.85% | 0.79% | - |
| XYZ | 29.74 | 46.31 | 8.67 | - |
| YUV | 159.2 | 55.65 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 201 | 31 | 0.37 | 0 | 0.85 | 0.21 | 86.47 | 0.73 | 0.45 |
| Hex | 7E | C9 | 1F | 25 | 0 | 55 | 15 | 56 | 49 | 2D |
| Octal | 176 | 311 | 37 | 45 | 0 | 125 | 25 | 126 | 111 | 55 |
| Binary | 1111110 | 11001001 | 11111 | 100101 | 0 | 1010101 | 10101 | 1010110 | 1001001 | 101101 |
Color Harmonies of #7EC91F
Complementary color
Monochromatic Colors of #7EC91F
Black with #7EC91F
Text Example
Text Example
White with #7EC91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC91F; }
p { color: rgb(126,201,31); }
H1.HeaderClassName
{
color: #7EC91F;
}
.AnyTagClassName
{
color: #7EC91F;
}
</style>
background-color css
<style>
a { background-color: #7EC91F; }
a { background-color: rgb(126,201,31); }
div.DivClassName
{
background-color: #7EC91F;
}
.BgClassName
{
background-color: #7EC91F;
}
</style>
border-color css
<style>
span { border-color: #7EC91F; }
span { border-color: rgb(126,201,31); }
td.TdClassName
{
border-color: #7EC91F;
}
.TagClassName
{
border-color: #7EC91F;
}
</style>