Shades of Lime Green #4ECD49
Tints of Lime Green #4ECD49
RGB
CMYK
RGB Variations
Color information
#4ECD49 (or 0x4ECD49) is known color: Lime Green. HEX triplet: 4E, CD and 49. RGB value is (78,205,73). Sum of RGB (Red+Green+Blue) = 78+205+73=356 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.91% from 356); Green value is 205 (80.47% from 255 or 57.58% from 356); Blue value is 73 (28.91% from 255 or 20.51% from 356); Max value from RGB is 205 - color contains mainly: green. Hex color #4ECD49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ECD49 is #B132B6. Grayscale: #989898. Windows color (decimal): -11612855 or 4836686. OLE color: 4836686.
HSL color Cylindrical-coordinate representation of color #4ECD49: hue angle of 117.73º 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 #4ECD49 is Cyan = 0.62, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 205 | 73 | - |
| CMYK | 0.62 | 0 | 0.64 | 0.20 |
| HSL | 117.73º | 0.57% | 0.55% | - |
| HSV(B) | 117.73º | 0.64% | 0.8% | - |
| XYZ | 26.18 | 45.76 | 13.76 | - |
| YUV | 151.98 | 83.42 | 75.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 205 | 73 | 0.62 | 0 | 0.64 | 0.20 | 117.73 | 0.57 | 0.55 |
| Hex | 4E | CD | 49 | 3E | 0 | 40 | 14 | 76 | 39 | 37 |
| Octal | 116 | 315 | 111 | 76 | 0 | 100 | 24 | 166 | 71 | 67 |
| Binary | 1001110 | 11001101 | 1001001 | 111110 | 0 | 1000000 | 10100 | 1110110 | 111001 | 110111 |
Color Harmonies of #4ECD49
Complementary color
Monochromatic Colors of #4ECD49
Black with #4ECD49
Text Example
Text Example
White with #4ECD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECD49; }
p { color: rgb(78,205,73); }
H1.HeaderClassName
{
color: #4ECD49;
}
.AnyTagClassName
{
color: #4ECD49;
}
</style>
background-color css
<style>
a { background-color: #4ECD49; }
a { background-color: rgb(78,205,73); }
div.DivClassName
{
background-color: #4ECD49;
}
.BgClassName
{
background-color: #4ECD49;
}
</style>
border-color css
<style>
span { border-color: #4ECD49; }
span { border-color: rgb(78,205,73); }
td.TdClassName
{
border-color: #4ECD49;
}
.TagClassName
{
border-color: #4ECD49;
}
</style>