Shades of Lime Green #4ECD4A
Tints of Lime Green #4ECD4A
RGB
CMYK
RGB Variations
Color information
#4ECD4A (or 0x4ECD4A) is known color: Lime Green. HEX triplet: 4E, CD and 4A. RGB value is (78,205,74). Sum of RGB (Red+Green+Blue) = 78+205+74=357 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.85% from 357); Green value is 205 (80.47% from 255 or 57.42% from 357); Blue value is 74 (29.30% from 255 or 20.73% from 357); Max value from RGB is 205 - color contains mainly: green. Hex color #4ECD4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ECD4A is #B132B5. Grayscale: #989898. Windows color (decimal): -11612854 or 4902222. OLE color: 4902222.
HSL color Cylindrical-coordinate representation of color #4ECD4A: hue angle of 118.17º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4ECD4A is Cyan = 0.62, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 205 | 74 | - |
| CMYK | 0.62 | 0 | 0.64 | 0.20 |
| HSL | 118.17º | 0.57% | 0.55% | - |
| HSV(B) | 118.17º | 0.64% | 0.8% | - |
| XYZ | 26.21 | 45.78 | 13.93 | - |
| YUV | 152.09 | 83.92 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 205 | 74 | 0.62 | 0 | 0.64 | 0.20 | 118.17 | 0.57 | 0.55 |
| Hex | 4E | CD | 4A | 3E | 0 | 40 | 14 | 76 | 39 | 37 |
| Octal | 116 | 315 | 112 | 76 | 0 | 100 | 24 | 166 | 71 | 67 |
| Binary | 1001110 | 11001101 | 1001010 | 111110 | 0 | 1000000 | 10100 | 1110110 | 111001 | 110111 |
Color Harmonies of #4ECD4A
Complementary color
Monochromatic Colors of #4ECD4A
Black with #4ECD4A
Text Example
Text Example
White with #4ECD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECD4A; }
p { color: rgb(78,205,74); }
H1.HeaderClassName
{
color: #4ECD4A;
}
.AnyTagClassName
{
color: #4ECD4A;
}
</style>
background-color css
<style>
a { background-color: #4ECD4A; }
a { background-color: rgb(78,205,74); }
div.DivClassName
{
background-color: #4ECD4A;
}
.BgClassName
{
background-color: #4ECD4A;
}
</style>
border-color css
<style>
span { border-color: #4ECD4A; }
span { border-color: rgb(78,205,74); }
td.TdClassName
{
border-color: #4ECD4A;
}
.TagClassName
{
border-color: #4ECD4A;
}
</style>