Shades of Lime Green #4AD22E
Tints of Lime Green #4AD22E
RGB
CMYK
RGB Variations
Color information
#4AD22E (or 0x4AD22E) is known color: Lime Green. HEX triplet: 4A, D2 and 2E. RGB value is (74,210,46). Sum of RGB (Red+Green+Blue) = 74+210+46=330 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.42% from 330); Green value is 210 (82.42% from 255 or 63.64% from 330); Blue value is 46 (18.36% from 255 or 13.94% from 330); Max value from RGB is 210 - color contains mainly: green. Hex color #4AD22E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD22E is #B52DD1. Grayscale: #979797. Windows color (decimal): -11873746 or 3068490. OLE color: 3068490.
HSL color Cylindrical-coordinate representation of color #4AD22E: hue angle of 109.76º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4AD22E is Cyan = 0.65, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 210 | 46 | - |
| CMYK | 0.65 | 0 | 0.78 | 0.18 |
| HSL | 109.76º | 0.65% | 0.5% | - |
| HSV(B) | 109.76º | 0.78% | 0.82% | - |
| XYZ | 26.36 | 47.75 | 10.41 | - |
| YUV | 150.64 | 68.94 | 73.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 210 | 46 | 0.65 | 0 | 0.78 | 0.18 | 109.76 | 0.65 | 0.5 |
| Hex | 4A | D2 | 2E | 41 | 0 | 4E | 12 | 6E | 41 | 32 |
| Octal | 112 | 322 | 56 | 101 | 0 | 116 | 22 | 156 | 101 | 62 |
| Binary | 1001010 | 11010010 | 101110 | 1000001 | 0 | 1001110 | 10010 | 1101110 | 1000001 | 110010 |
Color Harmonies of #4AD22E
Complementary color
Monochromatic Colors of #4AD22E
Black with #4AD22E
Text Example
Text Example
White with #4AD22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD22E; }
p { color: rgb(74,210,46); }
H1.HeaderClassName
{
color: #4AD22E;
}
.AnyTagClassName
{
color: #4AD22E;
}
</style>
background-color css
<style>
a { background-color: #4AD22E; }
a { background-color: rgb(74,210,46); }
div.DivClassName
{
background-color: #4AD22E;
}
.BgClassName
{
background-color: #4AD22E;
}
</style>
border-color css
<style>
span { border-color: #4AD22E; }
span { border-color: rgb(74,210,46); }
td.TdClassName
{
border-color: #4AD22E;
}
.TagClassName
{
border-color: #4AD22E;
}
</style>