Shades of Lima #7EC61C
Tints of Lima #7EC61C
RGB
CMYK
RGB Variations
Color information
#7EC61C (or 0x7EC61C) is known color: Lima. HEX triplet: 7E, C6 and 1C. RGB value is (126,198,28). Sum of RGB (Red+Green+Blue) = 126+198+28=352 (46% of max value = 765). Red value is 126 (49.61% from 255 or 35.80% from 352); Green value is 198 (77.73% from 255 or 56.25% from 352); Blue value is 28 (11.33% from 255 or 7.95% from 352); Max value from RGB is 198 - color contains mainly: green. Hex color #7EC61C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC61C is #8139E3. Grayscale: #9D9D9D. Windows color (decimal): -8468964 or 1885822. OLE color: 1885822.
HSL color Cylindrical-coordinate representation of color #7EC61C: hue angle of 85.41º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7EC61C is Cyan = 0.36, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 126 | 198 | 28 | - |
| CMYK | 0.36 | 0 | 0.86 | 0.22 |
| HSL | 85.41º | 0.75% | 0.44% | - |
| HSV(B) | 85.41º | 0.86% | 0.78% | - |
| XYZ | 29.01 | 44.91 | 8.24 | - |
| YUV | 157.09 | 55.15 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 198 | 28 | 0.36 | 0 | 0.86 | 0.22 | 85.41 | 0.75 | 0.44 |
| Hex | 7E | C6 | 1C | 24 | 0 | 56 | 16 | 55 | 4B | 2C |
| Octal | 176 | 306 | 34 | 44 | 0 | 126 | 26 | 125 | 113 | 54 |
| Binary | 1111110 | 11000110 | 11100 | 100100 | 0 | 1010110 | 10110 | 1010101 | 1001011 | 101100 |
Color Harmonies of #7EC61C
Complementary color
Monochromatic Colors of #7EC61C
Black with #7EC61C
Text Example
Text Example
White with #7EC61C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC61C; }
p { color: rgb(126,198,28); }
H1.HeaderClassName
{
color: #7EC61C;
}
.AnyTagClassName
{
color: #7EC61C;
}
</style>
background-color css
<style>
a { background-color: #7EC61C; }
a { background-color: rgb(126,198,28); }
div.DivClassName
{
background-color: #7EC61C;
}
.BgClassName
{
background-color: #7EC61C;
}
</style>
border-color css
<style>
span { border-color: #7EC61C; }
span { border-color: rgb(126,198,28); }
td.TdClassName
{
border-color: #7EC61C;
}
.TagClassName
{
border-color: #7EC61C;
}
</style>