Shades of Lima #7EC101
Tints of Lima #7EC101
RGB
CMYK
RGB Variations
Color information
#7EC101 (or 0x7EC101) is known color: Lima. HEX triplet: 7E, C1 and 01. RGB value is (126,193,1). Sum of RGB (Red+Green+Blue) = 126+193+1=320 (42% of max value = 765). Red value is 126 (49.61% from 255 or 39.38% from 320); Green value is 193 (75.78% from 255 or 60.31% from 320); Blue value is 1 (0.78% from 255 or 0.31% from 320); Max value from RGB is 193 - color contains mainly: green. Hex color #7EC101 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EC101 is #813EFE. Grayscale: #979797. Windows color (decimal): -8470271 or 115070. OLE color: 115070.
HSL color Cylindrical-coordinate representation of color #7EC101: hue angle of 80.94º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7EC101 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 126 | 193 | 1 | - |
| CMYK | 0.35 | 0 | 0.99 | 0.24 |
| HSL | 80.94º | 0.99% | 0.38% | - |
| HSV(B) | 80.94º | 0.99% | 0.76% | - |
| XYZ | 27.68 | 42.58 | 6.79 | - |
| YUV | 151.08 | 43.3 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 193 | 1 | 0.35 | 0 | 0.99 | 0.24 | 80.94 | 0.99 | 0.38 |
| Hex | 7E | C1 | 1 | 23 | 0 | 63 | 18 | 51 | 63 | 26 |
| Octal | 176 | 301 | 1 | 43 | 0 | 143 | 30 | 121 | 143 | 46 |
| Binary | 1111110 | 11000001 | 1 | 100011 | 0 | 1100011 | 11000 | 1010001 | 1100011 | 100110 |
Color Harmonies of #7EC101
Complementary color
Monochromatic Colors of #7EC101
Black with #7EC101
Text Example
Text Example
White with #7EC101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC101; }
p { color: rgb(126,193,1); }
H1.HeaderClassName
{
color: #7EC101;
}
.AnyTagClassName
{
color: #7EC101;
}
</style>
background-color css
<style>
a { background-color: #7EC101; }
a { background-color: rgb(126,193,1); }
div.DivClassName
{
background-color: #7EC101;
}
.BgClassName
{
background-color: #7EC101;
}
</style>
border-color css
<style>
span { border-color: #7EC101; }
span { border-color: rgb(126,193,1); }
td.TdClassName
{
border-color: #7EC101;
}
.TagClassName
{
border-color: #7EC101;
}
</style>