Shades of Lime Green #4AD229
Tints of Lime Green #4AD229
RGB
CMYK
RGB Variations
Color information
#4AD229 (or 0x4AD229) is known color: Lime Green. HEX triplet: 4A, D2 and 29. RGB value is (74,210,41). Sum of RGB (Red+Green+Blue) = 74+210+41=325 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.77% from 325); Green value is 210 (82.42% from 255 or 64.62% from 325); Blue value is 41 (16.41% from 255 or 12.62% from 325); Max value from RGB is 210 - color contains mainly: green. Hex color #4AD229 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD229 is #B52DD6. Grayscale: #969696. Windows color (decimal): -11873751 or 2740810. OLE color: 2740810.
HSL color Cylindrical-coordinate representation of color #4AD229: hue angle of 108.28º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4AD229 is Cyan = 0.65, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 74 | 210 | 41 | - |
| CMYK | 0.65 | 0 | 0.80 | 0.18 |
| HSL | 108.28º | 0.67% | 0.49% | - |
| HSV(B) | 108.28º | 0.8% | 0.82% | - |
| XYZ | 26.27 | 47.71 | 9.92 | - |
| YUV | 150.07 | 66.44 | 73.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 210 | 41 | 0.65 | 0 | 0.80 | 0.18 | 108.28 | 0.67 | 0.49 |
| Hex | 4A | D2 | 29 | 41 | 0 | 50 | 12 | 6C | 43 | 31 |
| Octal | 112 | 322 | 51 | 101 | 0 | 120 | 22 | 154 | 103 | 61 |
| Binary | 1001010 | 11010010 | 101001 | 1000001 | 0 | 1010000 | 10010 | 1101100 | 1000011 | 110001 |
Color Harmonies of #4AD229
Complementary color
Monochromatic Colors of #4AD229
Black with #4AD229
Text Example
Text Example
White with #4AD229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD229; }
p { color: rgb(74,210,41); }
H1.HeaderClassName
{
color: #4AD229;
}
.AnyTagClassName
{
color: #4AD229;
}
</style>
background-color css
<style>
a { background-color: #4AD229; }
a { background-color: rgb(74,210,41); }
div.DivClassName
{
background-color: #4AD229;
}
.BgClassName
{
background-color: #4AD229;
}
</style>
border-color css
<style>
span { border-color: #4AD229; }
span { border-color: rgb(74,210,41); }
td.TdClassName
{
border-color: #4AD229;
}
.TagClassName
{
border-color: #4AD229;
}
</style>