Shades of Lime Green #20C511
Tints of Lime Green #20C511
RGB
CMYK
RGB Variations
Color information
#20C511 (or 0x20C511) is known color: Lime Green. HEX triplet: 20, C5 and 11. RGB value is (32,197,17). Sum of RGB (Red+Green+Blue) = 32+197+17=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 197 (77.34% from 255 or 80.08% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 197 - color contains mainly: green. Hex color #20C511 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20C511 is #DF3AEE. Grayscale: #7F7F7F. Windows color (decimal): -14629615 or 1164576. OLE color: 1164576.
HSL color Cylindrical-coordinate representation of color #20C511: hue angle of 115º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #20C511 is Cyan = 0.84, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 197 | 17 | - |
| CMYK | 0.84 | 0 | 0.91 | 0.23 |
| HSL | 115º | 0.84% | 0.42% | - |
| HSV(B) | 115º | 0.91% | 0.77% | - |
| XYZ | 20.66 | 40.28 | 7.22 | - |
| YUV | 127.15 | 65.84 | 60.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 197 | 17 | 0.84 | 0 | 0.91 | 0.23 | 115 | 0.84 | 0.42 |
| Hex | 20 | C5 | 11 | 54 | 0 | 5B | 17 | 73 | 54 | 2A |
| Octal | 40 | 305 | 21 | 124 | 0 | 133 | 27 | 163 | 124 | 52 |
| Binary | 100000 | 11000101 | 10001 | 1010100 | 0 | 1011011 | 10111 | 1110011 | 1010100 | 101010 |
Color Harmonies of #20C511
Complementary color
Monochromatic Colors of #20C511
Black with #20C511
Text Example
Text Example
White with #20C511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C511; }
p { color: rgb(32,197,17); }
H1.HeaderClassName
{
color: #20C511;
}
.AnyTagClassName
{
color: #20C511;
}
</style>
background-color css
<style>
a { background-color: #20C511; }
a { background-color: rgb(32,197,17); }
div.DivClassName
{
background-color: #20C511;
}
.BgClassName
{
background-color: #20C511;
}
</style>
border-color css
<style>
span { border-color: #20C511; }
span { border-color: rgb(32,197,17); }
td.TdClassName
{
border-color: #20C511;
}
.TagClassName
{
border-color: #20C511;
}
</style>