Shades of Lime Green #20D615
Tints of Lime Green #20D615
RGB
CMYK
RGB Variations
Color information
#20D615 (or 0x20D615) is known color: Lime Green. HEX triplet: 20, D6 and 15. RGB value is (32,214,21). Sum of RGB (Red+Green+Blue) = 32+214+21=267 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.99% from 267); Green value is 214 (83.98% from 255 or 80.15% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 214 - color contains mainly: green. Hex color #20D615 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20D615 is #DF29EA. Grayscale: #8A8A8A. Windows color (decimal): -14625259 or 1431072. OLE color: 1431072.
HSL color Cylindrical-coordinate representation of color #20D615: hue angle of 116.58º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #20D615 is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 214 | 21 | - |
| CMYK | 0.85 | 0 | 0.90 | 0.16 |
| HSL | 116.58º | 0.82% | 0.46% | - |
| HSV(B) | 116.58º | 0.9% | 0.84% | - |
| XYZ | 24.78 | 48.45 | 8.76 | - |
| YUV | 137.58 | 62.2 | 52.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 214 | 21 | 0.85 | 0 | 0.90 | 0.16 | 116.58 | 0.82 | 0.46 |
| Hex | 20 | D6 | 15 | 55 | 0 | 5A | 10 | 75 | 52 | 2E |
| Octal | 40 | 326 | 25 | 125 | 0 | 132 | 20 | 165 | 122 | 56 |
| Binary | 100000 | 11010110 | 10101 | 1010101 | 0 | 1011010 | 10000 | 1110101 | 1010010 | 101110 |
Color Harmonies of #20D615
Complementary color
Monochromatic Colors of #20D615
Black with #20D615
Text Example
Text Example
White with #20D615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D615; }
p { color: rgb(32,214,21); }
H1.HeaderClassName
{
color: #20D615;
}
.AnyTagClassName
{
color: #20D615;
}
</style>
background-color css
<style>
a { background-color: #20D615; }
a { background-color: rgb(32,214,21); }
div.DivClassName
{
background-color: #20D615;
}
.BgClassName
{
background-color: #20D615;
}
</style>
border-color css
<style>
span { border-color: #20D615; }
span { border-color: rgb(32,214,21); }
td.TdClassName
{
border-color: #20D615;
}
.TagClassName
{
border-color: #20D615;
}
</style>