Shades of Lime Green #20D009
Tints of Lime Green #20D009
RGB
CMYK
RGB Variations
Color information
#20D009 (or 0x20D009) is known color: Lime Green. HEX triplet: 20, D0 and 09. RGB value is (32,208,9). Sum of RGB (Red+Green+Blue) = 32+208+9=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 208 (81.64% from 255 or 83.53% from 249); Blue value is 9 (3.91% from 255 or 3.61% from 249); Max value from RGB is 208 - color contains mainly: green. Hex color #20D009 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20D009 is #DF2FF6. Grayscale: #858585. Windows color (decimal): -14626807 or 643104. OLE color: 643104.
HSL color Cylindrical-coordinate representation of color #20D009: hue angle of 113.07º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #20D009 is Cyan = 0.85, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 208 | 9 | - |
| CMYK | 0.85 | 0 | 0.96 | 0.18 |
| HSL | 113.07º | 0.92% | 0.43% | - |
| HSV(B) | 113.07º | 0.96% | 0.82% | - |
| XYZ | 23.2 | 45.44 | 7.81 | - |
| YUV | 132.69 | 58.19 | 56.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 208 | 9 | 0.85 | 0 | 0.96 | 0.18 | 113.07 | 0.92 | 0.43 |
| Hex | 20 | D0 | 9 | 55 | 0 | 60 | 12 | 71 | 5C | 2B |
| Octal | 40 | 320 | 11 | 125 | 0 | 140 | 22 | 161 | 134 | 53 |
| Binary | 100000 | 11010000 | 1001 | 1010101 | 0 | 1100000 | 10010 | 1110001 | 1011100 | 101011 |
Color Harmonies of #20D009
Complementary color
Monochromatic Colors of #20D009
Black with #20D009
Text Example
Text Example
White with #20D009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D009; }
p { color: rgb(32,208,9); }
H1.HeaderClassName
{
color: #20D009;
}
.AnyTagClassName
{
color: #20D009;
}
</style>
background-color css
<style>
a { background-color: #20D009; }
a { background-color: rgb(32,208,9); }
div.DivClassName
{
background-color: #20D009;
}
.BgClassName
{
background-color: #20D009;
}
</style>
border-color css
<style>
span { border-color: #20D009; }
span { border-color: rgb(32,208,9); }
td.TdClassName
{
border-color: #20D009;
}
.TagClassName
{
border-color: #20D009;
}
</style>