Shades of Lima #7EC001
Tints of Lima #7EC001
RGB
CMYK
RGB Variations
Color information
#7EC001 (or 0x7EC001) is known color: Lima. HEX triplet: 7E, C0 and 01. RGB value is (126,192,1). Sum of RGB (Red+Green+Blue) = 126+192+1=319 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.50% from 319); Green value is 192 (75.39% from 255 or 60.19% from 319); Blue value is 1 (0.78% from 255 or 0.31% from 319); Max value from RGB is 192 - color contains mainly: green. Hex color #7EC001 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EC001 is #813FFE. Grayscale: #979797. Windows color (decimal): -8470527 or 114814. OLE color: 114814.
HSL color Cylindrical-coordinate representation of color #7EC001: hue angle of 80.73º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7EC001 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 126 | 192 | 1 | - |
| CMYK | 0.34 | 0 | 0.99 | 0.25 |
| HSL | 80.73º | 0.99% | 0.38% | - |
| HSV(B) | 80.73º | 0.99% | 0.75% | - |
| XYZ | 27.46 | 42.14 | 6.71 | - |
| YUV | 150.49 | 43.63 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 192 | 1 | 0.34 | 0 | 0.99 | 0.25 | 80.73 | 0.99 | 0.38 |
| Hex | 7E | C0 | 1 | 22 | 0 | 63 | 19 | 51 | 63 | 26 |
| Octal | 176 | 300 | 1 | 42 | 0 | 143 | 31 | 121 | 143 | 46 |
| Binary | 1111110 | 11000000 | 1 | 100010 | 0 | 1100011 | 11001 | 1010001 | 1100011 | 100110 |
Color Harmonies of #7EC001
Complementary color
Monochromatic Colors of #7EC001
Black with #7EC001
Text Example
Text Example
White with #7EC001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC001; }
p { color: rgb(126,192,1); }
H1.HeaderClassName
{
color: #7EC001;
}
.AnyTagClassName
{
color: #7EC001;
}
</style>
background-color css
<style>
a { background-color: #7EC001; }
a { background-color: rgb(126,192,1); }
div.DivClassName
{
background-color: #7EC001;
}
.BgClassName
{
background-color: #7EC001;
}
</style>
border-color css
<style>
span { border-color: #7EC001; }
span { border-color: rgb(126,192,1); }
td.TdClassName
{
border-color: #7EC001;
}
.TagClassName
{
border-color: #7EC001;
}
</style>