Shades of Lime Green #32D236
Tints of Lime Green #32D236
RGB
CMYK
RGB Variations
Color information
#32D236 (or 0x32D236) is known color: Lime Green. HEX triplet: 32, D2 and 36. RGB value is (50,210,54). Sum of RGB (Red+Green+Blue) = 50+210+54=314 (41% of max value = 765). Red value is 50 (19.92% from 255 or 15.92% from 314); Green value is 210 (82.42% from 255 or 66.88% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 210 - color contains mainly: green. Hex color #32D236 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D236 is #CD2DC9. Grayscale: #909090. Windows color (decimal): -13446602 or 3592754. OLE color: 3592754.
HSL color Cylindrical-coordinate representation of color #32D236: hue angle of 121.5º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #32D236 is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 210 | 54 | - |
| CMYK | 0.76 | 0 | 0.74 | 0.18 |
| HSL | 121.5º | 0.64% | 0.51% | - |
| HSV(B) | 121.5º | 0.76% | 0.82% | - |
| XYZ | 25.03 | 47.04 | 11.25 | - |
| YUV | 144.38 | 76.99 | 60.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 210 | 54 | 0.76 | 0 | 0.74 | 0.18 | 121.5 | 0.64 | 0.51 |
| Hex | 32 | D2 | 36 | 4C | 0 | 4A | 12 | 7A | 40 | 33 |
| Octal | 62 | 322 | 66 | 114 | 0 | 112 | 22 | 172 | 100 | 63 |
| Binary | 110010 | 11010010 | 110110 | 1001100 | 0 | 1001010 | 10010 | 1111010 | 1000000 | 110011 |
Color Harmonies of #32D236
Complementary color
Monochromatic Colors of #32D236
Black with #32D236
Text Example
Text Example
White with #32D236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D236; }
p { color: rgb(50,210,54); }
H1.HeaderClassName
{
color: #32D236;
}
.AnyTagClassName
{
color: #32D236;
}
</style>
background-color css
<style>
a { background-color: #32D236; }
a { background-color: rgb(50,210,54); }
div.DivClassName
{
background-color: #32D236;
}
.BgClassName
{
background-color: #32D236;
}
</style>
border-color css
<style>
span { border-color: #32D236; }
span { border-color: rgb(50,210,54); }
td.TdClassName
{
border-color: #32D236;
}
.TagClassName
{
border-color: #32D236;
}
</style>