Shades of Lime Green #4ADE32
Tints of Lime Green #4ADE32
RGB
CMYK
RGB Variations
Color information
#4ADE32 (or 0x4ADE32) is known color: Lime Green. HEX triplet: 4A, DE and 32. RGB value is (74,222,50). Sum of RGB (Red+Green+Blue) = 74+222+50=346 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.39% from 346); Green value is 222 (87.11% from 255 or 64.16% from 346); Blue value is 50 (19.92% from 255 or 14.45% from 346); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADE32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ADE32 is #B521CD. Grayscale: #9E9E9E. Windows color (decimal): -11870670 or 3333706. OLE color: 3333706.
HSL color Cylindrical-coordinate representation of color #4ADE32: hue angle of 111.63º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4ADE32 is Cyan = 0.67, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 222 | 50 | - |
| CMYK | 0.67 | 0 | 0.77 | 0.13 |
| HSL | 111.63º | 0.72% | 0.53% | - |
| HSV(B) | 111.63º | 0.77% | 0.87% | - |
| XYZ | 29.52 | 53.93 | 11.87 | - |
| YUV | 158.14 | 66.97 | 67.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 50 | 0.67 | 0 | 0.77 | 0.13 | 111.63 | 0.72 | 0.53 |
| Hex | 4A | DE | 32 | 43 | 0 | 4D | D | 70 | 48 | 35 |
| Octal | 112 | 336 | 62 | 103 | 0 | 115 | 15 | 160 | 110 | 65 |
| Binary | 1001010 | 11011110 | 110010 | 1000011 | 0 | 1001101 | 1101 | 1110000 | 1001000 | 110101 |
Color Harmonies of #4ADE32
Complementary color
Monochromatic Colors of #4ADE32
Black with #4ADE32
Text Example
Text Example
White with #4ADE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADE32; }
p { color: rgb(74,222,50); }
H1.HeaderClassName
{
color: #4ADE32;
}
.AnyTagClassName
{
color: #4ADE32;
}
</style>
background-color css
<style>
a { background-color: #4ADE32; }
a { background-color: rgb(74,222,50); }
div.DivClassName
{
background-color: #4ADE32;
}
.BgClassName
{
background-color: #4ADE32;
}
</style>
border-color css
<style>
span { border-color: #4ADE32; }
span { border-color: rgb(74,222,50); }
td.TdClassName
{
border-color: #4ADE32;
}
.TagClassName
{
border-color: #4ADE32;
}
</style>