Shades of Lime Green #4ED22D
Tints of Lime Green #4ED22D
RGB
CMYK
RGB Variations
Color information
#4ED22D (or 0x4ED22D) is known color: Lime Green. HEX triplet: 4E, D2 and 2D. RGB value is (78,210,45). Sum of RGB (Red+Green+Blue) = 78+210+45=333 (44% of max value = 765). Red value is 78 (30.86% from 255 or 23.42% from 333); Green value is 210 (82.42% from 255 or 63.06% from 333); Blue value is 45 (17.97% from 255 or 13.51% from 333); Max value from RGB is 210 - color contains mainly: green. Hex color #4ED22D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED22D is #B12DD2. Grayscale: #989898. Windows color (decimal): -11611603 or 3002958. OLE color: 3002958.
HSL color Cylindrical-coordinate representation of color #4ED22D: hue angle of 108º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4ED22D is Cyan = 0.63, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 78 | 210 | 45 | - |
| CMYK | 0.63 | 0 | 0.79 | 0.18 |
| HSL | 108º | 0.65% | 0.5% | - |
| HSV(B) | 108º | 0.79% | 0.82% | - |
| XYZ | 26.66 | 47.9 | 10.32 | - |
| YUV | 151.72 | 67.77 | 75.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 210 | 45 | 0.63 | 0 | 0.79 | 0.18 | 108 | 0.65 | 0.5 |
| Hex | 4E | D2 | 2D | 3F | 0 | 4F | 12 | 6C | 41 | 32 |
| Octal | 116 | 322 | 55 | 77 | 0 | 117 | 22 | 154 | 101 | 62 |
| Binary | 1001110 | 11010010 | 101101 | 111111 | 0 | 1001111 | 10010 | 1101100 | 1000001 | 110010 |
Color Harmonies of #4ED22D
Complementary color
Monochromatic Colors of #4ED22D
Black with #4ED22D
Text Example
Text Example
White with #4ED22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ED22D; }
p { color: rgb(78,210,45); }
H1.HeaderClassName
{
color: #4ED22D;
}
.AnyTagClassName
{
color: #4ED22D;
}
</style>
background-color css
<style>
a { background-color: #4ED22D; }
a { background-color: rgb(78,210,45); }
div.DivClassName
{
background-color: #4ED22D;
}
.BgClassName
{
background-color: #4ED22D;
}
</style>
border-color css
<style>
span { border-color: #4ED22D; }
span { border-color: rgb(78,210,45); }
td.TdClassName
{
border-color: #4ED22D;
}
.TagClassName
{
border-color: #4ED22D;
}
</style>