Shades of Lime Green #20DA28
Tints of Lime Green #20DA28
RGB
CMYK
RGB Variations
Color information
#20DA28 (or 0x20DA28) is known color: Lime Green. HEX triplet: 20, DA and 28. RGB value is (32,218,40). Sum of RGB (Red+Green+Blue) = 32+218+40=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 218 (85.55% from 255 or 75.17% from 290); Blue value is 40 (16.02% from 255 or 13.79% from 290); Max value from RGB is 218 - color contains mainly: green. Hex color #20DA28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20DA28 is #DF25D7. Grayscale: #8E8E8E. Windows color (decimal): -14624216 or 2677280. OLE color: 2677280.
HSL color Cylindrical-coordinate representation of color #20DA28: hue angle of 122.58º 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 #20DA28 is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 218 | 40 | - |
| CMYK | 0.85 | 0 | 0.82 | 0.15 |
| HSL | 122.58º | 0.74% | 0.49% | - |
| HSV(B) | 122.58º | 0.85% | 0.85% | - |
| XYZ | 26.05 | 50.6 | 10.4 | - |
| YUV | 142.09 | 70.38 | 49.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 218 | 40 | 0.85 | 0 | 0.82 | 0.15 | 122.58 | 0.74 | 0.49 |
| Hex | 20 | DA | 28 | 55 | 0 | 52 | F | 7B | 4A | 31 |
| Octal | 40 | 332 | 50 | 125 | 0 | 122 | 17 | 173 | 112 | 61 |
| Binary | 100000 | 11011010 | 101000 | 1010101 | 0 | 1010010 | 1111 | 1111011 | 1001010 | 110001 |
Color Harmonies of #20DA28
Complementary color
Monochromatic Colors of #20DA28
Black with #20DA28
Text Example
Text Example
White with #20DA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DA28; }
p { color: rgb(32,218,40); }
H1.HeaderClassName
{
color: #20DA28;
}
.AnyTagClassName
{
color: #20DA28;
}
</style>
background-color css
<style>
a { background-color: #20DA28; }
a { background-color: rgb(32,218,40); }
div.DivClassName
{
background-color: #20DA28;
}
.BgClassName
{
background-color: #20DA28;
}
</style>
border-color css
<style>
span { border-color: #20DA28; }
span { border-color: rgb(32,218,40); }
td.TdClassName
{
border-color: #20DA28;
}
.TagClassName
{
border-color: #20DA28;
}
</style>