Shades of Lima #7EC003
Tints of Lima #7EC003
RGB
CMYK
RGB Variations
Color information
#7EC003 (or 0x7EC003) is known color: Lima. HEX triplet: 7E, C0 and 03. RGB value is (126,192,3). Sum of RGB (Red+Green+Blue) = 126+192+3=321 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.25% from 321); Green value is 192 (75.39% from 255 or 59.81% from 321); Blue value is 3 (1.56% from 255 or 0.93% from 321); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC003 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EC003 is #813FFC. Grayscale: #979797. Windows color (decimal): -8470525 or 245886. OLE color: 245886.
HSL color Cylindrical-coordinate representation of color #7EC003: hue angle of 80.95º degrees, saturation: 0.97, 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 #7EC003 is Cyan = 0.34, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 192 | 3 | - |
| CMYK | 0.34 | 0 | 0.98 | 0.25 |
| HSL | 80.95º | 0.97% | 0.38% | - |
| HSV(B) | 80.95º | 0.98% | 0.75% | - |
| XYZ | 27.47 | 42.14 | 6.77 | - |
| YUV | 150.72 | 44.63 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 192 | 3 | 0.34 | 0 | 0.98 | 0.25 | 80.95 | 0.97 | 0.38 |
| Hex | 7E | C0 | 3 | 22 | 0 | 62 | 19 | 51 | 61 | 26 |
| Octal | 176 | 300 | 3 | 42 | 0 | 142 | 31 | 121 | 141 | 46 |
| Binary | 1111110 | 11000000 | 11 | 100010 | 0 | 1100010 | 11001 | 1010001 | 1100001 | 100110 |
Color Harmonies of #7EC003
Complementary color
Monochromatic Colors of #7EC003
Black with #7EC003
Text Example
Text Example
White with #7EC003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC003; }
p { color: rgb(126,192,3); }
H1.HeaderClassName
{
color: #7EC003;
}
.AnyTagClassName
{
color: #7EC003;
}
</style>
background-color css
<style>
a { background-color: #7EC003; }
a { background-color: rgb(126,192,3); }
div.DivClassName
{
background-color: #7EC003;
}
.BgClassName
{
background-color: #7EC003;
}
</style>
border-color css
<style>
span { border-color: #7EC003; }
span { border-color: rgb(126,192,3); }
td.TdClassName
{
border-color: #7EC003;
}
.TagClassName
{
border-color: #7EC003;
}
</style>