Shades of Lime Green #4ED249
Tints of Lime Green #4ED249
RGB
CMYK
RGB Variations
Color information
#4ED249 (or 0x4ED249) is known color: Lime Green. HEX triplet: 4E, D2 and 49. RGB value is (78,210,73). Sum of RGB (Red+Green+Blue) = 78+210+73=361 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.61% from 361); Green value is 210 (82.42% from 255 or 58.17% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 210 - color contains mainly: green. Hex color #4ED249 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED249 is #B12DB6. Grayscale: #9B9B9B. Windows color (decimal): -11611575 or 4837966. OLE color: 4837966.
HSL color Cylindrical-coordinate representation of color #4ED249: hue angle of 117.81º 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 #4ED249 is Cyan = 0.63, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 78 | 210 | 73 | - |
| CMYK | 0.63 | 0 | 0.65 | 0.18 |
| HSL | 117.81º | 0.6% | 0.55% | - |
| HSV(B) | 117.81º | 0.65% | 0.82% | - |
| XYZ | 27.39 | 48.19 | 14.16 | - |
| YUV | 154.91 | 81.77 | 73.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 210 | 73 | 0.63 | 0 | 0.65 | 0.18 | 117.81 | 0.6 | 0.55 |
| Hex | 4E | D2 | 49 | 3F | 0 | 41 | 12 | 76 | 3C | 37 |
| Octal | 116 | 322 | 111 | 77 | 0 | 101 | 22 | 166 | 74 | 67 |
| Binary | 1001110 | 11010010 | 1001001 | 111111 | 0 | 1000001 | 10010 | 1110110 | 111100 | 110111 |
Color Harmonies of #4ED249
Complementary color
Monochromatic Colors of #4ED249
Black with #4ED249
Text Example
Text Example
White with #4ED249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED249; }
p { color: rgb(78,210,73); }
H1.HeaderClassName
{
color: #4ED249;
}
.AnyTagClassName
{
color: #4ED249;
}
</style>
background-color css
<style>
a { background-color: #4ED249; }
a { background-color: rgb(78,210,73); }
div.DivClassName
{
background-color: #4ED249;
}
.BgClassName
{
background-color: #4ED249;
}
</style>
border-color css
<style>
span { border-color: #4ED249; }
span { border-color: rgb(78,210,73); }
td.TdClassName
{
border-color: #4ED249;
}
.TagClassName
{
border-color: #4ED249;
}
</style>