Shades of Lime Green #20CD32
Tints of Lime Green #20CD32
RGB
CMYK
RGB Variations
Color information
#20CD32 (or 0x20CD32) is known color: Lime Green. HEX triplet: 20, CD and 32. RGB value is (32,205,50). Sum of RGB (Red+Green+Blue) = 32+205+50=287 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.15% from 287); Green value is 205 (80.47% from 255 or 71.43% from 287); Blue value is 50 (19.92% from 255 or 17.42% from 287); Max value from RGB is 205 - color contains mainly: green. Hex color #20CD32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CD32 is #DF32CD. Grayscale: #888888. Windows color (decimal): -14627534 or 3329312. OLE color: 3329312.
HSL color Cylindrical-coordinate representation of color #20CD32: hue angle of 126.24º 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 #20CD32 is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 205 | 50 | - |
| CMYK | 0.84 | 0 | 0.76 | 0.20 |
| HSL | 126.24º | 0.73% | 0.46% | - |
| HSV(B) | 126.24º | 0.84% | 0.8% | - |
| XYZ | 23 | 44.2 | 10.34 | - |
| YUV | 135.6 | 79.69 | 54.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 205 | 50 | 0.84 | 0 | 0.76 | 0.20 | 126.24 | 0.73 | 0.46 |
| Hex | 20 | CD | 32 | 54 | 0 | 4C | 14 | 7E | 49 | 2E |
| Octal | 40 | 315 | 62 | 124 | 0 | 114 | 24 | 176 | 111 | 56 |
| Binary | 100000 | 11001101 | 110010 | 1010100 | 0 | 1001100 | 10100 | 1111110 | 1001001 | 101110 |
Color Harmonies of #20CD32
Complementary color
Monochromatic Colors of #20CD32
Black with #20CD32
Text Example
Text Example
White with #20CD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CD32; }
p { color: rgb(32,205,50); }
H1.HeaderClassName
{
color: #20CD32;
}
.AnyTagClassName
{
color: #20CD32;
}
</style>
background-color css
<style>
a { background-color: #20CD32; }
a { background-color: rgb(32,205,50); }
div.DivClassName
{
background-color: #20CD32;
}
.BgClassName
{
background-color: #20CD32;
}
</style>
border-color css
<style>
span { border-color: #20CD32; }
span { border-color: rgb(32,205,50); }
td.TdClassName
{
border-color: #20CD32;
}
.TagClassName
{
border-color: #20CD32;
}
</style>