Shades of Lima #7EC71C
Tints of Lima #7EC71C
RGB
CMYK
RGB Variations
Color information
#7EC71C (or 0x7EC71C) is known color: Lima. HEX triplet: 7E, C7 and 1C. RGB value is (126,199,28). Sum of RGB (Red+Green+Blue) = 126+199+28=353 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.69% from 353); Green value is 199 (78.12% from 255 or 56.37% from 353); Blue value is 28 (11.33% from 255 or 7.93% from 353); Max value from RGB is 199 - color contains mainly: green. Hex color #7EC71C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC71C is #8138E3. Grayscale: #9E9E9E. Windows color (decimal): -8468708 or 1886078. OLE color: 1886078.
HSL color Cylindrical-coordinate representation of color #7EC71C: hue angle of 85.61º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7EC71C is Cyan = 0.37, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 126 | 199 | 28 | - |
| CMYK | 0.37 | 0 | 0.86 | 0.22 |
| HSL | 85.61º | 0.75% | 0.45% | - |
| HSV(B) | 85.61º | 0.86% | 0.78% | - |
| XYZ | 29.24 | 45.37 | 8.31 | - |
| YUV | 157.68 | 54.82 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 199 | 28 | 0.37 | 0 | 0.86 | 0.22 | 85.61 | 0.75 | 0.45 |
| Hex | 7E | C7 | 1C | 25 | 0 | 56 | 16 | 56 | 4B | 2D |
| Octal | 176 | 307 | 34 | 45 | 0 | 126 | 26 | 126 | 113 | 55 |
| Binary | 1111110 | 11000111 | 11100 | 100101 | 0 | 1010110 | 10110 | 1010110 | 1001011 | 101101 |
Color Harmonies of #7EC71C
Complementary color
Monochromatic Colors of #7EC71C
Black with #7EC71C
Text Example
Text Example
White with #7EC71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC71C; }
p { color: rgb(126,199,28); }
H1.HeaderClassName
{
color: #7EC71C;
}
.AnyTagClassName
{
color: #7EC71C;
}
</style>
background-color css
<style>
a { background-color: #7EC71C; }
a { background-color: rgb(126,199,28); }
div.DivClassName
{
background-color: #7EC71C;
}
.BgClassName
{
background-color: #7EC71C;
}
</style>
border-color css
<style>
span { border-color: #7EC71C; }
span { border-color: rgb(126,199,28); }
td.TdClassName
{
border-color: #7EC71C;
}
.TagClassName
{
border-color: #7EC71C;
}
</style>