Shades of Lime Green #32D253
Tints of Lime Green #32D253
RGB
CMYK
RGB Variations
Color information
#32D253 (or 0x32D253) is known color: Lime Green. HEX triplet: 32, D2 and 53. RGB value is (50,210,83). Sum of RGB (Red+Green+Blue) = 50+210+83=343 (45% of max value = 765). Red value is 50 (19.92% from 255 or 14.58% from 343); Green value is 210 (82.42% from 255 or 61.22% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 210 - color contains mainly: green. Hex color #32D253 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #32D253 is #CD2DAC. Grayscale: #949494. Windows color (decimal): -13446573 or 5493298. OLE color: 5493298.
HSL color Cylindrical-coordinate representation of color #32D253: hue angle of 132.38º 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 #32D253 is Cyan = 0.76, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 50 | 210 | 83 | - |
| CMYK | 0.76 | 0 | 0.60 | 0.18 |
| HSL | 132.38º | 0.64% | 0.51% | - |
| HSV(B) | 132.38º | 0.76% | 0.82% | - |
| XYZ | 25.92 | 47.4 | 15.97 | - |
| YUV | 147.68 | 91.49 | 58.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 210 | 83 | 0.76 | 0 | 0.60 | 0.18 | 132.38 | 0.64 | 0.51 |
| Hex | 32 | D2 | 53 | 4C | 0 | 3C | 12 | 84 | 40 | 33 |
| Octal | 62 | 322 | 123 | 114 | 0 | 74 | 22 | 204 | 100 | 63 |
| Binary | 110010 | 11010010 | 1010011 | 1001100 | 0 | 111100 | 10010 | 10000100 | 1000000 | 110011 |
Color Harmonies of #32D253
Complementary color
Monochromatic Colors of #32D253
Black with #32D253
Text Example
Text Example
White with #32D253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D253; }
p { color: rgb(50,210,83); }
H1.HeaderClassName
{
color: #32D253;
}
.AnyTagClassName
{
color: #32D253;
}
</style>
background-color css
<style>
a { background-color: #32D253; }
a { background-color: rgb(50,210,83); }
div.DivClassName
{
background-color: #32D253;
}
.BgClassName
{
background-color: #32D253;
}
</style>
border-color css
<style>
span { border-color: #32D253; }
span { border-color: rgb(50,210,83); }
td.TdClassName
{
border-color: #32D253;
}
.TagClassName
{
border-color: #32D253;
}
</style>