Shades of Lime Green #20D83D
Tints of Lime Green #20D83D
RGB
CMYK
RGB Variations
Color information
#20D83D (or 0x20D83D) is known color: Lime Green. HEX triplet: 20, D8 and 3D. RGB value is (32,216,61). Sum of RGB (Red+Green+Blue) = 32+216+61=309 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.36% from 309); Green value is 216 (84.77% from 255 or 69.90% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 216 - color contains mainly: green. Hex color #20D83D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D83D is #DF27C2. Grayscale: #8F8F8F. Windows color (decimal): -14624707 or 4053024. OLE color: 4053024.
HSL color Cylindrical-coordinate representation of color #20D83D: hue angle of 129.46º 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 #20D83D is Cyan = 0.85, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 216 | 61 | - |
| CMYK | 0.85 | 0 | 0.72 | 0.15 |
| HSL | 129.46º | 0.74% | 0.49% | - |
| HSV(B) | 129.46º | 0.85% | 0.85% | - |
| XYZ | 25.99 | 49.76 | 12.65 | - |
| YUV | 143.31 | 81.54 | 48.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 216 | 61 | 0.85 | 0 | 0.72 | 0.15 | 129.46 | 0.74 | 0.49 |
| Hex | 20 | D8 | 3D | 55 | 0 | 48 | F | 81 | 4A | 31 |
| Octal | 40 | 330 | 75 | 125 | 0 | 110 | 17 | 201 | 112 | 61 |
| Binary | 100000 | 11011000 | 111101 | 1010101 | 0 | 1001000 | 1111 | 10000001 | 1001010 | 110001 |
Color Harmonies of #20D83D
Complementary color
Monochromatic Colors of #20D83D
Black with #20D83D
Text Example
Text Example
White with #20D83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D83D; }
p { color: rgb(32,216,61); }
H1.HeaderClassName
{
color: #20D83D;
}
.AnyTagClassName
{
color: #20D83D;
}
</style>
background-color css
<style>
a { background-color: #20D83D; }
a { background-color: rgb(32,216,61); }
div.DivClassName
{
background-color: #20D83D;
}
.BgClassName
{
background-color: #20D83D;
}
</style>
border-color css
<style>
span { border-color: #20D83D; }
span { border-color: rgb(32,216,61); }
td.TdClassName
{
border-color: #20D83D;
}
.TagClassName
{
border-color: #20D83D;
}
</style>