Shades of Lime Green #20D83B
Tints of Lime Green #20D83B
RGB
CMYK
RGB Variations
Color information
#20D83B (or 0x20D83B) is known color: Lime Green. HEX triplet: 20, D8 and 3B. RGB value is (32,216,59). Sum of RGB (Red+Green+Blue) = 32+216+59=307 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.42% from 307); Green value is 216 (84.77% from 255 or 70.36% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 216 - color contains mainly: green. Hex color #20D83B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D83B is #DF27C4. Grayscale: #8F8F8F. Windows color (decimal): -14624709 or 3921952. OLE color: 3921952.
HSL color Cylindrical-coordinate representation of color #20D83B: hue angle of 128.8º 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 #20D83B is Cyan = 0.85, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 32 | 216 | 59 | - |
| CMYK | 0.85 | 0 | 0.73 | 0.15 |
| HSL | 128.8º | 0.74% | 0.49% | - |
| HSV(B) | 128.8º | 0.85% | 0.85% | - |
| XYZ | 25.94 | 49.73 | 12.37 | - |
| YUV | 143.09 | 80.54 | 48.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 216 | 59 | 0.85 | 0 | 0.73 | 0.15 | 128.8 | 0.74 | 0.49 |
| Hex | 20 | D8 | 3B | 55 | 0 | 49 | F | 81 | 4A | 31 |
| Octal | 40 | 330 | 73 | 125 | 0 | 111 | 17 | 201 | 112 | 61 |
| Binary | 100000 | 11011000 | 111011 | 1010101 | 0 | 1001001 | 1111 | 10000001 | 1001010 | 110001 |
Color Harmonies of #20D83B
Complementary color
Monochromatic Colors of #20D83B
Black with #20D83B
Text Example
Text Example
White with #20D83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D83B; }
p { color: rgb(32,216,59); }
H1.HeaderClassName
{
color: #20D83B;
}
.AnyTagClassName
{
color: #20D83B;
}
</style>
background-color css
<style>
a { background-color: #20D83B; }
a { background-color: rgb(32,216,59); }
div.DivClassName
{
background-color: #20D83B;
}
.BgClassName
{
background-color: #20D83B;
}
</style>
border-color css
<style>
span { border-color: #20D83B; }
span { border-color: rgb(32,216,59); }
td.TdClassName
{
border-color: #20D83B;
}
.TagClassName
{
border-color: #20D83B;
}
</style>