Shades of Lima #7ECB04
Tints of Lima #7ECB04
RGB
CMYK
RGB Variations
Color information
#7ECB04 (or 0x7ECB04) is known color: Lima. HEX triplet: 7E, CB and 04. RGB value is (126,203,4). Sum of RGB (Red+Green+Blue) = 126+203+4=333 (44% of max value = 765). Red value is 126 (49.61% from 255 or 37.84% from 333); Green value is 203 (79.69% from 255 or 60.96% from 333); Blue value is 4 (1.95% from 255 or 1.20% from 333); Max value from RGB is 203 - color contains mainly: green. Hex color #7ECB04 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ECB04 is #8134FB. Grayscale: #9E9E9E. Windows color (decimal): -8467708 or 314238. OLE color: 314238.
HSL color Cylindrical-coordinate representation of color #7ECB04: hue angle of 83.22º 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 #7ECB04 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 203 | 4 | - |
| CMYK | 0.38 | 0 | 0.98 | 0.20 |
| HSL | 83.22º | 0.96% | 0.41% | - |
| HSV(B) | 83.22º | 0.98% | 0.8% | - |
| XYZ | 29.98 | 47.16 | 7.64 | - |
| YUV | 157.29 | 41.49 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 203 | 4 | 0.38 | 0 | 0.98 | 0.20 | 83.22 | 0.96 | 0.41 |
| Hex | 7E | CB | 4 | 26 | 0 | 62 | 14 | 53 | 60 | 29 |
| Octal | 176 | 313 | 4 | 46 | 0 | 142 | 24 | 123 | 140 | 51 |
| Binary | 1111110 | 11001011 | 100 | 100110 | 0 | 1100010 | 10100 | 1010011 | 1100000 | 101001 |
Color Harmonies of #7ECB04
Complementary color
Monochromatic Colors of #7ECB04
Black with #7ECB04
Text Example
Text Example
White with #7ECB04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ECB04; }
p { color: rgb(126,203,4); }
H1.HeaderClassName
{
color: #7ECB04;
}
.AnyTagClassName
{
color: #7ECB04;
}
</style>
background-color css
<style>
a { background-color: #7ECB04; }
a { background-color: rgb(126,203,4); }
div.DivClassName
{
background-color: #7ECB04;
}
.BgClassName
{
background-color: #7ECB04;
}
</style>
border-color css
<style>
span { border-color: #7ECB04; }
span { border-color: rgb(126,203,4); }
td.TdClassName
{
border-color: #7ECB04;
}
.TagClassName
{
border-color: #7ECB04;
}
</style>