Shades of Lime Green #20DA24
Tints of Lime Green #20DA24
RGB
CMYK
RGB Variations
Color information
#20DA24 (or 0x20DA24) is known color: Lime Green. HEX triplet: 20, DA and 24. RGB value is (32,218,36). Sum of RGB (Red+Green+Blue) = 32+218+36=286 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.19% from 286); Green value is 218 (85.55% from 255 or 76.22% from 286); Blue value is 36 (14.45% from 255 or 12.59% from 286); Max value from RGB is 218 - color contains mainly: green. Hex color #20DA24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20DA24 is #DF25DB. Grayscale: #8E8E8E. Windows color (decimal): -14624220 or 2415136. OLE color: 2415136.
HSL color Cylindrical-coordinate representation of color #20DA24: hue angle of 121.29º 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 #20DA24 is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 218 | 36 | - |
| CMYK | 0.85 | 0 | 0.83 | 0.15 |
| HSL | 121.29º | 0.74% | 0.49% | - |
| HSV(B) | 121.29º | 0.85% | 0.85% | - |
| XYZ | 25.99 | 50.58 | 10.06 | - |
| YUV | 141.64 | 68.38 | 49.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 218 | 36 | 0.85 | 0 | 0.83 | 0.15 | 121.29 | 0.74 | 0.49 |
| Hex | 20 | DA | 24 | 55 | 0 | 53 | F | 79 | 4A | 31 |
| Octal | 40 | 332 | 44 | 125 | 0 | 123 | 17 | 171 | 112 | 61 |
| Binary | 100000 | 11011010 | 100100 | 1010101 | 0 | 1010011 | 1111 | 1111001 | 1001010 | 110001 |
Color Harmonies of #20DA24
Complementary color
Monochromatic Colors of #20DA24
Black with #20DA24
Text Example
Text Example
White with #20DA24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20DA24; }
p { color: rgb(32,218,36); }
H1.HeaderClassName
{
color: #20DA24;
}
.AnyTagClassName
{
color: #20DA24;
}
</style>
background-color css
<style>
a { background-color: #20DA24; }
a { background-color: rgb(32,218,36); }
div.DivClassName
{
background-color: #20DA24;
}
.BgClassName
{
background-color: #20DA24;
}
</style>
border-color css
<style>
span { border-color: #20DA24; }
span { border-color: rgb(32,218,36); }
td.TdClassName
{
border-color: #20DA24;
}
.TagClassName
{
border-color: #20DA24;
}
</style>