Shades of Lime Green #4EC946
Tints of Lime Green #4EC946
RGB
CMYK
RGB Variations
Color information
#4EC946 (or 0x4EC946) is known color: Lime Green. HEX triplet: 4E, C9 and 46. RGB value is (78,201,70). Sum of RGB (Red+Green+Blue) = 78+201+70=349 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.35% from 349); Green value is 201 (78.91% from 255 or 57.59% from 349); Blue value is 70 (27.73% from 255 or 20.06% from 349); Max value from RGB is 201 - color contains mainly: green. Hex color #4EC946 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EC946 is #B136B9. Grayscale: #959595. Windows color (decimal): -11613882 or 4639054. OLE color: 4639054.
HSL color Cylindrical-coordinate representation of color #4EC946: hue angle of 116.34º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EC946 is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 78 | 201 | 70 | - |
| CMYK | 0.61 | 0 | 0.65 | 0.21 |
| HSL | 116.34º | 0.55% | 0.53% | - |
| HSV(B) | 116.34º | 0.65% | 0.79% | - |
| XYZ | 25.13 | 43.84 | 12.93 | - |
| YUV | 149.29 | 83.25 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 201 | 70 | 0.61 | 0 | 0.65 | 0.21 | 116.34 | 0.55 | 0.53 |
| Hex | 4E | C9 | 46 | 3D | 0 | 41 | 15 | 74 | 37 | 35 |
| Octal | 116 | 311 | 106 | 75 | 0 | 101 | 25 | 164 | 67 | 65 |
| Binary | 1001110 | 11001001 | 1000110 | 111101 | 0 | 1000001 | 10101 | 1110100 | 110111 | 110101 |
Color Harmonies of #4EC946
Complementary color
Monochromatic Colors of #4EC946
Black with #4EC946
Text Example
Text Example
White with #4EC946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EC946; }
p { color: rgb(78,201,70); }
H1.HeaderClassName
{
color: #4EC946;
}
.AnyTagClassName
{
color: #4EC946;
}
</style>
background-color css
<style>
a { background-color: #4EC946; }
a { background-color: rgb(78,201,70); }
div.DivClassName
{
background-color: #4EC946;
}
.BgClassName
{
background-color: #4EC946;
}
</style>
border-color css
<style>
span { border-color: #4EC946; }
span { border-color: rgb(78,201,70); }
td.TdClassName
{
border-color: #4EC946;
}
.TagClassName
{
border-color: #4EC946;
}
</style>