Shades of Lime Green #32DD4F
Tints of Lime Green #32DD4F
RGB
CMYK
RGB Variations
Color information
#32DD4F (or 0x32DD4F) is known color: Lime Green. HEX triplet: 32, DD and 4F. RGB value is (50,221,79). Sum of RGB (Red+Green+Blue) = 50+221+79=350 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.29% from 350); Green value is 221 (86.72% from 255 or 63.14% from 350); Blue value is 79 (31.25% from 255 or 22.57% from 350); Max value from RGB is 221 - color contains mainly: green. Hex color #32DD4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32DD4F is #CD22B0. Grayscale: #9A9A9A. Windows color (decimal): -13443761 or 5233970. OLE color: 5233970.
HSL color Cylindrical-coordinate representation of color #32DD4F: hue angle of 130.18º 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 #32DD4F is Cyan = 0.77, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 221 | 79 | - |
| CMYK | 0.77 | 0 | 0.64 | 0.13 |
| HSL | 130.18º | 0.72% | 0.53% | - |
| HSV(B) | 130.18º | 0.77% | 0.87% | - |
| XYZ | 28.58 | 52.96 | 16.11 | - |
| YUV | 153.68 | 85.85 | 54.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 221 | 79 | 0.77 | 0 | 0.64 | 0.13 | 130.18 | 0.72 | 0.53 |
| Hex | 32 | DD | 4F | 4D | 0 | 40 | D | 82 | 48 | 35 |
| Octal | 62 | 335 | 117 | 115 | 0 | 100 | 15 | 202 | 110 | 65 |
| Binary | 110010 | 11011101 | 1001111 | 1001101 | 0 | 1000000 | 1101 | 10000010 | 1001000 | 110101 |
Color Harmonies of #32DD4F
Complementary color
Monochromatic Colors of #32DD4F
Black with #32DD4F
Text Example
Text Example
White with #32DD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DD4F; }
p { color: rgb(50,221,79); }
H1.HeaderClassName
{
color: #32DD4F;
}
.AnyTagClassName
{
color: #32DD4F;
}
</style>
background-color css
<style>
a { background-color: #32DD4F; }
a { background-color: rgb(50,221,79); }
div.DivClassName
{
background-color: #32DD4F;
}
.BgClassName
{
background-color: #32DD4F;
}
</style>
border-color css
<style>
span { border-color: #32DD4F; }
span { border-color: rgb(50,221,79); }
td.TdClassName
{
border-color: #32DD4F;
}
.TagClassName
{
border-color: #32DD4F;
}
</style>