Shades of Lime Green #4ED840
Tints of Lime Green #4ED840
RGB
CMYK
RGB Variations
Color information
#4ED840 (or 0x4ED840) is known color: Lime Green. HEX triplet: 4E, D8 and 40. RGB value is (78,216,64). Sum of RGB (Red+Green+Blue) = 78+216+64=358 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.79% from 358); Green value is 216 (84.77% from 255 or 60.34% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 216 - color contains mainly: green. Hex color #4ED840 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED840 is #B127BF. Grayscale: #9D9D9D. Windows color (decimal): -11610048 or 4249678. OLE color: 4249678.
HSL color Cylindrical-coordinate representation of color #4ED840: hue angle of 114.47º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4ED840 is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 216 | 64 | - |
| CMYK | 0.64 | 0 | 0.70 | 0.15 |
| HSL | 114.47º | 0.66% | 0.55% | - |
| HSV(B) | 114.47º | 0.7% | 0.85% | - |
| XYZ | 28.62 | 51.1 | 13.21 | - |
| YUV | 157.41 | 75.28 | 71.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 216 | 64 | 0.64 | 0 | 0.70 | 0.15 | 114.47 | 0.66 | 0.55 |
| Hex | 4E | D8 | 40 | 40 | 0 | 46 | F | 72 | 42 | 37 |
| Octal | 116 | 330 | 100 | 100 | 0 | 106 | 17 | 162 | 102 | 67 |
| Binary | 1001110 | 11011000 | 1000000 | 1000000 | 0 | 1000110 | 1111 | 1110010 | 1000010 | 110111 |
Color Harmonies of #4ED840
Complementary color
Monochromatic Colors of #4ED840
Black with #4ED840
Text Example
Text Example
White with #4ED840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED840; }
p { color: rgb(78,216,64); }
H1.HeaderClassName
{
color: #4ED840;
}
.AnyTagClassName
{
color: #4ED840;
}
</style>
background-color css
<style>
a { background-color: #4ED840; }
a { background-color: rgb(78,216,64); }
div.DivClassName
{
background-color: #4ED840;
}
.BgClassName
{
background-color: #4ED840;
}
</style>
border-color css
<style>
span { border-color: #4ED840; }
span { border-color: rgb(78,216,64); }
td.TdClassName
{
border-color: #4ED840;
}
.TagClassName
{
border-color: #4ED840;
}
</style>