Shades of Lime Green #20DA2C
Tints of Lime Green #20DA2C
RGB
CMYK
RGB Variations
Color information
#20DA2C (or 0x20DA2C) is known color: Lime Green. HEX triplet: 20, DA and 2C. RGB value is (32,218,44). Sum of RGB (Red+Green+Blue) = 32+218+44=294 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.88% from 294); Green value is 218 (85.55% from 255 or 74.15% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 218 - color contains mainly: green. Hex color #20DA2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20DA2C is #DF25D3. Grayscale: #8F8F8F. Windows color (decimal): -14624212 or 2939424. OLE color: 2939424.
HSL color Cylindrical-coordinate representation of color #20DA2C: hue angle of 123.87º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20DA2C is Cyan = 0.85, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 218 | 44 | - |
| CMYK | 0.85 | 0 | 0.80 | 0.15 |
| HSL | 123.87º | 0.74% | 0.49% | - |
| HSV(B) | 123.87º | 0.85% | 0.85% | - |
| XYZ | 26.12 | 50.63 | 10.78 | - |
| YUV | 142.55 | 72.38 | 49.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 218 | 44 | 0.85 | 0 | 0.80 | 0.15 | 123.87 | 0.74 | 0.49 |
| Hex | 20 | DA | 2C | 55 | 0 | 50 | F | 7C | 4A | 31 |
| Octal | 40 | 332 | 54 | 125 | 0 | 120 | 17 | 174 | 112 | 61 |
| Binary | 100000 | 11011010 | 101100 | 1010101 | 0 | 1010000 | 1111 | 1111100 | 1001010 | 110001 |
Color Harmonies of #20DA2C
Complementary color
Monochromatic Colors of #20DA2C
Black with #20DA2C
Text Example
Text Example
White with #20DA2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DA2C; }
p { color: rgb(32,218,44); }
H1.HeaderClassName
{
color: #20DA2C;
}
.AnyTagClassName
{
color: #20DA2C;
}
</style>
background-color css
<style>
a { background-color: #20DA2C; }
a { background-color: rgb(32,218,44); }
div.DivClassName
{
background-color: #20DA2C;
}
.BgClassName
{
background-color: #20DA2C;
}
</style>
border-color css
<style>
span { border-color: #20DA2C; }
span { border-color: rgb(32,218,44); }
td.TdClassName
{
border-color: #20DA2C;
}
.TagClassName
{
border-color: #20DA2C;
}
</style>