Shades of Lime Green #32D53C
Tints of Lime Green #32D53C
RGB
CMYK
RGB Variations
Color information
#32D53C (or 0x32D53C) is known color: Lime Green. HEX triplet: 32, D5 and 3C. RGB value is (50,213,60). Sum of RGB (Red+Green+Blue) = 50+213+60=323 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.48% from 323); Green value is 213 (83.59% from 255 or 65.94% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 213 - color contains mainly: green. Hex color #32D53C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D53C is #CD2AC3. Grayscale: #939393. Windows color (decimal): -13445828 or 3986738. OLE color: 3986738.
HSL color Cylindrical-coordinate representation of color #32D53C: hue angle of 123.68º 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 #32D53C is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 213 | 60 | - |
| CMYK | 0.77 | 0 | 0.72 | 0.16 |
| HSL | 123.68º | 0.66% | 0.52% | - |
| HSV(B) | 123.68º | 0.77% | 0.84% | - |
| XYZ | 25.93 | 48.59 | 12.29 | - |
| YUV | 146.82 | 79 | 58.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 213 | 60 | 0.77 | 0 | 0.72 | 0.16 | 123.68 | 0.66 | 0.52 |
| Hex | 32 | D5 | 3C | 4D | 0 | 48 | 10 | 7C | 42 | 34 |
| Octal | 62 | 325 | 74 | 115 | 0 | 110 | 20 | 174 | 102 | 64 |
| Binary | 110010 | 11010101 | 111100 | 1001101 | 0 | 1001000 | 10000 | 1111100 | 1000010 | 110100 |
Color Harmonies of #32D53C
Complementary color
Monochromatic Colors of #32D53C
Black with #32D53C
Text Example
Text Example
White with #32D53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D53C; }
p { color: rgb(50,213,60); }
H1.HeaderClassName
{
color: #32D53C;
}
.AnyTagClassName
{
color: #32D53C;
}
</style>
background-color css
<style>
a { background-color: #32D53C; }
a { background-color: rgb(50,213,60); }
div.DivClassName
{
background-color: #32D53C;
}
.BgClassName
{
background-color: #32D53C;
}
</style>
border-color css
<style>
span { border-color: #32D53C; }
span { border-color: rgb(50,213,60); }
td.TdClassName
{
border-color: #32D53C;
}
.TagClassName
{
border-color: #32D53C;
}
</style>