Shades of Lime Green #32D753
Tints of Lime Green #32D753
RGB
CMYK
RGB Variations
Color information
#32D753 (or 0x32D753) is known color: Lime Green. HEX triplet: 32, D7 and 53. RGB value is (50,215,83). Sum of RGB (Red+Green+Blue) = 50+215+83=348 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.37% from 348); Green value is 215 (84.38% from 255 or 61.78% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 215 - color contains mainly: green. Hex color #32D753 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D753 is #CD28AC. Grayscale: #969696. Windows color (decimal): -13445293 or 5494578. OLE color: 5494578.
HSL color Cylindrical-coordinate representation of color #32D753: hue angle of 132º 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 #32D753 is Cyan = 0.77, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 215 | 83 | - |
| CMYK | 0.77 | 0 | 0.61 | 0.16 |
| HSL | 132º | 0.67% | 0.52% | - |
| HSV(B) | 132º | 0.77% | 0.84% | - |
| XYZ | 27.18 | 49.9 | 16.38 | - |
| YUV | 150.62 | 89.84 | 56.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 215 | 83 | 0.77 | 0 | 0.61 | 0.16 | 132 | 0.67 | 0.52 |
| Hex | 32 | D7 | 53 | 4D | 0 | 3D | 10 | 84 | 43 | 34 |
| Octal | 62 | 327 | 123 | 115 | 0 | 75 | 20 | 204 | 103 | 64 |
| Binary | 110010 | 11010111 | 1010011 | 1001101 | 0 | 111101 | 10000 | 10000100 | 1000011 | 110100 |
Color Harmonies of #32D753
Complementary color
Monochromatic Colors of #32D753
Black with #32D753
Text Example
Text Example
White with #32D753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D753; }
p { color: rgb(50,215,83); }
H1.HeaderClassName
{
color: #32D753;
}
.AnyTagClassName
{
color: #32D753;
}
</style>
background-color css
<style>
a { background-color: #32D753; }
a { background-color: rgb(50,215,83); }
div.DivClassName
{
background-color: #32D753;
}
.BgClassName
{
background-color: #32D753;
}
</style>
border-color css
<style>
span { border-color: #32D753; }
span { border-color: rgb(50,215,83); }
td.TdClassName
{
border-color: #32D753;
}
.TagClassName
{
border-color: #32D753;
}
</style>