Shades of Lime Green #32D53D
Tints of Lime Green #32D53D
RGB
CMYK
RGB Variations
Color information
#32D53D (or 0x32D53D) is known color: Lime Green. HEX triplet: 32, D5 and 3D. RGB value is (50,213,61). Sum of RGB (Red+Green+Blue) = 50+213+61=324 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.43% from 324); Green value is 213 (83.59% from 255 or 65.74% from 324); Blue value is 61 (24.22% from 255 or 18.83% from 324); Max value from RGB is 213 - color contains mainly: green. Hex color #32D53D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D53D is #CD2AC2. Grayscale: #939393. Windows color (decimal): -13445827 or 4052274. OLE color: 4052274.
HSL color Cylindrical-coordinate representation of color #32D53D: hue angle of 124.05º 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 #32D53D is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 213 | 61 | - |
| CMYK | 0.77 | 0 | 0.71 | 0.16 |
| HSL | 124.05º | 0.66% | 0.52% | - |
| HSV(B) | 124.05º | 0.77% | 0.84% | - |
| XYZ | 25.95 | 48.6 | 12.43 | - |
| YUV | 146.94 | 79.5 | 58.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 213 | 61 | 0.77 | 0 | 0.71 | 0.16 | 124.05 | 0.66 | 0.52 |
| Hex | 32 | D5 | 3D | 4D | 0 | 47 | 10 | 7C | 42 | 34 |
| Octal | 62 | 325 | 75 | 115 | 0 | 107 | 20 | 174 | 102 | 64 |
| Binary | 110010 | 11010101 | 111101 | 1001101 | 0 | 1000111 | 10000 | 1111100 | 1000010 | 110100 |
Color Harmonies of #32D53D
Complementary color
Monochromatic Colors of #32D53D
Black with #32D53D
Text Example
Text Example
White with #32D53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D53D; }
p { color: rgb(50,213,61); }
H1.HeaderClassName
{
color: #32D53D;
}
.AnyTagClassName
{
color: #32D53D;
}
</style>
background-color css
<style>
a { background-color: #32D53D; }
a { background-color: rgb(50,213,61); }
div.DivClassName
{
background-color: #32D53D;
}
.BgClassName
{
background-color: #32D53D;
}
</style>
border-color css
<style>
span { border-color: #32D53D; }
span { border-color: rgb(50,213,61); }
td.TdClassName
{
border-color: #32D53D;
}
.TagClassName
{
border-color: #32D53D;
}
</style>