Shades of Lime Green #32D439
Tints of Lime Green #32D439
RGB
CMYK
RGB Variations
Color information
#32D439 (or 0x32D439) is known color: Lime Green. HEX triplet: 32, D4 and 39. RGB value is (50,212,57). Sum of RGB (Red+Green+Blue) = 50+212+57=319 (42% of max value = 765). Red value is 50 (19.92% from 255 or 15.67% from 319); Green value is 212 (83.20% from 255 or 66.46% from 319); Blue value is 57 (22.66% from 255 or 17.87% from 319); Max value from RGB is 212 - color contains mainly: green. Hex color #32D439 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D439 is #CD2BC6. Grayscale: #929292. Windows color (decimal): -13446087 or 3789874. OLE color: 3789874.
HSL color Cylindrical-coordinate representation of color #32D439: hue angle of 122.59º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32D439 is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 50 | 212 | 57 | - |
| CMYK | 0.76 | 0 | 0.73 | 0.17 |
| HSL | 122.59º | 0.65% | 0.51% | - |
| HSV(B) | 122.59º | 0.76% | 0.83% | - |
| XYZ | 25.6 | 48.06 | 11.8 | - |
| YUV | 145.89 | 77.83 | 59.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 212 | 57 | 0.76 | 0 | 0.73 | 0.17 | 122.59 | 0.65 | 0.51 |
| Hex | 32 | D4 | 39 | 4C | 0 | 49 | 11 | 7B | 41 | 33 |
| Octal | 62 | 324 | 71 | 114 | 0 | 111 | 21 | 173 | 101 | 63 |
| Binary | 110010 | 11010100 | 111001 | 1001100 | 0 | 1001001 | 10001 | 1111011 | 1000001 | 110011 |
Color Harmonies of #32D439
Complementary color
Monochromatic Colors of #32D439
Black with #32D439
Text Example
Text Example
White with #32D439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D439; }
p { color: rgb(50,212,57); }
H1.HeaderClassName
{
color: #32D439;
}
.AnyTagClassName
{
color: #32D439;
}
</style>
background-color css
<style>
a { background-color: #32D439; }
a { background-color: rgb(50,212,57); }
div.DivClassName
{
background-color: #32D439;
}
.BgClassName
{
background-color: #32D439;
}
</style>
border-color css
<style>
span { border-color: #32D439; }
span { border-color: rgb(50,212,57); }
td.TdClassName
{
border-color: #32D439;
}
.TagClassName
{
border-color: #32D439;
}
</style>