Shades of Lime Green #20D610
Tints of Lime Green #20D610
RGB
CMYK
RGB Variations
Color information
#20D610 (or 0x20D610) is known color: Lime Green. HEX triplet: 20, D6 and 10. RGB value is (32,214,16). Sum of RGB (Red+Green+Blue) = 32+214+16=262 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.21% from 262); Green value is 214 (83.98% from 255 or 81.68% from 262); Blue value is 16 (6.64% from 255 or 6.11% from 262); Max value from RGB is 214 - color contains mainly: green. Hex color #20D610 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20D610 is #DF29EF. Grayscale: #898989. Windows color (decimal): -14625264 or 1103392. OLE color: 1103392.
HSL color Cylindrical-coordinate representation of color #20D610: hue angle of 115.15º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #20D610 is Cyan = 0.85, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 32 | 214 | 16 | - |
| CMYK | 0.85 | 0 | 0.93 | 0.16 |
| HSL | 115.15º | 0.86% | 0.45% | - |
| HSV(B) | 115.15º | 0.93% | 0.84% | - |
| XYZ | 24.74 | 48.44 | 8.54 | - |
| YUV | 137.01 | 59.7 | 53.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 214 | 16 | 0.85 | 0 | 0.93 | 0.16 | 115.15 | 0.86 | 0.45 |
| Hex | 20 | D6 | 10 | 55 | 0 | 5D | 10 | 73 | 56 | 2D |
| Octal | 40 | 326 | 20 | 125 | 0 | 135 | 20 | 163 | 126 | 55 |
| Binary | 100000 | 11010110 | 10000 | 1010101 | 0 | 1011101 | 10000 | 1110011 | 1010110 | 101101 |
Color Harmonies of #20D610
Complementary color
Monochromatic Colors of #20D610
Black with #20D610
Text Example
Text Example
White with #20D610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D610; }
p { color: rgb(32,214,16); }
H1.HeaderClassName
{
color: #20D610;
}
.AnyTagClassName
{
color: #20D610;
}
</style>
background-color css
<style>
a { background-color: #20D610; }
a { background-color: rgb(32,214,16); }
div.DivClassName
{
background-color: #20D610;
}
.BgClassName
{
background-color: #20D610;
}
</style>
border-color css
<style>
span { border-color: #20D610; }
span { border-color: rgb(32,214,16); }
td.TdClassName
{
border-color: #20D610;
}
.TagClassName
{
border-color: #20D610;
}
</style>