Shades of Lima #7EC41C
Tints of Lima #7EC41C
RGB
CMYK
RGB Variations
Color information
#7EC41C (or 0x7EC41C) is known color: Lima. HEX triplet: 7E, C4 and 1C. RGB value is (126,196,28). Sum of RGB (Red+Green+Blue) = 126+196+28=350 (46% of max value = 765). Red value is 126 (49.61% from 255 or 36% from 350); Green value is 196 (76.95% from 255 or 56% from 350); Blue value is 28 (11.33% from 255 or 8% from 350); Max value from RGB is 196 - color contains mainly: green. Hex color #7EC41C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7EC41C is #813BE3. Grayscale: #9C9C9C. Windows color (decimal): -8469476 or 1885310. OLE color: 1885310.
HSL color Cylindrical-coordinate representation of color #7EC41C: hue angle of 85º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7EC41C is Cyan = 0.36, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 126 | 196 | 28 | - |
| CMYK | 0.36 | 0 | 0.86 | 0.23 |
| HSL | 85º | 0.75% | 0.44% | - |
| HSV(B) | 85º | 0.86% | 0.77% | - |
| XYZ | 28.55 | 44 | 8.09 | - |
| YUV | 155.92 | 55.81 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 196 | 28 | 0.36 | 0 | 0.86 | 0.23 | 85 | 0.75 | 0.44 |
| Hex | 7E | C4 | 1C | 24 | 0 | 56 | 17 | 55 | 4B | 2C |
| Octal | 176 | 304 | 34 | 44 | 0 | 126 | 27 | 125 | 113 | 54 |
| Binary | 1111110 | 11000100 | 11100 | 100100 | 0 | 1010110 | 10111 | 1010101 | 1001011 | 101100 |
Color Harmonies of #7EC41C
Complementary color
Monochromatic Colors of #7EC41C
Black with #7EC41C
Text Example
Text Example
White with #7EC41C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC41C; }
p { color: rgb(126,196,28); }
H1.HeaderClassName
{
color: #7EC41C;
}
.AnyTagClassName
{
color: #7EC41C;
}
</style>
background-color css
<style>
a { background-color: #7EC41C; }
a { background-color: rgb(126,196,28); }
div.DivClassName
{
background-color: #7EC41C;
}
.BgClassName
{
background-color: #7EC41C;
}
</style>
border-color css
<style>
span { border-color: #7EC41C; }
span { border-color: rgb(126,196,28); }
td.TdClassName
{
border-color: #7EC41C;
}
.TagClassName
{
border-color: #7EC41C;
}
</style>