Shades of Lime Green #32D328
Tints of Lime Green #32D328
RGB
CMYK
RGB Variations
Color information
#32D328 (or 0x32D328) is known color: Lime Green. HEX triplet: 32, D3 and 28. RGB value is (50,211,40). Sum of RGB (Red+Green+Blue) = 50+211+40=301 (39% of max value = 765). Red value is 50 (19.92% from 255 or 16.61% from 301); Green value is 211 (82.81% from 255 or 70.10% from 301); Blue value is 40 (16.02% from 255 or 13.29% from 301); Max value from RGB is 211 - color contains mainly: green. Hex color #32D328 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32D328 is #CD2CD7. Grayscale: #8F8F8F. Windows color (decimal): -13446360 or 2675506. OLE color: 2675506.
HSL color Cylindrical-coordinate representation of color #32D328: hue angle of 116.49º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #32D328 is Cyan = 0.76, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 50 | 211 | 40 | - |
| CMYK | 0.76 | 0 | 0.81 | 0.17 |
| HSL | 116.49º | 0.68% | 0.49% | - |
| HSV(B) | 116.49º | 0.81% | 0.83% | - |
| XYZ | 24.99 | 47.42 | 9.84 | - |
| YUV | 143.37 | 69.66 | 61.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 211 | 40 | 0.76 | 0 | 0.81 | 0.17 | 116.49 | 0.68 | 0.49 |
| Hex | 32 | D3 | 28 | 4C | 0 | 51 | 11 | 74 | 44 | 31 |
| Octal | 62 | 323 | 50 | 114 | 0 | 121 | 21 | 164 | 104 | 61 |
| Binary | 110010 | 11010011 | 101000 | 1001100 | 0 | 1010001 | 10001 | 1110100 | 1000100 | 110001 |
Color Harmonies of #32D328
Complementary color
Monochromatic Colors of #32D328
Black with #32D328
Text Example
Text Example
White with #32D328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32D328; }
p { color: rgb(50,211,40); }
H1.HeaderClassName
{
color: #32D328;
}
.AnyTagClassName
{
color: #32D328;
}
</style>
background-color css
<style>
a { background-color: #32D328; }
a { background-color: rgb(50,211,40); }
div.DivClassName
{
background-color: #32D328;
}
.BgClassName
{
background-color: #32D328;
}
</style>
border-color css
<style>
span { border-color: #32D328; }
span { border-color: rgb(50,211,40); }
td.TdClassName
{
border-color: #32D328;
}
.TagClassName
{
border-color: #32D328;
}
</style>