Shades of Lime Green #20D62B
Tints of Lime Green #20D62B
RGB
CMYK
RGB Variations
Color information
#20D62B (or 0x20D62B) is known color: Lime Green. HEX triplet: 20, D6 and 2B. RGB value is (32,214,43). Sum of RGB (Red+Green+Blue) = 32+214+43=289 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.07% from 289); Green value is 214 (83.98% from 255 or 74.05% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 214 - color contains mainly: green. Hex color #20D62B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D62B is #DF29D4. Grayscale: #8C8C8C. Windows color (decimal): -14625237 or 2872864. OLE color: 2872864.
HSL color Cylindrical-coordinate representation of color #20D62B: hue angle of 123.63º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D62B is Cyan = 0.85, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 214 | 43 | - |
| CMYK | 0.85 | 0 | 0.80 | 0.16 |
| HSL | 123.63º | 0.74% | 0.48% | - |
| HSV(B) | 123.63º | 0.85% | 0.84% | - |
| XYZ | 25.08 | 48.57 | 10.34 | - |
| YUV | 140.09 | 73.2 | 50.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 214 | 43 | 0.85 | 0 | 0.80 | 0.16 | 123.63 | 0.74 | 0.48 |
| Hex | 20 | D6 | 2B | 55 | 0 | 50 | 10 | 7C | 4A | 30 |
| Octal | 40 | 326 | 53 | 125 | 0 | 120 | 20 | 174 | 112 | 60 |
| Binary | 100000 | 11010110 | 101011 | 1010101 | 0 | 1010000 | 10000 | 1111100 | 1001010 | 110000 |
Color Harmonies of #20D62B
Complementary color
Monochromatic Colors of #20D62B
Black with #20D62B
Text Example
Text Example
White with #20D62B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D62B; }
p { color: rgb(32,214,43); }
H1.HeaderClassName
{
color: #20D62B;
}
.AnyTagClassName
{
color: #20D62B;
}
</style>
background-color css
<style>
a { background-color: #20D62B; }
a { background-color: rgb(32,214,43); }
div.DivClassName
{
background-color: #20D62B;
}
.BgClassName
{
background-color: #20D62B;
}
</style>
border-color css
<style>
span { border-color: #20D62B; }
span { border-color: rgb(32,214,43); }
td.TdClassName
{
border-color: #20D62B;
}
.TagClassName
{
border-color: #20D62B;
}
</style>