Shades of Lima #7EC004
Tints of Lima #7EC004
RGB
CMYK
RGB Variations
Color information
#7EC004 (or 0x7EC004) is known color: Lima. HEX triplet: 7E, C0 and 04. RGB value is (126,192,4). Sum of RGB (Red+Green+Blue) = 126+192+4=322 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.13% from 322); Green value is 192 (75.39% from 255 or 59.63% from 322); Blue value is 4 (1.95% from 255 or 1.24% from 322); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC004 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EC004 is #813FFB. Grayscale: #979797. Windows color (decimal): -8470524 or 311422. OLE color: 311422.
HSL color Cylindrical-coordinate representation of color #7EC004: hue angle of 81.06º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7EC004 is Cyan = 0.34, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 192 | 4 | - |
| CMYK | 0.34 | 0 | 0.98 | 0.25 |
| HSL | 81.06º | 0.96% | 0.38% | - |
| HSV(B) | 81.06º | 0.98% | 0.75% | - |
| XYZ | 27.48 | 42.14 | 6.8 | - |
| YUV | 150.83 | 45.13 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 192 | 4 | 0.34 | 0 | 0.98 | 0.25 | 81.06 | 0.96 | 0.38 |
| Hex | 7E | C0 | 4 | 22 | 0 | 62 | 19 | 51 | 60 | 26 |
| Octal | 176 | 300 | 4 | 42 | 0 | 142 | 31 | 121 | 140 | 46 |
| Binary | 1111110 | 11000000 | 100 | 100010 | 0 | 1100010 | 11001 | 1010001 | 1100000 | 100110 |
Color Harmonies of #7EC004
Complementary color
Monochromatic Colors of #7EC004
Black with #7EC004
Text Example
Text Example
White with #7EC004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC004; }
p { color: rgb(126,192,4); }
H1.HeaderClassName
{
color: #7EC004;
}
.AnyTagClassName
{
color: #7EC004;
}
</style>
background-color css
<style>
a { background-color: #7EC004; }
a { background-color: rgb(126,192,4); }
div.DivClassName
{
background-color: #7EC004;
}
.BgClassName
{
background-color: #7EC004;
}
</style>
border-color css
<style>
span { border-color: #7EC004; }
span { border-color: rgb(126,192,4); }
td.TdClassName
{
border-color: #7EC004;
}
.TagClassName
{
border-color: #7EC004;
}
</style>