Shades of Lime Green #20D93D
Tints of Lime Green #20D93D
RGB
CMYK
RGB Variations
Color information
#20D93D (or 0x20D93D) is known color: Lime Green. HEX triplet: 20, D9 and 3D. RGB value is (32,217,61). Sum of RGB (Red+Green+Blue) = 32+217+61=310 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.32% from 310); Green value is 217 (85.16% from 255 or 70% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 217 - color contains mainly: green. Hex color #20D93D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D93D is #DF26C2. Grayscale: #909090. Windows color (decimal): -14624451 or 4053280. OLE color: 4053280.
HSL color Cylindrical-coordinate representation of color #20D93D: hue angle of 129.41º 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 #20D93D is Cyan = 0.85, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 217 | 61 | - |
| CMYK | 0.85 | 0 | 0.72 | 0.15 |
| HSL | 129.41º | 0.74% | 0.49% | - |
| HSV(B) | 129.41º | 0.85% | 0.85% | - |
| XYZ | 26.25 | 50.27 | 12.73 | - |
| YUV | 143.9 | 81.21 | 48.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 217 | 61 | 0.85 | 0 | 0.72 | 0.15 | 129.41 | 0.74 | 0.49 |
| Hex | 20 | D9 | 3D | 55 | 0 | 48 | F | 81 | 4A | 31 |
| Octal | 40 | 331 | 75 | 125 | 0 | 110 | 17 | 201 | 112 | 61 |
| Binary | 100000 | 11011001 | 111101 | 1010101 | 0 | 1001000 | 1111 | 10000001 | 1001010 | 110001 |
Color Harmonies of #20D93D
Complementary color
Monochromatic Colors of #20D93D
Black with #20D93D
Text Example
Text Example
White with #20D93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D93D; }
p { color: rgb(32,217,61); }
H1.HeaderClassName
{
color: #20D93D;
}
.AnyTagClassName
{
color: #20D93D;
}
</style>
background-color css
<style>
a { background-color: #20D93D; }
a { background-color: rgb(32,217,61); }
div.DivClassName
{
background-color: #20D93D;
}
.BgClassName
{
background-color: #20D93D;
}
</style>
border-color css
<style>
span { border-color: #20D93D; }
span { border-color: rgb(32,217,61); }
td.TdClassName
{
border-color: #20D93D;
}
.TagClassName
{
border-color: #20D93D;
}
</style>