Shades of Lime Green #32D652
Tints of Lime Green #32D652
RGB
CMYK
RGB Variations
Color information
#32D652 (or 0x32D652) is known color: Lime Green. HEX triplet: 32, D6 and 52. RGB value is (50,214,82). Sum of RGB (Red+Green+Blue) = 50+214+82=346 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.45% from 346); Green value is 214 (83.98% from 255 or 61.85% from 346); Blue value is 82 (32.42% from 255 or 23.70% from 346); Max value from RGB is 214 - color contains mainly: green. Hex color #32D652 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D652 is #CD29AD. Grayscale: #969696. Windows color (decimal): -13445550 or 5428786. OLE color: 5428786.
HSL color Cylindrical-coordinate representation of color #32D652: hue angle of 131.71º 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 #32D652 is Cyan = 0.77, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 214 | 82 | - |
| CMYK | 0.77 | 0 | 0.62 | 0.16 |
| HSL | 131.71º | 0.67% | 0.52% | - |
| HSV(B) | 131.71º | 0.77% | 0.84% | - |
| XYZ | 26.88 | 49.38 | 16.1 | - |
| YUV | 149.92 | 89.67 | 56.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 214 | 82 | 0.77 | 0 | 0.62 | 0.16 | 131.71 | 0.67 | 0.52 |
| Hex | 32 | D6 | 52 | 4D | 0 | 3E | 10 | 84 | 43 | 34 |
| Octal | 62 | 326 | 122 | 115 | 0 | 76 | 20 | 204 | 103 | 64 |
| Binary | 110010 | 11010110 | 1010010 | 1001101 | 0 | 111110 | 10000 | 10000100 | 1000011 | 110100 |
Color Harmonies of #32D652
Complementary color
Monochromatic Colors of #32D652
Black with #32D652
Text Example
Text Example
White with #32D652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D652; }
p { color: rgb(50,214,82); }
H1.HeaderClassName
{
color: #32D652;
}
.AnyTagClassName
{
color: #32D652;
}
</style>
background-color css
<style>
a { background-color: #32D652; }
a { background-color: rgb(50,214,82); }
div.DivClassName
{
background-color: #32D652;
}
.BgClassName
{
background-color: #32D652;
}
</style>
border-color css
<style>
span { border-color: #32D652; }
span { border-color: rgb(50,214,82); }
td.TdClassName
{
border-color: #32D652;
}
.TagClassName
{
border-color: #32D652;
}
</style>