Shades of Lima #7ECD04
Tints of Lima #7ECD04
RGB
CMYK
RGB Variations
Color information
#7ECD04 (or 0x7ECD04) is known color: Lima. HEX triplet: 7E, CD and 04. RGB value is (126,205,4). Sum of RGB (Red+Green+Blue) = 126+205+4=335 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.61% from 335); Green value is 205 (80.47% from 255 or 61.19% from 335); Blue value is 4 (1.95% from 255 or 1.19% from 335); Max value from RGB is 205 - color contains mainly: green. Hex color #7ECD04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ECD04 is #8132FB. Grayscale: #9F9F9F. Windows color (decimal): -8467196 or 314750. OLE color: 314750.
HSL color Cylindrical-coordinate representation of color #7ECD04: hue angle of 83.58º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7ECD04 is Cyan = 0.39, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 205 | 4 | - |
| CMYK | 0.39 | 0 | 0.98 | 0.20 |
| HSL | 83.58º | 0.96% | 0.41% | - |
| HSV(B) | 83.58º | 0.98% | 0.8% | - |
| XYZ | 30.46 | 48.11 | 7.8 | - |
| YUV | 158.47 | 40.83 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 205 | 4 | 0.39 | 0 | 0.98 | 0.20 | 83.58 | 0.96 | 0.41 |
| Hex | 7E | CD | 4 | 27 | 0 | 62 | 14 | 54 | 60 | 29 |
| Octal | 176 | 315 | 4 | 47 | 0 | 142 | 24 | 124 | 140 | 51 |
| Binary | 1111110 | 11001101 | 100 | 100111 | 0 | 1100010 | 10100 | 1010100 | 1100000 | 101001 |
Color Harmonies of #7ECD04
Complementary color
Monochromatic Colors of #7ECD04
Black with #7ECD04
Text Example
Text Example
White with #7ECD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECD04; }
p { color: rgb(126,205,4); }
H1.HeaderClassName
{
color: #7ECD04;
}
.AnyTagClassName
{
color: #7ECD04;
}
</style>
background-color css
<style>
a { background-color: #7ECD04; }
a { background-color: rgb(126,205,4); }
div.DivClassName
{
background-color: #7ECD04;
}
.BgClassName
{
background-color: #7ECD04;
}
</style>
border-color css
<style>
span { border-color: #7ECD04; }
span { border-color: rgb(126,205,4); }
td.TdClassName
{
border-color: #7ECD04;
}
.TagClassName
{
border-color: #7ECD04;
}
</style>