Shades of Lime Green #4ED244
Tints of Lime Green #4ED244
RGB
CMYK
RGB Variations
Color information
#4ED244 (or 0x4ED244) is known color: Lime Green. HEX triplet: 4E, D2 and 44. RGB value is (78,210,68). Sum of RGB (Red+Green+Blue) = 78+210+68=356 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.91% from 356); Green value is 210 (82.42% from 255 or 58.99% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 210 - color contains mainly: green. Hex color #4ED244 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED244 is #B12DBB. Grayscale: #9A9A9A. Windows color (decimal): -11611580 or 4510286. OLE color: 4510286.
HSL color Cylindrical-coordinate representation of color #4ED244: hue angle of 115.77º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4ED244 is Cyan = 0.63, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 78 | 210 | 68 | - |
| CMYK | 0.63 | 0 | 0.68 | 0.18 |
| HSL | 115.77º | 0.61% | 0.55% | - |
| HSV(B) | 115.77º | 0.68% | 0.82% | - |
| XYZ | 27.23 | 48.13 | 13.32 | - |
| YUV | 154.34 | 79.27 | 73.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 210 | 68 | 0.63 | 0 | 0.68 | 0.18 | 115.77 | 0.61 | 0.55 |
| Hex | 4E | D2 | 44 | 3F | 0 | 44 | 12 | 74 | 3D | 37 |
| Octal | 116 | 322 | 104 | 77 | 0 | 104 | 22 | 164 | 75 | 67 |
| Binary | 1001110 | 11010010 | 1000100 | 111111 | 0 | 1000100 | 10010 | 1110100 | 111101 | 110111 |
Color Harmonies of #4ED244
Complementary color
Monochromatic Colors of #4ED244
Black with #4ED244
Text Example
Text Example
White with #4ED244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED244; }
p { color: rgb(78,210,68); }
H1.HeaderClassName
{
color: #4ED244;
}
.AnyTagClassName
{
color: #4ED244;
}
</style>
background-color css
<style>
a { background-color: #4ED244; }
a { background-color: rgb(78,210,68); }
div.DivClassName
{
background-color: #4ED244;
}
.BgClassName
{
background-color: #4ED244;
}
</style>
border-color css
<style>
span { border-color: #4ED244; }
span { border-color: rgb(78,210,68); }
td.TdClassName
{
border-color: #4ED244;
}
.TagClassName
{
border-color: #4ED244;
}
</style>