Shades of Lime Green #32D251
Tints of Lime Green #32D251
RGB
CMYK
RGB Variations
Color information
#32D251 (or 0x32D251) is known color: Lime Green. HEX triplet: 32, D2 and 51. RGB value is (50,210,81). Sum of RGB (Red+Green+Blue) = 50+210+81=341 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.66% from 341); Green value is 210 (82.42% from 255 or 61.58% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 210 - color contains mainly: green. Hex color #32D251 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D251 is #CD2DAE. Grayscale: #939393. Windows color (decimal): -13446575 or 5362226. OLE color: 5362226.
HSL color Cylindrical-coordinate representation of color #32D251: hue angle of 131.62º 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 #32D251 is Cyan = 0.76, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 210 | 81 | - |
| CMYK | 0.76 | 0 | 0.61 | 0.18 |
| HSL | 131.63º | 0.64% | 0.51% | - |
| HSV(B) | 131.63º | 0.76% | 0.82% | - |
| XYZ | 25.85 | 47.37 | 15.56 | - |
| YUV | 147.45 | 90.49 | 58.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 210 | 81 | 0.76 | 0 | 0.61 | 0.18 | 131.63 | 0.64 | 0.51 |
| Hex | 32 | D2 | 51 | 4C | 0 | 3D | 12 | 84 | 40 | 33 |
| Octal | 62 | 322 | 121 | 114 | 0 | 75 | 22 | 204 | 100 | 63 |
| Binary | 110010 | 11010010 | 1010001 | 1001100 | 0 | 111101 | 10010 | 10000100 | 1000000 | 110011 |
Color Harmonies of #32D251
Complementary color
Monochromatic Colors of #32D251
Black with #32D251
Text Example
Text Example
White with #32D251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D251; }
p { color: rgb(50,210,81); }
H1.HeaderClassName
{
color: #32D251;
}
.AnyTagClassName
{
color: #32D251;
}
</style>
background-color css
<style>
a { background-color: #32D251; }
a { background-color: rgb(50,210,81); }
div.DivClassName
{
background-color: #32D251;
}
.BgClassName
{
background-color: #32D251;
}
</style>
border-color css
<style>
span { border-color: #32D251; }
span { border-color: rgb(50,210,81); }
td.TdClassName
{
border-color: #32D251;
}
.TagClassName
{
border-color: #32D251;
}
</style>