Shades of Lima #7EC701
Tints of Lima #7EC701
RGB
CMYK
RGB Variations
Color information
#7EC701 (or 0x7EC701) is known color: Lima. HEX triplet: 7E, C7 and 01. RGB value is (126,199,1). Sum of RGB (Red+Green+Blue) = 126+199+1=326 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.65% from 326); Green value is 199 (78.12% from 255 or 61.04% from 326); Blue value is 1 (0.78% from 255 or 0.31% from 326); Max value from RGB is 199 - color contains mainly: green. Hex color #7EC701 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7EC701 is #8138FE. Grayscale: #9B9B9B. Windows color (decimal): -8468735 or 116606. OLE color: 116606.
HSL color Cylindrical-coordinate representation of color #7EC701: hue angle of 82.12º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7EC701 is Cyan = 0.37, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 126 | 199 | 1 | - |
| CMYK | 0.37 | 0 | 0.99 | 0.22 |
| HSL | 82.12º | 0.99% | 0.39% | - |
| HSV(B) | 82.12º | 0.99% | 0.78% | - |
| XYZ | 29.03 | 45.28 | 7.24 | - |
| YUV | 154.6 | 41.32 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 199 | 1 | 0.37 | 0 | 0.99 | 0.22 | 82.12 | 0.99 | 0.39 |
| Hex | 7E | C7 | 1 | 25 | 0 | 63 | 16 | 52 | 63 | 27 |
| Octal | 176 | 307 | 1 | 45 | 0 | 143 | 26 | 122 | 143 | 47 |
| Binary | 1111110 | 11000111 | 1 | 100101 | 0 | 1100011 | 10110 | 1010010 | 1100011 | 100111 |
Color Harmonies of #7EC701
Complementary color
Monochromatic Colors of #7EC701
Black with #7EC701
Text Example
Text Example
White with #7EC701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC701; }
p { color: rgb(126,199,1); }
H1.HeaderClassName
{
color: #7EC701;
}
.AnyTagClassName
{
color: #7EC701;
}
</style>
background-color css
<style>
a { background-color: #7EC701; }
a { background-color: rgb(126,199,1); }
div.DivClassName
{
background-color: #7EC701;
}
.BgClassName
{
background-color: #7EC701;
}
</style>
border-color css
<style>
span { border-color: #7EC701; }
span { border-color: rgb(126,199,1); }
td.TdClassName
{
border-color: #7EC701;
}
.TagClassName
{
border-color: #7EC701;
}
</style>