Shades of Lima #7EC407
Tints of Lima #7EC407
RGB
CMYK
RGB Variations
Color information
#7EC407 (or 0x7EC407) is known color: Lima. HEX triplet: 7E, C4 and 07. RGB value is (126,196,7). Sum of RGB (Red+Green+Blue) = 126+196+7=329 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.30% from 329); Green value is 196 (76.95% from 255 or 59.57% from 329); Blue value is 7 (3.12% from 255 or 2.13% from 329); Max value from RGB is 196 - color contains mainly: green. Hex color #7EC407 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EC407 is #813BF8. Grayscale: #9A9A9A. Windows color (decimal): -8469497 or 509054. OLE color: 509054.
HSL color Cylindrical-coordinate representation of color #7EC407: hue angle of 82.22º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7EC407 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
RGB | 126 | 196 | 7 | - |
CMYK | 0.36 | 0 | 0.96 | 0.23 |
HSL | 82.22º | 0.93% | 0.4% | - |
HSV(B) | 82.22º | 0.96% | 0.77% | - |
XYZ | 28.38 | 43.93 | 7.18 | - |
YUV | 153.52 | 45.31 | 108.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 126 | 196 | 7 | 0.36 | 0 | 0.96 | 0.23 | 82.22 | 0.93 | 0.4 |
Hex | 7E | C4 | 7 | 24 | 0 | 60 | 17 | 52 | 5D | 28 |
Octal | 176 | 304 | 7 | 44 | 0 | 140 | 27 | 122 | 135 | 50 |
Binary | 1111110 | 11000100 | 111 | 100100 | 0 | 1100000 | 10111 | 1010010 | 1011101 | 101000 |
Color Harmonies of #7EC407
Complementary color
Monochromatic Colors of #7EC407
Black with #7EC407
Text Example
Text Example
White with #7EC407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC407; }
p { color: rgb(126,196,7); }
H1.HeaderClassName
{
color: #7EC407;
}
.AnyTagClassName
{
color: #7EC407;
}
</style>
background-color css
<style>
a { background-color: #7EC407; }
a { background-color: rgb(126,196,7); }
div.DivClassName
{
background-color: #7EC407;
}
.BgClassName
{
background-color: #7EC407;
}
</style>
border-color css
<style>
span { border-color: #7EC407; }
span { border-color: rgb(126,196,7); }
td.TdClassName
{
border-color: #7EC407;
}
.TagClassName
{
border-color: #7EC407;
}
</style>