Shades of Lime Green #20D43F
Tints of Lime Green #20D43F
RGB
CMYK
RGB Variations
Color information
#20D43F (or 0x20D43F) is known color: Lime Green. HEX triplet: 20, D4 and 3F. RGB value is (32,212,63). Sum of RGB (Red+Green+Blue) = 32+212+63=307 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.42% from 307); Green value is 212 (83.20% from 255 or 69.06% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 212 - color contains mainly: green. Hex color #20D43F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D43F is #DF2BC0. Grayscale: #8D8D8D. Windows color (decimal): -14625729 or 4183072. OLE color: 4183072.
HSL color Cylindrical-coordinate representation of color #20D43F: hue angle of 130.33º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D43F is Cyan = 0.85, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 32 | 212 | 63 | - |
| CMYK | 0.85 | 0 | 0.70 | 0.17 |
| HSL | 130.33º | 0.74% | 0.48% | - |
| HSV(B) | 130.33º | 0.85% | 0.83% | - |
| XYZ | 25.04 | 47.75 | 12.6 | - |
| YUV | 141.19 | 83.87 | 50.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 212 | 63 | 0.85 | 0 | 0.70 | 0.17 | 130.33 | 0.74 | 0.48 |
| Hex | 20 | D4 | 3F | 55 | 0 | 46 | 11 | 82 | 4A | 30 |
| Octal | 40 | 324 | 77 | 125 | 0 | 106 | 21 | 202 | 112 | 60 |
| Binary | 100000 | 11010100 | 111111 | 1010101 | 0 | 1000110 | 10001 | 10000010 | 1001010 | 110000 |
Color Harmonies of #20D43F
Complementary color
Monochromatic Colors of #20D43F
Black with #20D43F
Text Example
Text Example
White with #20D43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D43F; }
p { color: rgb(32,212,63); }
H1.HeaderClassName
{
color: #20D43F;
}
.AnyTagClassName
{
color: #20D43F;
}
</style>
background-color css
<style>
a { background-color: #20D43F; }
a { background-color: rgb(32,212,63); }
div.DivClassName
{
background-color: #20D43F;
}
.BgClassName
{
background-color: #20D43F;
}
</style>
border-color css
<style>
span { border-color: #20D43F; }
span { border-color: rgb(32,212,63); }
td.TdClassName
{
border-color: #20D43F;
}
.TagClassName
{
border-color: #20D43F;
}
</style>