Shades of Lime Green #20D020
Tints of Lime Green #20D020
RGB
CMYK
RGB Variations
Color information
#20D020 (or 0x20D020) is known color: Lime Green. HEX triplet: 20, D0 and 20. RGB value is (32,208,32). Sum of RGB (Red+Green+Blue) = 32+208+32=272 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.76% from 272); Green value is 208 (81.64% from 255 or 76.47% from 272); Blue value is 32 (12.89% from 255 or 11.76% from 272); Max value from RGB is 208 - color contains mainly: green. Hex color #20D020 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D020 is #DF2FDF. Grayscale: #878787. Windows color (decimal): -14626784 or 2150432. OLE color: 2150432.
HSL color Cylindrical-coordinate representation of color #20D020: hue angle of 120º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D020 is Cyan = 0.85, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 208 | 32 | - |
| CMYK | 0.85 | 0 | 0.85 | 0.18 |
| HSL | 120º | 0.73% | 0.47% | - |
| HSV(B) | 120º | 0.85% | 0.82% | - |
| XYZ | 23.41 | 45.52 | 8.92 | - |
| YUV | 135.31 | 69.69 | 54.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 208 | 32 | 0.85 | 0 | 0.85 | 0.18 | 120 | 0.73 | 0.47 |
| Hex | 20 | D0 | 20 | 55 | 0 | 55 | 12 | 78 | 49 | 2F |
| Octal | 40 | 320 | 40 | 125 | 0 | 125 | 22 | 170 | 111 | 57 |
| Binary | 100000 | 11010000 | 100000 | 1010101 | 0 | 1010101 | 10010 | 1111000 | 1001001 | 101111 |
Color Harmonies of #20D020
Complementary color
Monochromatic Colors of #20D020
Black with #20D020
Text Example
Text Example
White with #20D020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D020; }
p { color: rgb(32,208,32); }
H1.HeaderClassName
{
color: #20D020;
}
.AnyTagClassName
{
color: #20D020;
}
</style>
background-color css
<style>
a { background-color: #20D020; }
a { background-color: rgb(32,208,32); }
div.DivClassName
{
background-color: #20D020;
}
.BgClassName
{
background-color: #20D020;
}
</style>
border-color css
<style>
span { border-color: #20D020; }
span { border-color: rgb(32,208,32); }
td.TdClassName
{
border-color: #20D020;
}
.TagClassName
{
border-color: #20D020;
}
</style>