Shades of Lime Green #20C017
Tints of Lime Green #20C017
RGB
CMYK
RGB Variations
Color information
#20C017 (or 0x20C017) is known color: Lime Green. HEX triplet: 20, C0 and 17. RGB value is (32,192,23). Sum of RGB (Red+Green+Blue) = 32+192+23=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 192 (75.39% from 255 or 77.73% from 247); Blue value is 23 (9.38% from 255 or 9.31% from 247); Max value from RGB is 192 - color contains mainly: green. Hex color #20C017 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20C017 is #DF3FE8. Grayscale: #7D7D7D. Windows color (decimal): -14630889 or 1556512. OLE color: 1556512.
HSL color Cylindrical-coordinate representation of color #20C017: hue angle of 116.8º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #20C017 is Cyan = 0.83, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 192 | 23 | - |
| CMYK | 0.83 | 0 | 0.88 | 0.25 |
| HSL | 116.8º | 0.79% | 0.42% | - |
| HSV(B) | 116.8º | 0.88% | 0.75% | - |
| XYZ | 19.6 | 38.07 | 7.13 | - |
| YUV | 124.89 | 70.49 | 61.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 192 | 23 | 0.83 | 0 | 0.88 | 0.25 | 116.8 | 0.79 | 0.42 |
| Hex | 20 | C0 | 17 | 53 | 0 | 58 | 19 | 75 | 4F | 2A |
| Octal | 40 | 300 | 27 | 123 | 0 | 130 | 31 | 165 | 117 | 52 |
| Binary | 100000 | 11000000 | 10111 | 1010011 | 0 | 1011000 | 11001 | 1110101 | 1001111 | 101010 |
Color Harmonies of #20C017
Complementary color
Monochromatic Colors of #20C017
Black with #20C017
Text Example
Text Example
White with #20C017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20C017; }
p { color: rgb(32,192,23); }
H1.HeaderClassName
{
color: #20C017;
}
.AnyTagClassName
{
color: #20C017;
}
</style>
background-color css
<style>
a { background-color: #20C017; }
a { background-color: rgb(32,192,23); }
div.DivClassName
{
background-color: #20C017;
}
.BgClassName
{
background-color: #20C017;
}
</style>
border-color css
<style>
span { border-color: #20C017; }
span { border-color: rgb(32,192,23); }
td.TdClassName
{
border-color: #20C017;
}
.TagClassName
{
border-color: #20C017;
}
</style>