Shades of Lime Green #4EDE3D
Tints of Lime Green #4EDE3D
RGB
CMYK
RGB Variations
Color information
#4EDE3D (or 0x4EDE3D) is known color: Lime Green. HEX triplet: 4E, DE and 3D. RGB value is (78,222,61). Sum of RGB (Red+Green+Blue) = 78+222+61=361 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.61% from 361); Green value is 222 (87.11% from 255 or 61.50% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 222 - color contains mainly: green. Hex color #4EDE3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EDE3D is #B121C2. Grayscale: #A1A1A1. Windows color (decimal): -11608515 or 4054606. OLE color: 4054606.
HSL color Cylindrical-coordinate representation of color #4EDE3D: hue angle of 113.66º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4EDE3D is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 78 | 222 | 61 | - |
| CMYK | 0.65 | 0 | 0.73 | 0.13 |
| HSL | 113.66º | 0.71% | 0.55% | - |
| HSV(B) | 113.66º | 0.73% | 0.87% | - |
| XYZ | 30.11 | 54.2 | 13.29 | - |
| YUV | 160.59 | 71.79 | 69.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 222 | 61 | 0.65 | 0 | 0.73 | 0.13 | 113.66 | 0.71 | 0.55 |
| Hex | 4E | DE | 3D | 41 | 0 | 49 | D | 72 | 47 | 37 |
| Octal | 116 | 336 | 75 | 101 | 0 | 111 | 15 | 162 | 107 | 67 |
| Binary | 1001110 | 11011110 | 111101 | 1000001 | 0 | 1001001 | 1101 | 1110010 | 1000111 | 110111 |
Color Harmonies of #4EDE3D
Complementary color
Monochromatic Colors of #4EDE3D
Black with #4EDE3D
Text Example
Text Example
White with #4EDE3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDE3D; }
p { color: rgb(78,222,61); }
H1.HeaderClassName
{
color: #4EDE3D;
}
.AnyTagClassName
{
color: #4EDE3D;
}
</style>
background-color css
<style>
a { background-color: #4EDE3D; }
a { background-color: rgb(78,222,61); }
div.DivClassName
{
background-color: #4EDE3D;
}
.BgClassName
{
background-color: #4EDE3D;
}
</style>
border-color css
<style>
span { border-color: #4EDE3D; }
span { border-color: rgb(78,222,61); }
td.TdClassName
{
border-color: #4EDE3D;
}
.TagClassName
{
border-color: #4EDE3D;
}
</style>