Shades of Lime Green #20DB33
Tints of Lime Green #20DB33
RGB
CMYK
RGB Variations
Color information
#20DB33 (or 0x20DB33) is known color: Lime Green. HEX triplet: 20, DB and 33. RGB value is (32,219,51). Sum of RGB (Red+Green+Blue) = 32+219+51=302 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.60% from 302); Green value is 219 (85.94% from 255 or 72.52% from 302); Blue value is 51 (20.31% from 255 or 16.89% from 302); Max value from RGB is 219 - color contains mainly: green. Hex color #20DB33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20DB33 is #DF24CC. Grayscale: #909090. Windows color (decimal): -14623949 or 3398432. OLE color: 3398432.
HSL color Cylindrical-coordinate representation of color #20DB33: hue angle of 126.1º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20DB33 is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 219 | 51 | - |
| CMYK | 0.85 | 0 | 0.77 | 0.14 |
| HSL | 126.1º | 0.75% | 0.49% | - |
| HSV(B) | 126.1º | 0.85% | 0.86% | - |
| XYZ | 26.52 | 51.21 | 11.62 | - |
| YUV | 143.94 | 75.55 | 48.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 219 | 51 | 0.85 | 0 | 0.77 | 0.14 | 126.1 | 0.75 | 0.49 |
| Hex | 20 | DB | 33 | 55 | 0 | 4D | E | 7E | 4B | 31 |
| Octal | 40 | 333 | 63 | 125 | 0 | 115 | 16 | 176 | 113 | 61 |
| Binary | 100000 | 11011011 | 110011 | 1010101 | 0 | 1001101 | 1110 | 1111110 | 1001011 | 110001 |
Color Harmonies of #20DB33
Complementary color
Monochromatic Colors of #20DB33
Black with #20DB33
Text Example
Text Example
White with #20DB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DB33; }
p { color: rgb(32,219,51); }
H1.HeaderClassName
{
color: #20DB33;
}
.AnyTagClassName
{
color: #20DB33;
}
</style>
background-color css
<style>
a { background-color: #20DB33; }
a { background-color: rgb(32,219,51); }
div.DivClassName
{
background-color: #20DB33;
}
.BgClassName
{
background-color: #20DB33;
}
</style>
border-color css
<style>
span { border-color: #20DB33; }
span { border-color: rgb(32,219,51); }
td.TdClassName
{
border-color: #20DB33;
}
.TagClassName
{
border-color: #20DB33;
}
</style>