Shades of Lime Green #4ADE29
Tints of Lime Green #4ADE29
RGB
CMYK
RGB Variations
Color information
#4ADE29 (or 0x4ADE29) is known color: Lime Green. HEX triplet: 4A, DE and 29. RGB value is (74,222,41). Sum of RGB (Red+Green+Blue) = 74+222+41=337 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.96% from 337); Green value is 222 (87.11% from 255 or 65.88% from 337); Blue value is 41 (16.41% from 255 or 12.17% from 337); Max value from RGB is 222 - color contains mainly: green. Hex color #4ADE29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ADE29 is #B521D6. Grayscale: #9D9D9D. Windows color (decimal): -11870679 or 2743882. OLE color: 2743882.
HSL color Cylindrical-coordinate representation of color #4ADE29: hue angle of 109.06º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4ADE29 is Cyan = 0.67, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 74 | 222 | 41 | - |
| CMYK | 0.67 | 0 | 0.82 | 0.13 |
| HSL | 109.06º | 0.73% | 0.52% | - |
| HSV(B) | 109.06º | 0.82% | 0.87% | - |
| XYZ | 29.35 | 53.86 | 10.95 | - |
| YUV | 157.11 | 62.47 | 68.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 222 | 41 | 0.67 | 0 | 0.82 | 0.13 | 109.06 | 0.73 | 0.52 |
| Hex | 4A | DE | 29 | 43 | 0 | 52 | D | 6D | 49 | 34 |
| Octal | 112 | 336 | 51 | 103 | 0 | 122 | 15 | 155 | 111 | 64 |
| Binary | 1001010 | 11011110 | 101001 | 1000011 | 0 | 1010010 | 1101 | 1101101 | 1001001 | 110100 |
Color Harmonies of #4ADE29
Complementary color
Monochromatic Colors of #4ADE29
Black with #4ADE29
Text Example
Text Example
White with #4ADE29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ADE29; }
p { color: rgb(74,222,41); }
H1.HeaderClassName
{
color: #4ADE29;
}
.AnyTagClassName
{
color: #4ADE29;
}
</style>
background-color css
<style>
a { background-color: #4ADE29; }
a { background-color: rgb(74,222,41); }
div.DivClassName
{
background-color: #4ADE29;
}
.BgClassName
{
background-color: #4ADE29;
}
</style>
border-color css
<style>
span { border-color: #4ADE29; }
span { border-color: rgb(74,222,41); }
td.TdClassName
{
border-color: #4ADE29;
}
.TagClassName
{
border-color: #4ADE29;
}
</style>