Shades of Lime Green #4AD629
Tints of Lime Green #4AD629
RGB
CMYK
RGB Variations
Color information
#4AD629 (or 0x4AD629) is known color: Lime Green. HEX triplet: 4A, D6 and 29. RGB value is (74,214,41). Sum of RGB (Red+Green+Blue) = 74+214+41=329 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.49% from 329); Green value is 214 (83.98% from 255 or 65.05% from 329); Blue value is 41 (16.41% from 255 or 12.46% from 329); Max value from RGB is 214 - color contains mainly: green. Hex color #4AD629 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD629 is #B529D6. Grayscale: #989898. Windows color (decimal): -11872727 or 2741834. OLE color: 2741834.
HSL color Cylindrical-coordinate representation of color #4AD629: hue angle of 108.55º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4AD629 is Cyan = 0.65, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 214 | 41 | - |
| CMYK | 0.65 | 0 | 0.81 | 0.16 |
| HSL | 108.55º | 0.68% | 0.5% | - |
| HSV(B) | 108.55º | 0.81% | 0.84% | - |
| XYZ | 27.27 | 49.71 | 10.26 | - |
| YUV | 152.42 | 65.12 | 72.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 214 | 41 | 0.65 | 0 | 0.81 | 0.16 | 108.55 | 0.68 | 0.5 |
| Hex | 4A | D6 | 29 | 41 | 0 | 51 | 10 | 6D | 44 | 32 |
| Octal | 112 | 326 | 51 | 101 | 0 | 121 | 20 | 155 | 104 | 62 |
| Binary | 1001010 | 11010110 | 101001 | 1000001 | 0 | 1010001 | 10000 | 1101101 | 1000100 | 110010 |
Color Harmonies of #4AD629
Complementary color
Monochromatic Colors of #4AD629
Black with #4AD629
Text Example
Text Example
White with #4AD629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD629; }
p { color: rgb(74,214,41); }
H1.HeaderClassName
{
color: #4AD629;
}
.AnyTagClassName
{
color: #4AD629;
}
</style>
background-color css
<style>
a { background-color: #4AD629; }
a { background-color: rgb(74,214,41); }
div.DivClassName
{
background-color: #4AD629;
}
.BgClassName
{
background-color: #4AD629;
}
</style>
border-color css
<style>
span { border-color: #4AD629; }
span { border-color: rgb(74,214,41); }
td.TdClassName
{
border-color: #4AD629;
}
.TagClassName
{
border-color: #4AD629;
}
</style>