Shades of Lime Green #20D040
Tints of Lime Green #20D040
RGB
CMYK
RGB Variations
Color information
#20D040 (or 0x20D040) is known color: Lime Green. HEX triplet: 20, D0 and 40. RGB value is (32,208,64). Sum of RGB (Red+Green+Blue) = 32+208+64=304 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.53% from 304); Green value is 208 (81.64% from 255 or 68.42% from 304); Blue value is 64 (25.39% from 255 or 21.05% from 304); Max value from RGB is 208 - color contains mainly: green. Hex color #20D040 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D040 is #DF2FBF. Grayscale: #8B8B8B. Windows color (decimal): -14626752 or 4247584. OLE color: 4247584.
HSL color Cylindrical-coordinate representation of color #20D040: hue angle of 130.91º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D040 is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 208 | 64 | - |
| CMYK | 0.85 | 0 | 0.69 | 0.18 |
| HSL | 130.91º | 0.73% | 0.47% | - |
| HSV(B) | 130.91º | 0.85% | 0.82% | - |
| XYZ | 24.08 | 45.79 | 12.42 | - |
| YUV | 138.96 | 85.69 | 51.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 208 | 64 | 0.85 | 0 | 0.69 | 0.18 | 130.91 | 0.73 | 0.47 |
| Hex | 20 | D0 | 40 | 55 | 0 | 45 | 12 | 83 | 49 | 2F |
| Octal | 40 | 320 | 100 | 125 | 0 | 105 | 22 | 203 | 111 | 57 |
| Binary | 100000 | 11010000 | 1000000 | 1010101 | 0 | 1000101 | 10010 | 10000011 | 1001001 | 101111 |
Color Harmonies of #20D040
Complementary color
Monochromatic Colors of #20D040
Black with #20D040
Text Example
Text Example
White with #20D040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20D040; }
p { color: rgb(32,208,64); }
H1.HeaderClassName
{
color: #20D040;
}
.AnyTagClassName
{
color: #20D040;
}
</style>
background-color css
<style>
a { background-color: #20D040; }
a { background-color: rgb(32,208,64); }
div.DivClassName
{
background-color: #20D040;
}
.BgClassName
{
background-color: #20D040;
}
</style>
border-color css
<style>
span { border-color: #20D040; }
span { border-color: rgb(32,208,64); }
td.TdClassName
{
border-color: #20D040;
}
.TagClassName
{
border-color: #20D040;
}
</style>