Shades of Lime Green #20D82C
Tints of Lime Green #20D82C
RGB
CMYK
RGB Variations
Color information
#20D82C (or 0x20D82C) is known color: Lime Green. HEX triplet: 20, D8 and 2C. RGB value is (32,216,44). Sum of RGB (Red+Green+Blue) = 32+216+44=292 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.96% from 292); Green value is 216 (84.77% from 255 or 73.97% from 292); Blue value is 44 (17.58% from 255 or 15.07% from 292); Max value from RGB is 216 - color contains mainly: green. Hex color #20D82C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D82C is #DF27D3. Grayscale: #8D8D8D. Windows color (decimal): -14624724 or 2938912. OLE color: 2938912.
HSL color Cylindrical-coordinate representation of color #20D82C: hue angle of 123.91º 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 #20D82C is Cyan = 0.85, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 216 | 44 | - |
| CMYK | 0.85 | 0 | 0.80 | 0.15 |
| HSL | 123.91º | 0.74% | 0.49% | - |
| HSV(B) | 123.91º | 0.85% | 0.85% | - |
| XYZ | 25.61 | 49.6 | 10.61 | - |
| YUV | 141.38 | 73.04 | 49.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 216 | 44 | 0.85 | 0 | 0.80 | 0.15 | 123.91 | 0.74 | 0.49 |
| Hex | 20 | D8 | 2C | 55 | 0 | 50 | F | 7C | 4A | 31 |
| Octal | 40 | 330 | 54 | 125 | 0 | 120 | 17 | 174 | 112 | 61 |
| Binary | 100000 | 11011000 | 101100 | 1010101 | 0 | 1010000 | 1111 | 1111100 | 1001010 | 110001 |
Color Harmonies of #20D82C
Complementary color
Monochromatic Colors of #20D82C
Black with #20D82C
Text Example
Text Example
White with #20D82C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D82C; }
p { color: rgb(32,216,44); }
H1.HeaderClassName
{
color: #20D82C;
}
.AnyTagClassName
{
color: #20D82C;
}
</style>
background-color css
<style>
a { background-color: #20D82C; }
a { background-color: rgb(32,216,44); }
div.DivClassName
{
background-color: #20D82C;
}
.BgClassName
{
background-color: #20D82C;
}
</style>
border-color css
<style>
span { border-color: #20D82C; }
span { border-color: rgb(32,216,44); }
td.TdClassName
{
border-color: #20D82C;
}
.TagClassName
{
border-color: #20D82C;
}
</style>