Shades of Lime Green #4EDD44
Tints of Lime Green #4EDD44
RGB
CMYK
RGB Variations
Color information
#4EDD44 (or 0x4EDD44) is known color: Lime Green. HEX triplet: 4E, DD and 44. RGB value is (78,221,68). Sum of RGB (Red+Green+Blue) = 78+221+68=367 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.25% from 367); Green value is 221 (86.72% from 255 or 60.22% from 367); Blue value is 68 (26.95% from 255 or 18.53% from 367); Max value from RGB is 221 - color contains mainly: green. Hex color #4EDD44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EDD44 is #B122BB. Grayscale: #A1A1A1. Windows color (decimal): -11608764 or 4513102. OLE color: 4513102.
HSL color Cylindrical-coordinate representation of color #4EDD44: hue angle of 116.08º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EDD44 is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 221 | 68 | - |
| CMYK | 0.65 | 0 | 0.69 | 0.13 |
| HSL | 116.08º | 0.69% | 0.57% | - |
| HSV(B) | 116.08º | 0.69% | 0.87% | - |
| XYZ | 30.04 | 53.75 | 14.26 | - |
| YUV | 160.8 | 75.62 | 68.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 221 | 68 | 0.65 | 0 | 0.69 | 0.13 | 116.08 | 0.69 | 0.57 |
| Hex | 4E | DD | 44 | 41 | 0 | 45 | D | 74 | 45 | 39 |
| Octal | 116 | 335 | 104 | 101 | 0 | 105 | 15 | 164 | 105 | 71 |
| Binary | 1001110 | 11011101 | 1000100 | 1000001 | 0 | 1000101 | 1101 | 1110100 | 1000101 | 111001 |
Color Harmonies of #4EDD44
Complementary color
Monochromatic Colors of #4EDD44
Black with #4EDD44
Text Example
Text Example
White with #4EDD44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDD44; }
p { color: rgb(78,221,68); }
H1.HeaderClassName
{
color: #4EDD44;
}
.AnyTagClassName
{
color: #4EDD44;
}
</style>
background-color css
<style>
a { background-color: #4EDD44; }
a { background-color: rgb(78,221,68); }
div.DivClassName
{
background-color: #4EDD44;
}
.BgClassName
{
background-color: #4EDD44;
}
</style>
border-color css
<style>
span { border-color: #4EDD44; }
span { border-color: rgb(78,221,68); }
td.TdClassName
{
border-color: #4EDD44;
}
.TagClassName
{
border-color: #4EDD44;
}
</style>