Shades of Lime Green #32D555
Tints of Lime Green #32D555
RGB
CMYK
RGB Variations
Color information
#32D555 (or 0x32D555) is known color: Lime Green. HEX triplet: 32, D5 and 55. RGB value is (50,213,85). Sum of RGB (Red+Green+Blue) = 50+213+85=348 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.37% from 348); Green value is 213 (83.59% from 255 or 61.21% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 213 - color contains mainly: green. Hex color #32D555 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D555 is #CD2AAA. Grayscale: #969696. Windows color (decimal): -13445803 or 5625138. OLE color: 5625138.
HSL color Cylindrical-coordinate representation of color #32D555: hue angle of 132.88º 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 #32D555 is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 213 | 85 | - |
| CMYK | 0.77 | 0 | 0.60 | 0.16 |
| HSL | 132.88º | 0.66% | 0.52% | - |
| HSV(B) | 132.88º | 0.77% | 0.84% | - |
| XYZ | 26.75 | 48.92 | 16.63 | - |
| YUV | 149.67 | 91.5 | 56.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 213 | 85 | 0.77 | 0 | 0.60 | 0.16 | 132.88 | 0.66 | 0.52 |
| Hex | 32 | D5 | 55 | 4D | 0 | 3C | 10 | 85 | 42 | 34 |
| Octal | 62 | 325 | 125 | 115 | 0 | 74 | 20 | 205 | 102 | 64 |
| Binary | 110010 | 11010101 | 1010101 | 1001101 | 0 | 111100 | 10000 | 10000101 | 1000010 | 110100 |
Color Harmonies of #32D555
Complementary color
Monochromatic Colors of #32D555
Black with #32D555
Text Example
Text Example
White with #32D555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D555; }
p { color: rgb(50,213,85); }
H1.HeaderClassName
{
color: #32D555;
}
.AnyTagClassName
{
color: #32D555;
}
</style>
background-color css
<style>
a { background-color: #32D555; }
a { background-color: rgb(50,213,85); }
div.DivClassName
{
background-color: #32D555;
}
.BgClassName
{
background-color: #32D555;
}
</style>
border-color css
<style>
span { border-color: #32D555; }
span { border-color: rgb(50,213,85); }
td.TdClassName
{
border-color: #32D555;
}
.TagClassName
{
border-color: #32D555;
}
</style>