Shades of Lime Green #4AD532
Tints of Lime Green #4AD532
RGB
CMYK
RGB Variations
Color information
#4AD532 (or 0x4AD532) is known color: Lime Green. HEX triplet: 4A, D5 and 32. RGB value is (74,213,50). Sum of RGB (Red+Green+Blue) = 74+213+50=337 (44% of max value = 765). Red value is 74 (29.30% from 255 or 21.96% from 337); Green value is 213 (83.59% from 255 or 63.20% from 337); Blue value is 50 (19.92% from 255 or 14.84% from 337); Max value from RGB is 213 - color contains mainly: green. Hex color #4AD532 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AD532 is #B52ACD. Grayscale: #999999. Windows color (decimal): -11872974 or 3331402. OLE color: 3331402.
HSL color Cylindrical-coordinate representation of color #4AD532: hue angle of 111.17º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4AD532 is Cyan = 0.65, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 74 | 213 | 50 | - |
| CMYK | 0.65 | 0 | 0.77 | 0.16 |
| HSL | 111.17º | 0.66% | 0.52% | - |
| HSV(B) | 111.17º | 0.77% | 0.84% | - |
| XYZ | 27.19 | 49.27 | 11.1 | - |
| YUV | 152.86 | 69.95 | 71.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 213 | 50 | 0.65 | 0 | 0.77 | 0.16 | 111.17 | 0.66 | 0.52 |
| Hex | 4A | D5 | 32 | 41 | 0 | 4D | 10 | 6F | 42 | 34 |
| Octal | 112 | 325 | 62 | 101 | 0 | 115 | 20 | 157 | 102 | 64 |
| Binary | 1001010 | 11010101 | 110010 | 1000001 | 0 | 1001101 | 10000 | 1101111 | 1000010 | 110100 |
Color Harmonies of #4AD532
Complementary color
Monochromatic Colors of #4AD532
Black with #4AD532
Text Example
Text Example
White with #4AD532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AD532; }
p { color: rgb(74,213,50); }
H1.HeaderClassName
{
color: #4AD532;
}
.AnyTagClassName
{
color: #4AD532;
}
</style>
background-color css
<style>
a { background-color: #4AD532; }
a { background-color: rgb(74,213,50); }
div.DivClassName
{
background-color: #4AD532;
}
.BgClassName
{
background-color: #4AD532;
}
</style>
border-color css
<style>
span { border-color: #4AD532; }
span { border-color: rgb(74,213,50); }
td.TdClassName
{
border-color: #4AD532;
}
.TagClassName
{
border-color: #4AD532;
}
</style>