Shades of Lime Green #4EDD46
Tints of Lime Green #4EDD46
RGB
CMYK
RGB Variations
Color information
#4EDD46 (or 0x4EDD46) is known color: Lime Green. HEX triplet: 4E, DD and 46. RGB value is (78,221,70). Sum of RGB (Red+Green+Blue) = 78+221+70=369 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.14% from 369); Green value is 221 (86.72% from 255 or 59.89% from 369); Blue value is 70 (27.73% from 255 or 18.97% from 369); Max value from RGB is 221 - color contains mainly: green. Hex color #4EDD46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EDD46 is #B122B9. Grayscale: #A1A1A1. Windows color (decimal): -11608762 or 4644174. OLE color: 4644174.
HSL color Cylindrical-coordinate representation of color #4EDD46: hue angle of 116.82º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4EDD46 is Cyan = 0.65, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 221 | 70 | - |
| CMYK | 0.65 | 0 | 0.68 | 0.13 |
| HSL | 116.82º | 0.69% | 0.57% | - |
| HSV(B) | 116.82º | 0.68% | 0.87% | - |
| XYZ | 30.1 | 53.77 | 14.59 | - |
| YUV | 161.03 | 76.62 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 221 | 70 | 0.65 | 0 | 0.68 | 0.13 | 116.82 | 0.69 | 0.57 |
| Hex | 4E | DD | 46 | 41 | 0 | 44 | D | 75 | 45 | 39 |
| Octal | 116 | 335 | 106 | 101 | 0 | 104 | 15 | 165 | 105 | 71 |
| Binary | 1001110 | 11011101 | 1000110 | 1000001 | 0 | 1000100 | 1101 | 1110101 | 1000101 | 111001 |
Color Harmonies of #4EDD46
Complementary color
Monochromatic Colors of #4EDD46
Black with #4EDD46
Text Example
Text Example
White with #4EDD46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDD46; }
p { color: rgb(78,221,70); }
H1.HeaderClassName
{
color: #4EDD46;
}
.AnyTagClassName
{
color: #4EDD46;
}
</style>
background-color css
<style>
a { background-color: #4EDD46; }
a { background-color: rgb(78,221,70); }
div.DivClassName
{
background-color: #4EDD46;
}
.BgClassName
{
background-color: #4EDD46;
}
</style>
border-color css
<style>
span { border-color: #4EDD46; }
span { border-color: rgb(78,221,70); }
td.TdClassName
{
border-color: #4EDD46;
}
.TagClassName
{
border-color: #4EDD46;
}
</style>