Shades of Lime Green #4ED644
Tints of Lime Green #4ED644
RGB
CMYK
RGB Variations
Color information
#4ED644 (or 0x4ED644) is known color: Lime Green. HEX triplet: 4E, D6 and 44. RGB value is (78,214,68). Sum of RGB (Red+Green+Blue) = 78+214+68=360 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.67% from 360); Green value is 214 (83.98% from 255 or 59.44% from 360); Blue value is 68 (26.95% from 255 or 18.89% from 360); Max value from RGB is 214 - color contains mainly: green. Hex color #4ED644 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED644 is #B129BB. Grayscale: #9D9D9D. Windows color (decimal): -11610556 or 4511310. OLE color: 4511310.
HSL color Cylindrical-coordinate representation of color #4ED644: hue angle of 115.89º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4ED644 is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 78 | 214 | 68 | - |
| CMYK | 0.64 | 0 | 0.68 | 0.16 |
| HSL | 115.89º | 0.64% | 0.55% | - |
| HSV(B) | 115.89º | 0.68% | 0.84% | - |
| XYZ | 28.23 | 50.13 | 13.66 | - |
| YUV | 156.69 | 77.94 | 71.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 214 | 68 | 0.64 | 0 | 0.68 | 0.16 | 115.89 | 0.64 | 0.55 |
| Hex | 4E | D6 | 44 | 40 | 0 | 44 | 10 | 74 | 40 | 37 |
| Octal | 116 | 326 | 104 | 100 | 0 | 104 | 20 | 164 | 100 | 67 |
| Binary | 1001110 | 11010110 | 1000100 | 1000000 | 0 | 1000100 | 10000 | 1110100 | 1000000 | 110111 |
Color Harmonies of #4ED644
Complementary color
Monochromatic Colors of #4ED644
Black with #4ED644
Text Example
Text Example
White with #4ED644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED644; }
p { color: rgb(78,214,68); }
H1.HeaderClassName
{
color: #4ED644;
}
.AnyTagClassName
{
color: #4ED644;
}
</style>
background-color css
<style>
a { background-color: #4ED644; }
a { background-color: rgb(78,214,68); }
div.DivClassName
{
background-color: #4ED644;
}
.BgClassName
{
background-color: #4ED644;
}
</style>
border-color css
<style>
span { border-color: #4ED644; }
span { border-color: rgb(78,214,68); }
td.TdClassName
{
border-color: #4ED644;
}
.TagClassName
{
border-color: #4ED644;
}
</style>