Shades of Lime Green #4ED84D
Tints of Lime Green #4ED84D
RGB
CMYK
RGB Variations
Color information
#4ED84D (or 0x4ED84D) is known color: Lime Green. HEX triplet: 4E, D8 and 4D. RGB value is (78,216,77). Sum of RGB (Red+Green+Blue) = 78+216+77=371 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.02% from 371); Green value is 216 (84.77% from 255 or 58.22% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 216 - color contains mainly: green. Hex color #4ED84D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4ED84D is #B127B2. Grayscale: #9F9F9F. Windows color (decimal): -11610035 or 5101646. OLE color: 5101646.
HSL color Cylindrical-coordinate representation of color #4ED84D: hue angle of 119.57º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ED84D is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 216 | 77 | - |
| CMYK | 0.64 | 0 | 0.64 | 0.15 |
| HSL | 119.57º | 0.64% | 0.57% | - |
| HSV(B) | 119.57º | 0.64% | 0.85% | - |
| XYZ | 29.04 | 51.27 | 15.39 | - |
| YUV | 158.89 | 81.78 | 70.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 216 | 77 | 0.64 | 0 | 0.64 | 0.15 | 119.57 | 0.64 | 0.57 |
| Hex | 4E | D8 | 4D | 40 | 0 | 40 | F | 78 | 40 | 39 |
| Octal | 116 | 330 | 115 | 100 | 0 | 100 | 17 | 170 | 100 | 71 |
| Binary | 1001110 | 11011000 | 1001101 | 1000000 | 0 | 1000000 | 1111 | 1111000 | 1000000 | 111001 |
Color Harmonies of #4ED84D
Complementary color
Monochromatic Colors of #4ED84D
Black with #4ED84D
Text Example
Text Example
White with #4ED84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED84D; }
p { color: rgb(78,216,77); }
H1.HeaderClassName
{
color: #4ED84D;
}
.AnyTagClassName
{
color: #4ED84D;
}
</style>
background-color css
<style>
a { background-color: #4ED84D; }
a { background-color: rgb(78,216,77); }
div.DivClassName
{
background-color: #4ED84D;
}
.BgClassName
{
background-color: #4ED84D;
}
</style>
border-color css
<style>
span { border-color: #4ED84D; }
span { border-color: rgb(78,216,77); }
td.TdClassName
{
border-color: #4ED84D;
}
.TagClassName
{
border-color: #4ED84D;
}
</style>