Shades of Lime Green #20CD3A
Tints of Lime Green #20CD3A
RGB
CMYK
RGB Variations
Color information
#20CD3A (or 0x20CD3A) is known color: Lime Green. HEX triplet: 20, CD and 3A. RGB value is (32,205,58). Sum of RGB (Red+Green+Blue) = 32+205+58=295 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.85% from 295); Green value is 205 (80.47% from 255 or 69.49% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 205 - color contains mainly: green. Hex color #20CD3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20CD3A is #DF32C5. Grayscale: #888888. Windows color (decimal): -14627526 or 3853600. OLE color: 3853600.
HSL color Cylindrical-coordinate representation of color #20CD3A: hue angle of 129.02º 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 #20CD3A is Cyan = 0.84, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 205 | 58 | - |
| CMYK | 0.84 | 0 | 0.72 | 0.20 |
| HSL | 129.02º | 0.73% | 0.46% | - |
| HSV(B) | 129.02º | 0.84% | 0.8% | - |
| XYZ | 23.19 | 44.28 | 11.33 | - |
| YUV | 136.52 | 83.69 | 53.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 205 | 58 | 0.84 | 0 | 0.72 | 0.20 | 129.02 | 0.73 | 0.46 |
| Hex | 20 | CD | 3A | 54 | 0 | 48 | 14 | 81 | 49 | 2E |
| Octal | 40 | 315 | 72 | 124 | 0 | 110 | 24 | 201 | 111 | 56 |
| Binary | 100000 | 11001101 | 111010 | 1010100 | 0 | 1001000 | 10100 | 10000001 | 1001001 | 101110 |
Color Harmonies of #20CD3A
Complementary color
Monochromatic Colors of #20CD3A
Black with #20CD3A
Text Example
Text Example
White with #20CD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20CD3A; }
p { color: rgb(32,205,58); }
H1.HeaderClassName
{
color: #20CD3A;
}
.AnyTagClassName
{
color: #20CD3A;
}
</style>
background-color css
<style>
a { background-color: #20CD3A; }
a { background-color: rgb(32,205,58); }
div.DivClassName
{
background-color: #20CD3A;
}
.BgClassName
{
background-color: #20CD3A;
}
</style>
border-color css
<style>
span { border-color: #20CD3A; }
span { border-color: rgb(32,205,58); }
td.TdClassName
{
border-color: #20CD3A;
}
.TagClassName
{
border-color: #20CD3A;
}
</style>