Shades of Lime Green #4ED84A
Tints of Lime Green #4ED84A
RGB
CMYK
RGB Variations
Color information
#4ED84A (or 0x4ED84A) is known color: Lime Green. HEX triplet: 4E, D8 and 4A. RGB value is (78,216,74). Sum of RGB (Red+Green+Blue) = 78+216+74=368 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.20% from 368); Green value is 216 (84.77% from 255 or 58.70% from 368); Blue value is 74 (29.30% from 255 or 20.11% from 368); Max value from RGB is 216 - color contains mainly: green. Hex color #4ED84A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED84A is #B127B5. Grayscale: #9E9E9E. Windows color (decimal): -11610038 or 4905038. OLE color: 4905038.
HSL color Cylindrical-coordinate representation of color #4ED84A: hue angle of 118.31º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ED84A is Cyan = 0.64, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 216 | 74 | - |
| CMYK | 0.64 | 0 | 0.66 | 0.15 |
| HSL | 118.31º | 0.65% | 0.57% | - |
| HSV(B) | 118.31º | 0.66% | 0.85% | - |
| XYZ | 28.93 | 51.23 | 14.84 | - |
| YUV | 158.55 | 80.28 | 70.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 216 | 74 | 0.64 | 0 | 0.66 | 0.15 | 118.31 | 0.65 | 0.57 |
| Hex | 4E | D8 | 4A | 40 | 0 | 42 | F | 76 | 41 | 39 |
| Octal | 116 | 330 | 112 | 100 | 0 | 102 | 17 | 166 | 101 | 71 |
| Binary | 1001110 | 11011000 | 1001010 | 1000000 | 0 | 1000010 | 1111 | 1110110 | 1000001 | 111001 |
Color Harmonies of #4ED84A
Complementary color
Monochromatic Colors of #4ED84A
Black with #4ED84A
Text Example
Text Example
White with #4ED84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED84A; }
p { color: rgb(78,216,74); }
H1.HeaderClassName
{
color: #4ED84A;
}
.AnyTagClassName
{
color: #4ED84A;
}
</style>
background-color css
<style>
a { background-color: #4ED84A; }
a { background-color: rgb(78,216,74); }
div.DivClassName
{
background-color: #4ED84A;
}
.BgClassName
{
background-color: #4ED84A;
}
</style>
border-color css
<style>
span { border-color: #4ED84A; }
span { border-color: rgb(78,216,74); }
td.TdClassName
{
border-color: #4ED84A;
}
.TagClassName
{
border-color: #4ED84A;
}
</style>