Shades of Lime Green #20D93F
Tints of Lime Green #20D93F
RGB
CMYK
RGB Variations
Color information
#20D93F (or 0x20D93F) is known color: Lime Green. HEX triplet: 20, D9 and 3F. RGB value is (32,217,63). Sum of RGB (Red+Green+Blue) = 32+217+63=312 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.26% from 312); Green value is 217 (85.16% from 255 or 69.55% from 312); Blue value is 63 (25% from 255 or 20.19% from 312); Max value from RGB is 217 - color contains mainly: green. Hex color #20D93F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D93F is #DF26C0. Grayscale: #909090. Windows color (decimal): -14624449 or 4184352. OLE color: 4184352.
HSL color Cylindrical-coordinate representation of color #20D93F: hue angle of 130.05º 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 #20D93F is Cyan = 0.85, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 217 | 63 | - |
| CMYK | 0.85 | 0 | 0.71 | 0.15 |
| HSL | 130.05º | 0.74% | 0.49% | - |
| HSV(B) | 130.05º | 0.85% | 0.85% | - |
| XYZ | 26.31 | 50.29 | 13.02 | - |
| YUV | 144.13 | 82.21 | 48.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 217 | 63 | 0.85 | 0 | 0.71 | 0.15 | 130.05 | 0.74 | 0.49 |
| Hex | 20 | D9 | 3F | 55 | 0 | 47 | F | 82 | 4A | 31 |
| Octal | 40 | 331 | 77 | 125 | 0 | 107 | 17 | 202 | 112 | 61 |
| Binary | 100000 | 11011001 | 111111 | 1010101 | 0 | 1000111 | 1111 | 10000010 | 1001010 | 110001 |
Color Harmonies of #20D93F
Complementary color
Monochromatic Colors of #20D93F
Black with #20D93F
Text Example
Text Example
White with #20D93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D93F; }
p { color: rgb(32,217,63); }
H1.HeaderClassName
{
color: #20D93F;
}
.AnyTagClassName
{
color: #20D93F;
}
</style>
background-color css
<style>
a { background-color: #20D93F; }
a { background-color: rgb(32,217,63); }
div.DivClassName
{
background-color: #20D93F;
}
.BgClassName
{
background-color: #20D93F;
}
</style>
border-color css
<style>
span { border-color: #20D93F; }
span { border-color: rgb(32,217,63); }
td.TdClassName
{
border-color: #20D93F;
}
.TagClassName
{
border-color: #20D93F;
}
</style>