Shades of Lime Green #20D415
Tints of Lime Green #20D415
RGB
CMYK
RGB Variations
Color information
#20D415 (or 0x20D415) is known color: Lime Green. HEX triplet: 20, D4 and 15. RGB value is (32,212,21). Sum of RGB (Red+Green+Blue) = 32+212+21=265 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.08% from 265); Green value is 212 (83.20% from 255 or 80% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 212 - color contains mainly: green. Hex color #20D415 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20D415 is #DF2BEA. Grayscale: #888888. Windows color (decimal): -14625771 or 1430560. OLE color: 1430560.
HSL color Cylindrical-coordinate representation of color #20D415: hue angle of 116.54º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #20D415 is Cyan = 0.85, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 32 | 212 | 21 | - |
| CMYK | 0.85 | 0 | 0.90 | 0.17 |
| HSL | 116.54º | 0.82% | 0.46% | - |
| HSV(B) | 116.54º | 0.9% | 0.83% | - |
| XYZ | 24.27 | 47.45 | 8.59 | - |
| YUV | 136.41 | 62.87 | 53.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 212 | 21 | 0.85 | 0 | 0.90 | 0.17 | 116.54 | 0.82 | 0.46 |
| Hex | 20 | D4 | 15 | 55 | 0 | 5A | 11 | 75 | 52 | 2E |
| Octal | 40 | 324 | 25 | 125 | 0 | 132 | 21 | 165 | 122 | 56 |
| Binary | 100000 | 11010100 | 10101 | 1010101 | 0 | 1011010 | 10001 | 1110101 | 1010010 | 101110 |
Color Harmonies of #20D415
Complementary color
Monochromatic Colors of #20D415
Black with #20D415
Text Example
Text Example
White with #20D415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D415; }
p { color: rgb(32,212,21); }
H1.HeaderClassName
{
color: #20D415;
}
.AnyTagClassName
{
color: #20D415;
}
</style>
background-color css
<style>
a { background-color: #20D415; }
a { background-color: rgb(32,212,21); }
div.DivClassName
{
background-color: #20D415;
}
.BgClassName
{
background-color: #20D415;
}
</style>
border-color css
<style>
span { border-color: #20D415; }
span { border-color: rgb(32,212,21); }
td.TdClassName
{
border-color: #20D415;
}
.TagClassName
{
border-color: #20D415;
}
</style>