Shades of Lime Green #32CD20
Tints of Lime Green #32CD20
RGB
CMYK
RGB Variations
Color information
#32CD20 (or 0x32CD20) is known color: Lime Green. HEX triplet: 32, CD and 20. RGB value is (50,205,32). Sum of RGB (Red+Green+Blue) = 50+205+32=287 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.42% from 287); Green value is 205 (80.47% from 255 or 71.43% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 205 - color contains mainly: green. Hex color #32CD20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32CD20 is #CD32DF. Grayscale: #8B8B8B. Windows color (decimal): -13447904 or 2149682. OLE color: 2149682.
HSL color Cylindrical-coordinate representation of color #32CD20: hue angle of 113.76º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #32CD20 is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 205 | 32 | - |
| CMYK | 0.76 | 0 | 0.84 | 0.20 |
| HSL | 113.76º | 0.73% | 0.46% | - |
| HSV(B) | 113.76º | 0.84% | 0.8% | - |
| XYZ | 23.41 | 44.45 | 8.71 | - |
| YUV | 138.93 | 67.65 | 64.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 205 | 32 | 0.76 | 0 | 0.84 | 0.20 | 113.76 | 0.73 | 0.46 |
| Hex | 32 | CD | 20 | 4C | 0 | 54 | 14 | 72 | 49 | 2E |
| Octal | 62 | 315 | 40 | 114 | 0 | 124 | 24 | 162 | 111 | 56 |
| Binary | 110010 | 11001101 | 100000 | 1001100 | 0 | 1010100 | 10100 | 1110010 | 1001001 | 101110 |
Color Harmonies of #32CD20
Complementary color
Monochromatic Colors of #32CD20
Black with #32CD20
Text Example
Text Example
White with #32CD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32CD20; }
p { color: rgb(50,205,32); }
H1.HeaderClassName
{
color: #32CD20;
}
.AnyTagClassName
{
color: #32CD20;
}
</style>
background-color css
<style>
a { background-color: #32CD20; }
a { background-color: rgb(50,205,32); }
div.DivClassName
{
background-color: #32CD20;
}
.BgClassName
{
background-color: #32CD20;
}
</style>
border-color css
<style>
span { border-color: #32CD20; }
span { border-color: rgb(50,205,32); }
td.TdClassName
{
border-color: #32CD20;
}
.TagClassName
{
border-color: #32CD20;
}
</style>