Shades of Lime Green #20D914
Tints of Lime Green #20D914
RGB
CMYK
RGB Variations
Color information
#20D914 (or 0x20D914) is known color: Lime Green. HEX triplet: 20, D9 and 14. RGB value is (32,217,20). Sum of RGB (Red+Green+Blue) = 32+217+20=269 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.90% from 269); Green value is 217 (85.16% from 255 or 80.67% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 217 - color contains mainly: green. Hex color #20D914 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20D914 is #DF26EB. Grayscale: #8B8B8B. Windows color (decimal): -14624492 or 1366304. OLE color: 1366304.
HSL color Cylindrical-coordinate representation of color #20D914: hue angle of 116.35º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #20D914 is Cyan = 0.85, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 217 | 20 | - |
| CMYK | 0.85 | 0 | 0.91 | 0.15 |
| HSL | 116.35º | 0.83% | 0.46% | - |
| HSV(B) | 116.35º | 0.91% | 0.85% | - |
| XYZ | 25.53 | 49.98 | 8.96 | - |
| YUV | 139.23 | 60.71 | 51.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 217 | 20 | 0.85 | 0 | 0.91 | 0.15 | 116.35 | 0.83 | 0.46 |
| Hex | 20 | D9 | 14 | 55 | 0 | 5B | F | 74 | 53 | 2E |
| Octal | 40 | 331 | 24 | 125 | 0 | 133 | 17 | 164 | 123 | 56 |
| Binary | 100000 | 11011001 | 10100 | 1010101 | 0 | 1011011 | 1111 | 1110100 | 1010011 | 101110 |
Color Harmonies of #20D914
Complementary color
Monochromatic Colors of #20D914
Black with #20D914
Text Example
Text Example
White with #20D914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D914; }
p { color: rgb(32,217,20); }
H1.HeaderClassName
{
color: #20D914;
}
.AnyTagClassName
{
color: #20D914;
}
</style>
background-color css
<style>
a { background-color: #20D914; }
a { background-color: rgb(32,217,20); }
div.DivClassName
{
background-color: #20D914;
}
.BgClassName
{
background-color: #20D914;
}
</style>
border-color css
<style>
span { border-color: #20D914; }
span { border-color: rgb(32,217,20); }
td.TdClassName
{
border-color: #20D914;
}
.TagClassName
{
border-color: #20D914;
}
</style>