Shades of Lime Green #32D655
Tints of Lime Green #32D655
RGB
CMYK
RGB Variations
Color information
#32D655 (or 0x32D655) is known color: Lime Green. HEX triplet: 32, D6 and 55. RGB value is (50,214,85). Sum of RGB (Red+Green+Blue) = 50+214+85=349 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.33% from 349); Green value is 214 (83.98% from 255 or 61.32% from 349); Blue value is 85 (33.59% from 255 or 24.36% from 349); Max value from RGB is 214 - color contains mainly: green. Hex color #32D655 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D655 is #CD29AA. Grayscale: #969696. Windows color (decimal): -13445547 or 5625394. OLE color: 5625394.
HSL color Cylindrical-coordinate representation of color #32D655: hue angle of 132.8º degrees, saturation: 0.67, 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 #32D655 is Cyan = 0.77, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 214 | 85 | - |
| CMYK | 0.77 | 0 | 0.60 | 0.16 |
| HSL | 132.8º | 0.67% | 0.52% | - |
| HSV(B) | 132.8º | 0.77% | 0.84% | - |
| XYZ | 27 | 49.43 | 16.71 | - |
| YUV | 150.26 | 91.17 | 56.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 214 | 85 | 0.77 | 0 | 0.60 | 0.16 | 132.8 | 0.67 | 0.52 |
| Hex | 32 | D6 | 55 | 4D | 0 | 3C | 10 | 85 | 43 | 34 |
| Octal | 62 | 326 | 125 | 115 | 0 | 74 | 20 | 205 | 103 | 64 |
| Binary | 110010 | 11010110 | 1010101 | 1001101 | 0 | 111100 | 10000 | 10000101 | 1000011 | 110100 |
Color Harmonies of #32D655
Complementary color
Monochromatic Colors of #32D655
Black with #32D655
Text Example
Text Example
White with #32D655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D655; }
p { color: rgb(50,214,85); }
H1.HeaderClassName
{
color: #32D655;
}
.AnyTagClassName
{
color: #32D655;
}
</style>
background-color css
<style>
a { background-color: #32D655; }
a { background-color: rgb(50,214,85); }
div.DivClassName
{
background-color: #32D655;
}
.BgClassName
{
background-color: #32D655;
}
</style>
border-color css
<style>
span { border-color: #32D655; }
span { border-color: rgb(50,214,85); }
td.TdClassName
{
border-color: #32D655;
}
.TagClassName
{
border-color: #32D655;
}
</style>