Shades of Lime Green #20CD1C
Tints of Lime Green #20CD1C
RGB
CMYK
RGB Variations
Color information
#20CD1C (or 0x20CD1C) is known color: Lime Green. HEX triplet: 20, CD and 1C. RGB value is (32,205,28). Sum of RGB (Red+Green+Blue) = 32+205+28=265 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.08% from 265); Green value is 205 (80.47% from 255 or 77.36% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 205 - color contains mainly: green. Hex color #20CD1C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CD1C is #DF32E3. Grayscale: #858585. Windows color (decimal): -14627556 or 1887520. OLE color: 1887520.
HSL color Cylindrical-coordinate representation of color #20CD1C: hue angle of 118.64º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20CD1C is Cyan = 0.84, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 205 | 28 | - |
| CMYK | 0.84 | 0 | 0.86 | 0.20 |
| HSL | 118.64º | 0.76% | 0.46% | - |
| HSV(B) | 118.64º | 0.86% | 0.8% | - |
| XYZ | 22.64 | 44.05 | 8.41 | - |
| YUV | 133.1 | 68.69 | 55.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 205 | 28 | 0.84 | 0 | 0.86 | 0.20 | 118.64 | 0.76 | 0.46 |
| Hex | 20 | CD | 1C | 54 | 0 | 56 | 14 | 77 | 4C | 2E |
| Octal | 40 | 315 | 34 | 124 | 0 | 126 | 24 | 167 | 114 | 56 |
| Binary | 100000 | 11001101 | 11100 | 1010100 | 0 | 1010110 | 10100 | 1110111 | 1001100 | 101110 |
Color Harmonies of #20CD1C
Complementary color
Monochromatic Colors of #20CD1C
Black with #20CD1C
Text Example
Text Example
White with #20CD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CD1C; }
p { color: rgb(32,205,28); }
H1.HeaderClassName
{
color: #20CD1C;
}
.AnyTagClassName
{
color: #20CD1C;
}
</style>
background-color css
<style>
a { background-color: #20CD1C; }
a { background-color: rgb(32,205,28); }
div.DivClassName
{
background-color: #20CD1C;
}
.BgClassName
{
background-color: #20CD1C;
}
</style>
border-color css
<style>
span { border-color: #20CD1C; }
span { border-color: rgb(32,205,28); }
td.TdClassName
{
border-color: #20CD1C;
}
.TagClassName
{
border-color: #20CD1C;
}
</style>