Shades of Lime Green #4ADD2E
Tints of Lime Green #4ADD2E
RGB
CMYK
RGB Variations
Color information
#4ADD2E (or 0x4ADD2E) is known color: Lime Green. HEX triplet: 4A, DD and 2E. RGB value is (74,221,46). Sum of RGB (Red+Green+Blue) = 74+221+46=341 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.70% from 341); Green value is 221 (86.72% from 255 or 64.81% from 341); Blue value is 46 (18.36% from 255 or 13.49% from 341); Max value from RGB is 221 - color contains mainly: green. Hex color #4ADD2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ADD2E is #B522D1. Grayscale: #9D9D9D. Windows color (decimal): -11870930 or 3071306. OLE color: 3071306.
HSL color Cylindrical-coordinate representation of color #4ADD2E: hue angle of 110.4º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4ADD2E is Cyan = 0.67, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 221 | 46 | - |
| CMYK | 0.67 | 0 | 0.79 | 0.13 |
| HSL | 110.4º | 0.72% | 0.52% | - |
| HSV(B) | 110.4º | 0.79% | 0.87% | - |
| XYZ | 29.17 | 53.37 | 11.35 | - |
| YUV | 157.1 | 65.3 | 68.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 221 | 46 | 0.67 | 0 | 0.79 | 0.13 | 110.4 | 0.72 | 0.52 |
| Hex | 4A | DD | 2E | 43 | 0 | 4F | D | 6E | 48 | 34 |
| Octal | 112 | 335 | 56 | 103 | 0 | 117 | 15 | 156 | 110 | 64 |
| Binary | 1001010 | 11011101 | 101110 | 1000011 | 0 | 1001111 | 1101 | 1101110 | 1001000 | 110100 |
Color Harmonies of #4ADD2E
Complementary color
Monochromatic Colors of #4ADD2E
Black with #4ADD2E
Text Example
Text Example
White with #4ADD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADD2E; }
p { color: rgb(74,221,46); }
H1.HeaderClassName
{
color: #4ADD2E;
}
.AnyTagClassName
{
color: #4ADD2E;
}
</style>
background-color css
<style>
a { background-color: #4ADD2E; }
a { background-color: rgb(74,221,46); }
div.DivClassName
{
background-color: #4ADD2E;
}
.BgClassName
{
background-color: #4ADD2E;
}
</style>
border-color css
<style>
span { border-color: #4ADD2E; }
span { border-color: rgb(74,221,46); }
td.TdClassName
{
border-color: #4ADD2E;
}
.TagClassName
{
border-color: #4ADD2E;
}
</style>