Shades of Lime Green #32D217
Tints of Lime Green #32D217
RGB
CMYK
RGB Variations
Color information
#32D217 (or 0x32D217) is known color: Lime Green. HEX triplet: 32, D2 and 17. RGB value is (50,210,23). Sum of RGB (Red+Green+Blue) = 50+210+23=283 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.67% from 283); Green value is 210 (82.42% from 255 or 74.20% from 283); Blue value is 23 (9.38% from 255 or 8.13% from 283); Max value from RGB is 210 - color contains mainly: green. Hex color #32D217 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32D217 is #CD2DE8. Grayscale: #8D8D8D. Windows color (decimal): -13446633 or 1561138. OLE color: 1561138.
HSL color Cylindrical-coordinate representation of color #32D217: hue angle of 111.34º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #32D217 is Cyan = 0.76, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 210 | 23 | - |
| CMYK | 0.76 | 0 | 0.89 | 0.18 |
| HSL | 111.34º | 0.8% | 0.46% | - |
| HSV(B) | 111.34º | 0.89% | 0.82% | - |
| XYZ | 24.52 | 46.83 | 8.56 | - |
| YUV | 140.84 | 61.49 | 63.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 210 | 23 | 0.76 | 0 | 0.89 | 0.18 | 111.34 | 0.8 | 0.46 |
| Hex | 32 | D2 | 17 | 4C | 0 | 59 | 12 | 6F | 50 | 2E |
| Octal | 62 | 322 | 27 | 114 | 0 | 131 | 22 | 157 | 120 | 56 |
| Binary | 110010 | 11010010 | 10111 | 1001100 | 0 | 1011001 | 10010 | 1101111 | 1010000 | 101110 |
Color Harmonies of #32D217
Complementary color
Monochromatic Colors of #32D217
Black with #32D217
Text Example
Text Example
White with #32D217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D217; }
p { color: rgb(50,210,23); }
H1.HeaderClassName
{
color: #32D217;
}
.AnyTagClassName
{
color: #32D217;
}
</style>
background-color css
<style>
a { background-color: #32D217; }
a { background-color: rgb(50,210,23); }
div.DivClassName
{
background-color: #32D217;
}
.BgClassName
{
background-color: #32D217;
}
</style>
border-color css
<style>
span { border-color: #32D217; }
span { border-color: rgb(50,210,23); }
td.TdClassName
{
border-color: #32D217;
}
.TagClassName
{
border-color: #32D217;
}
</style>