Shades of Lima #7EC40F
Tints of Lima #7EC40F
RGB
CMYK
RGB Variations
Color information
#7EC40F (or 0x7EC40F) is known color: Lima. HEX triplet: 7E, C4 and 0F. RGB value is (126,196,15). Sum of RGB (Red+Green+Blue) = 126+196+15=337 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.39% from 337); Green value is 196 (76.95% from 255 or 58.16% from 337); Blue value is 15 (6.25% from 255 or 4.45% from 337); Max value from RGB is 196 - color contains mainly: green. Hex color #7EC40F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EC40F is #813BF0. Grayscale: #9B9B9B. Windows color (decimal): -8469489 or 1033342. OLE color: 1033342.
HSL color Cylindrical-coordinate representation of color #7EC40F: hue angle of 83.2º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7EC40F is Cyan = 0.36, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 126 | 196 | 15 | - |
| CMYK | 0.36 | 0 | 0.92 | 0.23 |
| HSL | 83.2º | 0.86% | 0.41% | - |
| HSV(B) | 83.2º | 0.92% | 0.77% | - |
| XYZ | 28.43 | 43.95 | 7.44 | - |
| YUV | 154.44 | 49.31 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 196 | 15 | 0.36 | 0 | 0.92 | 0.23 | 83.2 | 0.86 | 0.41 |
| Hex | 7E | C4 | F | 24 | 0 | 5C | 17 | 53 | 56 | 29 |
| Octal | 176 | 304 | 17 | 44 | 0 | 134 | 27 | 123 | 126 | 51 |
| Binary | 1111110 | 11000100 | 1111 | 100100 | 0 | 1011100 | 10111 | 1010011 | 1010110 | 101001 |
Color Harmonies of #7EC40F
Complementary color
Monochromatic Colors of #7EC40F
Black with #7EC40F
Text Example
Text Example
White with #7EC40F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC40F; }
p { color: rgb(126,196,15); }
H1.HeaderClassName
{
color: #7EC40F;
}
.AnyTagClassName
{
color: #7EC40F;
}
</style>
background-color css
<style>
a { background-color: #7EC40F; }
a { background-color: rgb(126,196,15); }
div.DivClassName
{
background-color: #7EC40F;
}
.BgClassName
{
background-color: #7EC40F;
}
</style>
border-color css
<style>
span { border-color: #7EC40F; }
span { border-color: rgb(126,196,15); }
td.TdClassName
{
border-color: #7EC40F;
}
.TagClassName
{
border-color: #7EC40F;
}
</style>