Shades of Lime Green #4ED144
Tints of Lime Green #4ED144
RGB
CMYK
RGB Variations
Color information
#4ED144 (or 0x4ED144) is known color: Lime Green. HEX triplet: 4E, D1 and 44. RGB value is (78,209,68). Sum of RGB (Red+Green+Blue) = 78+209+68=355 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.97% from 355); Green value is 209 (82.03% from 255 or 58.87% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 209 - color contains mainly: green. Hex color #4ED144 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED144 is #B12EBB. Grayscale: #9A9A9A. Windows color (decimal): -11611836 or 4510030. OLE color: 4510030.
HSL color Cylindrical-coordinate representation of color #4ED144: hue angle of 115.74º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4ED144 is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 78 | 209 | 68 | - |
| CMYK | 0.63 | 0 | 0.67 | 0.18 |
| HSL | 115.74º | 0.61% | 0.54% | - |
| HSV(B) | 115.74º | 0.67% | 0.82% | - |
| XYZ | 26.99 | 47.64 | 13.24 | - |
| YUV | 153.76 | 79.6 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 209 | 68 | 0.63 | 0 | 0.67 | 0.18 | 115.74 | 0.61 | 0.54 |
| Hex | 4E | D1 | 44 | 3F | 0 | 43 | 12 | 74 | 3D | 36 |
| Octal | 116 | 321 | 104 | 77 | 0 | 103 | 22 | 164 | 75 | 66 |
| Binary | 1001110 | 11010001 | 1000100 | 111111 | 0 | 1000011 | 10010 | 1110100 | 111101 | 110110 |
Color Harmonies of #4ED144
Complementary color
Monochromatic Colors of #4ED144
Black with #4ED144
Text Example
Text Example
White with #4ED144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED144; }
p { color: rgb(78,209,68); }
H1.HeaderClassName
{
color: #4ED144;
}
.AnyTagClassName
{
color: #4ED144;
}
</style>
background-color css
<style>
a { background-color: #4ED144; }
a { background-color: rgb(78,209,68); }
div.DivClassName
{
background-color: #4ED144;
}
.BgClassName
{
background-color: #4ED144;
}
</style>
border-color css
<style>
span { border-color: #4ED144; }
span { border-color: rgb(78,209,68); }
td.TdClassName
{
border-color: #4ED144;
}
.TagClassName
{
border-color: #4ED144;
}
</style>