Shades of Lime Green #32DD35
Tints of Lime Green #32DD35
RGB
CMYK
RGB Variations
Color information
#32DD35 (or 0x32DD35) is known color: Lime Green. HEX triplet: 32, DD and 35. RGB value is (50,221,53). Sum of RGB (Red+Green+Blue) = 50+221+53=324 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.43% from 324); Green value is 221 (86.72% from 255 or 68.21% from 324); Blue value is 53 (21.09% from 255 or 16.36% from 324); Max value from RGB is 221 - color contains mainly: green. Hex color #32DD35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32DD35 is #CD22CA. Grayscale: #979797. Windows color (decimal): -13443787 or 3530034. OLE color: 3530034.
HSL color Cylindrical-coordinate representation of color #32DD35: hue angle of 121.05º 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 #32DD35 is Cyan = 0.77, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 221 | 53 | - |
| CMYK | 0.77 | 0 | 0.76 | 0.13 |
| HSL | 121.05º | 0.72% | 0.53% | - |
| HSV(B) | 121.05º | 0.77% | 0.87% | - |
| XYZ | 27.81 | 52.65 | 12.06 | - |
| YUV | 150.72 | 72.85 | 56.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 221 | 53 | 0.77 | 0 | 0.76 | 0.13 | 121.05 | 0.72 | 0.53 |
| Hex | 32 | DD | 35 | 4D | 0 | 4C | D | 79 | 48 | 35 |
| Octal | 62 | 335 | 65 | 115 | 0 | 114 | 15 | 171 | 110 | 65 |
| Binary | 110010 | 11011101 | 110101 | 1001101 | 0 | 1001100 | 1101 | 1111001 | 1001000 | 110101 |
Color Harmonies of #32DD35
Complementary color
Monochromatic Colors of #32DD35
Black with #32DD35
Text Example
Text Example
White with #32DD35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DD35; }
p { color: rgb(50,221,53); }
H1.HeaderClassName
{
color: #32DD35;
}
.AnyTagClassName
{
color: #32DD35;
}
</style>
background-color css
<style>
a { background-color: #32DD35; }
a { background-color: rgb(50,221,53); }
div.DivClassName
{
background-color: #32DD35;
}
.BgClassName
{
background-color: #32DD35;
}
</style>
border-color css
<style>
span { border-color: #32DD35; }
span { border-color: rgb(50,221,53); }
td.TdClassName
{
border-color: #32DD35;
}
.TagClassName
{
border-color: #32DD35;
}
</style>