Shades of Lime Green #32D539
Tints of Lime Green #32D539
RGB
CMYK
RGB Variations
Color information
#32D539 (or 0x32D539) is known color: Lime Green. HEX triplet: 32, D5 and 39. RGB value is (50,213,57). Sum of RGB (Red+Green+Blue) = 50+213+57=320 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.62% from 320); Green value is 213 (83.59% from 255 or 66.56% from 320); Blue value is 57 (22.66% from 255 or 17.81% from 320); Max value from RGB is 213 - color contains mainly: green. Hex color #32D539 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D539 is #CD2AC6. Grayscale: #929292. Windows color (decimal): -13445831 or 3790130. OLE color: 3790130.
HSL color Cylindrical-coordinate representation of color #32D539: hue angle of 122.58º 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 #32D539 is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 50 | 213 | 57 | - |
| CMYK | 0.77 | 0 | 0.73 | 0.16 |
| HSL | 122.58º | 0.66% | 0.52% | - |
| HSV(B) | 122.58º | 0.77% | 0.84% | - |
| XYZ | 25.85 | 48.56 | 11.88 | - |
| YUV | 146.48 | 77.5 | 59.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 213 | 57 | 0.77 | 0 | 0.73 | 0.16 | 122.58 | 0.66 | 0.52 |
| Hex | 32 | D5 | 39 | 4D | 0 | 49 | 10 | 7B | 42 | 34 |
| Octal | 62 | 325 | 71 | 115 | 0 | 111 | 20 | 173 | 102 | 64 |
| Binary | 110010 | 11010101 | 111001 | 1001101 | 0 | 1001001 | 10000 | 1111011 | 1000010 | 110100 |
Color Harmonies of #32D539
Complementary color
Monochromatic Colors of #32D539
Black with #32D539
Text Example
Text Example
White with #32D539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D539; }
p { color: rgb(50,213,57); }
H1.HeaderClassName
{
color: #32D539;
}
.AnyTagClassName
{
color: #32D539;
}
</style>
background-color css
<style>
a { background-color: #32D539; }
a { background-color: rgb(50,213,57); }
div.DivClassName
{
background-color: #32D539;
}
.BgClassName
{
background-color: #32D539;
}
</style>
border-color css
<style>
span { border-color: #32D539; }
span { border-color: rgb(50,213,57); }
td.TdClassName
{
border-color: #32D539;
}
.TagClassName
{
border-color: #32D539;
}
</style>