Shades of Lime Green #4EDA40
Tints of Lime Green #4EDA40
RGB
CMYK
RGB Variations
Color information
#4EDA40 (or 0x4EDA40) is known color: Lime Green. HEX triplet: 4E, DA and 40. RGB value is (78,218,64). Sum of RGB (Red+Green+Blue) = 78+218+64=360 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.67% from 360); Green value is 218 (85.55% from 255 or 60.56% from 360); Blue value is 64 (25.39% from 255 or 17.78% from 360); Max value from RGB is 218 - color contains mainly: green. Hex color #4EDA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EDA40 is #B125BF. Grayscale: #9F9F9F. Windows color (decimal): -11609536 or 4250190. OLE color: 4250190.
HSL color Cylindrical-coordinate representation of color #4EDA40: hue angle of 114.55º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4EDA40 is Cyan = 0.64, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 218 | 64 | - |
| CMYK | 0.64 | 0 | 0.71 | 0.15 |
| HSL | 114.55º | 0.68% | 0.55% | - |
| HSV(B) | 114.55º | 0.71% | 0.85% | - |
| XYZ | 29.14 | 52.13 | 13.38 | - |
| YUV | 158.58 | 74.62 | 70.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 218 | 64 | 0.64 | 0 | 0.71 | 0.15 | 114.55 | 0.68 | 0.55 |
| Hex | 4E | DA | 40 | 40 | 0 | 47 | F | 73 | 44 | 37 |
| Octal | 116 | 332 | 100 | 100 | 0 | 107 | 17 | 163 | 104 | 67 |
| Binary | 1001110 | 11011010 | 1000000 | 1000000 | 0 | 1000111 | 1111 | 1110011 | 1000100 | 110111 |
Color Harmonies of #4EDA40
Complementary color
Monochromatic Colors of #4EDA40
Black with #4EDA40
Text Example
Text Example
White with #4EDA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDA40; }
p { color: rgb(78,218,64); }
H1.HeaderClassName
{
color: #4EDA40;
}
.AnyTagClassName
{
color: #4EDA40;
}
</style>
background-color css
<style>
a { background-color: #4EDA40; }
a { background-color: rgb(78,218,64); }
div.DivClassName
{
background-color: #4EDA40;
}
.BgClassName
{
background-color: #4EDA40;
}
</style>
border-color css
<style>
span { border-color: #4EDA40; }
span { border-color: rgb(78,218,64); }
td.TdClassName
{
border-color: #4EDA40;
}
.TagClassName
{
border-color: #4EDA40;
}
</style>