Shades of Lime Green #4EC746
Tints of Lime Green #4EC746
RGB
CMYK
RGB Variations
Color information
#4EC746 (or 0x4EC746) is known color: Lime Green. HEX triplet: 4E, C7 and 46. RGB value is (78,199,70). Sum of RGB (Red+Green+Blue) = 78+199+70=347 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.48% from 347); Green value is 199 (78.12% from 255 or 57.35% from 347); Blue value is 70 (27.73% from 255 or 20.17% from 347); Max value from RGB is 199 - color contains mainly: green. Hex color #4EC746 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EC746 is #B138B9. Grayscale: #949494. Windows color (decimal): -11614394 or 4638542. OLE color: 4638542.
HSL color Cylindrical-coordinate representation of color #4EC746: hue angle of 116.28º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EC746 is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 78 | 199 | 70 | - |
| CMYK | 0.61 | 0 | 0.65 | 0.22 |
| HSL | 116.28º | 0.54% | 0.53% | - |
| HSV(B) | 116.28º | 0.65% | 0.78% | - |
| XYZ | 24.67 | 42.91 | 12.78 | - |
| YUV | 148.12 | 83.91 | 77.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 199 | 70 | 0.61 | 0 | 0.65 | 0.22 | 116.28 | 0.54 | 0.53 |
| Hex | 4E | C7 | 46 | 3D | 0 | 41 | 16 | 74 | 36 | 35 |
| Octal | 116 | 307 | 106 | 75 | 0 | 101 | 26 | 164 | 66 | 65 |
| Binary | 1001110 | 11000111 | 1000110 | 111101 | 0 | 1000001 | 10110 | 1110100 | 110110 | 110101 |
Color Harmonies of #4EC746
Complementary color
Monochromatic Colors of #4EC746
Black with #4EC746
Text Example
Text Example
White with #4EC746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC746; }
p { color: rgb(78,199,70); }
H1.HeaderClassName
{
color: #4EC746;
}
.AnyTagClassName
{
color: #4EC746;
}
</style>
background-color css
<style>
a { background-color: #4EC746; }
a { background-color: rgb(78,199,70); }
div.DivClassName
{
background-color: #4EC746;
}
.BgClassName
{
background-color: #4EC746;
}
</style>
border-color css
<style>
span { border-color: #4EC746; }
span { border-color: rgb(78,199,70); }
td.TdClassName
{
border-color: #4EC746;
}
.TagClassName
{
border-color: #4EC746;
}
</style>