Shades of Lime Green #4ED52F
Tints of Lime Green #4ED52F
RGB
CMYK
RGB Variations
Color information
#4ED52F (or 0x4ED52F) is known color: Lime Green. HEX triplet: 4E, D5 and 2F. RGB value is (78,213,47). Sum of RGB (Red+Green+Blue) = 78+213+47=338 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.08% from 338); Green value is 213 (83.59% from 255 or 63.02% from 338); Blue value is 47 (18.75% from 255 or 13.91% from 338); Max value from RGB is 213 - color contains mainly: green. Hex color #4ED52F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED52F is #B12AD0. Grayscale: #9A9A9A. Windows color (decimal): -11610833 or 3134798. OLE color: 3134798.
HSL color Cylindrical-coordinate representation of color #4ED52F: hue angle of 108.8º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4ED52F is Cyan = 0.63, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 78 | 213 | 47 | - |
| CMYK | 0.63 | 0 | 0.78 | 0.16 |
| HSL | 108.8º | 0.66% | 0.51% | - |
| HSV(B) | 108.8º | 0.78% | 0.84% | - |
| XYZ | 27.45 | 49.41 | 10.78 | - |
| YUV | 153.71 | 67.77 | 74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 213 | 47 | 0.63 | 0 | 0.78 | 0.16 | 108.8 | 0.66 | 0.51 |
| Hex | 4E | D5 | 2F | 3F | 0 | 4E | 10 | 6D | 42 | 33 |
| Octal | 116 | 325 | 57 | 77 | 0 | 116 | 20 | 155 | 102 | 63 |
| Binary | 1001110 | 11010101 | 101111 | 111111 | 0 | 1001110 | 10000 | 1101101 | 1000010 | 110011 |
Color Harmonies of #4ED52F
Complementary color
Monochromatic Colors of #4ED52F
Black with #4ED52F
Text Example
Text Example
White with #4ED52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED52F; }
p { color: rgb(78,213,47); }
H1.HeaderClassName
{
color: #4ED52F;
}
.AnyTagClassName
{
color: #4ED52F;
}
</style>
background-color css
<style>
a { background-color: #4ED52F; }
a { background-color: rgb(78,213,47); }
div.DivClassName
{
background-color: #4ED52F;
}
.BgClassName
{
background-color: #4ED52F;
}
</style>
border-color css
<style>
span { border-color: #4ED52F; }
span { border-color: rgb(78,213,47); }
td.TdClassName
{
border-color: #4ED52F;
}
.TagClassName
{
border-color: #4ED52F;
}
</style>