Shades of Lime Green #32DD28
Tints of Lime Green #32DD28
RGB
CMYK
RGB Variations
Color information
#32DD28 (or 0x32DD28) is known color: Lime Green. HEX triplet: 32, DD and 28. RGB value is (50,221,40). Sum of RGB (Red+Green+Blue) = 50+221+40=311 (41% of max value = 765). Red value is 50 (19.92% from 255 or 16.08% from 311); Green value is 221 (86.72% from 255 or 71.06% from 311); Blue value is 40 (16.02% from 255 or 12.86% from 311); Max value from RGB is 221 - color contains mainly: green. Hex color #32DD28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32DD28 is #CD22D7. Grayscale: #959595. Windows color (decimal): -13443800 or 2678066. OLE color: 2678066.
HSL color Cylindrical-coordinate representation of color #32DD28: hue angle of 116.69º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #32DD28 is Cyan = 0.77, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 221 | 40 | - |
| CMYK | 0.77 | 0 | 0.82 | 0.13 |
| HSL | 116.69º | 0.73% | 0.51% | - |
| HSV(B) | 116.69º | 0.82% | 0.87% | - |
| XYZ | 27.55 | 52.54 | 10.7 | - |
| YUV | 149.24 | 66.35 | 57.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 221 | 40 | 0.77 | 0 | 0.82 | 0.13 | 116.69 | 0.73 | 0.51 |
| Hex | 32 | DD | 28 | 4D | 0 | 52 | D | 75 | 49 | 33 |
| Octal | 62 | 335 | 50 | 115 | 0 | 122 | 15 | 165 | 111 | 63 |
| Binary | 110010 | 11011101 | 101000 | 1001101 | 0 | 1010010 | 1101 | 1110101 | 1001001 | 110011 |
Color Harmonies of #32DD28
Complementary color
Monochromatic Colors of #32DD28
Black with #32DD28
Text Example
Text Example
White with #32DD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32DD28; }
p { color: rgb(50,221,40); }
H1.HeaderClassName
{
color: #32DD28;
}
.AnyTagClassName
{
color: #32DD28;
}
</style>
background-color css
<style>
a { background-color: #32DD28; }
a { background-color: rgb(50,221,40); }
div.DivClassName
{
background-color: #32DD28;
}
.BgClassName
{
background-color: #32DD28;
}
</style>
border-color css
<style>
span { border-color: #32DD28; }
span { border-color: rgb(50,221,40); }
td.TdClassName
{
border-color: #32DD28;
}
.TagClassName
{
border-color: #32DD28;
}
</style>