Shades of Lime Green #4EDD52
Tints of Lime Green #4EDD52
RGB
CMYK
RGB Variations
Color information
#4EDD52 (or 0x4EDD52) is known color: Lime Green. HEX triplet: 4E, DD and 52. RGB value is (78,221,82). Sum of RGB (Red+Green+Blue) = 78+221+82=381 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.47% from 381); Green value is 221 (86.72% from 255 or 58.01% from 381); Blue value is 82 (32.42% from 255 or 21.52% from 381); Max value from RGB is 221 - color contains mainly: green. Hex color #4EDD52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4EDD52 is #B122AD. Grayscale: #A2A2A2. Windows color (decimal): -11608750 or 5430606. OLE color: 5430606.
HSL color Cylindrical-coordinate representation of color #4EDD52: hue angle of 121.68º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4EDD52 is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 221 | 82 | - |
| CMYK | 0.65 | 0 | 0.63 | 0.13 |
| HSL | 121.68º | 0.68% | 0.59% | - |
| HSV(B) | 121.68º | 0.65% | 0.87% | - |
| XYZ | 30.52 | 53.94 | 16.79 | - |
| YUV | 162.4 | 82.62 | 67.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 221 | 82 | 0.65 | 0 | 0.63 | 0.13 | 121.68 | 0.68 | 0.59 |
| Hex | 4E | DD | 52 | 41 | 0 | 3F | D | 7A | 44 | 3B |
| Octal | 116 | 335 | 122 | 101 | 0 | 77 | 15 | 172 | 104 | 73 |
| Binary | 1001110 | 11011101 | 1010010 | 1000001 | 0 | 111111 | 1101 | 1111010 | 1000100 | 111011 |
Color Harmonies of #4EDD52
Complementary color
Monochromatic Colors of #4EDD52
Black with #4EDD52
Text Example
Text Example
White with #4EDD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDD52; }
p { color: rgb(78,221,82); }
H1.HeaderClassName
{
color: #4EDD52;
}
.AnyTagClassName
{
color: #4EDD52;
}
</style>
background-color css
<style>
a { background-color: #4EDD52; }
a { background-color: rgb(78,221,82); }
div.DivClassName
{
background-color: #4EDD52;
}
.BgClassName
{
background-color: #4EDD52;
}
</style>
border-color css
<style>
span { border-color: #4EDD52; }
span { border-color: rgb(78,221,82); }
td.TdClassName
{
border-color: #4EDD52;
}
.TagClassName
{
border-color: #4EDD52;
}
</style>