Shades of Lime Green #4ED149
Tints of Lime Green #4ED149
RGB
CMYK
RGB Variations
Color information
#4ED149 (or 0x4ED149) is known color: Lime Green. HEX triplet: 4E, D1 and 49. RGB value is (78,209,73). Sum of RGB (Red+Green+Blue) = 78+209+73=360 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.67% from 360); Green value is 209 (82.03% from 255 or 58.06% from 360); Blue value is 73 (28.91% from 255 or 20.28% from 360); Max value from RGB is 209 - color contains mainly: green. Hex color #4ED149 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED149 is #B12EB6. Grayscale: #9A9A9A. Windows color (decimal): -11611831 or 4837710. OLE color: 4837710.
HSL color Cylindrical-coordinate representation of color #4ED149: hue angle of 117.79º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4ED149 is Cyan = 0.63, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 78 | 209 | 73 | - |
| CMYK | 0.63 | 0 | 0.65 | 0.18 |
| HSL | 117.79º | 0.6% | 0.55% | - |
| HSV(B) | 117.79º | 0.65% | 0.82% | - |
| XYZ | 27.14 | 47.7 | 14.08 | - |
| YUV | 154.33 | 82.1 | 73.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 209 | 73 | 0.63 | 0 | 0.65 | 0.18 | 117.79 | 0.6 | 0.55 |
| Hex | 4E | D1 | 49 | 3F | 0 | 41 | 12 | 76 | 3C | 37 |
| Octal | 116 | 321 | 111 | 77 | 0 | 101 | 22 | 166 | 74 | 67 |
| Binary | 1001110 | 11010001 | 1001001 | 111111 | 0 | 1000001 | 10010 | 1110110 | 111100 | 110111 |
Color Harmonies of #4ED149
Complementary color
Monochromatic Colors of #4ED149
Black with #4ED149
Text Example
Text Example
White with #4ED149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED149; }
p { color: rgb(78,209,73); }
H1.HeaderClassName
{
color: #4ED149;
}
.AnyTagClassName
{
color: #4ED149;
}
</style>
background-color css
<style>
a { background-color: #4ED149; }
a { background-color: rgb(78,209,73); }
div.DivClassName
{
background-color: #4ED149;
}
.BgClassName
{
background-color: #4ED149;
}
</style>
border-color css
<style>
span { border-color: #4ED149; }
span { border-color: rgb(78,209,73); }
td.TdClassName
{
border-color: #4ED149;
}
.TagClassName
{
border-color: #4ED149;
}
</style>