Shades of Lime Green #4EDA3C
Tints of Lime Green #4EDA3C
RGB
CMYK
RGB Variations
Color information
#4EDA3C (or 0x4EDA3C) is known color: Lime Green. HEX triplet: 4E, DA and 3C. RGB value is (78,218,60). Sum of RGB (Red+Green+Blue) = 78+218+60=356 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.91% from 356); Green value is 218 (85.55% from 255 or 61.24% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 218 - color contains mainly: green. Hex color #4EDA3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EDA3C is #B125C3. Grayscale: #9E9E9E. Windows color (decimal): -11609540 or 3988046. OLE color: 3988046.
HSL color Cylindrical-coordinate representation of color #4EDA3C: hue angle of 113.16º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4EDA3C is Cyan = 0.64, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 78 | 218 | 60 | - |
| CMYK | 0.64 | 0 | 0.72 | 0.15 |
| HSL | 113.16º | 0.68% | 0.55% | - |
| HSV(B) | 113.16º | 0.72% | 0.85% | - |
| XYZ | 29.03 | 52.09 | 12.8 | - |
| YUV | 158.13 | 72.62 | 70.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 218 | 60 | 0.64 | 0 | 0.72 | 0.15 | 113.16 | 0.68 | 0.55 |
| Hex | 4E | DA | 3C | 40 | 0 | 48 | F | 71 | 44 | 37 |
| Octal | 116 | 332 | 74 | 100 | 0 | 110 | 17 | 161 | 104 | 67 |
| Binary | 1001110 | 11011010 | 111100 | 1000000 | 0 | 1001000 | 1111 | 1110001 | 1000100 | 110111 |
Color Harmonies of #4EDA3C
Complementary color
Monochromatic Colors of #4EDA3C
Black with #4EDA3C
Text Example
Text Example
White with #4EDA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EDA3C; }
p { color: rgb(78,218,60); }
H1.HeaderClassName
{
color: #4EDA3C;
}
.AnyTagClassName
{
color: #4EDA3C;
}
</style>
background-color css
<style>
a { background-color: #4EDA3C; }
a { background-color: rgb(78,218,60); }
div.DivClassName
{
background-color: #4EDA3C;
}
.BgClassName
{
background-color: #4EDA3C;
}
</style>
border-color css
<style>
span { border-color: #4EDA3C; }
span { border-color: rgb(78,218,60); }
td.TdClassName
{
border-color: #4EDA3C;
}
.TagClassName
{
border-color: #4EDA3C;
}
</style>