Shades of Lime Green #20B917
Tints of Lime Green #20B917
RGB
CMYK
RGB Variations
Color information
#20B917 (or 0x20B917) is known color: Lime Green. HEX triplet: 20, B9 and 17. RGB value is (32,185,23). Sum of RGB (Red+Green+Blue) = 32+185+23=240 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.33% from 240); Green value is 185 (72.66% from 255 or 77.08% from 240); Blue value is 23 (9.38% from 255 or 9.58% from 240); Max value from RGB is 185 - color contains mainly: green. Hex color #20B917 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20B917 is #DF46E8. Grayscale: #797979. Windows color (decimal): -14632681 or 1554720. OLE color: 1554720.
HSL color Cylindrical-coordinate representation of color #20B917: hue angle of 116.67º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #20B917 is Cyan = 0.83, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 32 | 185 | 23 | - |
| CMYK | 0.83 | 0 | 0.88 | 0.27 |
| HSL | 116.67º | 0.78% | 0.41% | - |
| HSV(B) | 116.67º | 0.88% | 0.73% | - |
| XYZ | 18.1 | 35.07 | 6.63 | - |
| YUV | 120.79 | 72.81 | 64.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 185 | 23 | 0.83 | 0 | 0.88 | 0.27 | 116.67 | 0.78 | 0.41 |
| Hex | 20 | B9 | 17 | 53 | 0 | 58 | 1B | 75 | 4E | 29 |
| Octal | 40 | 271 | 27 | 123 | 0 | 130 | 33 | 165 | 116 | 51 |
| Binary | 100000 | 10111001 | 10111 | 1010011 | 0 | 1011000 | 11011 | 1110101 | 1001110 | 101001 |
Color Harmonies of #20B917
Complementary color
Monochromatic Colors of #20B917
Black with #20B917
Text Example
Text Example
White with #20B917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B917; }
p { color: rgb(32,185,23); }
H1.HeaderClassName
{
color: #20B917;
}
.AnyTagClassName
{
color: #20B917;
}
</style>
background-color css
<style>
a { background-color: #20B917; }
a { background-color: rgb(32,185,23); }
div.DivClassName
{
background-color: #20B917;
}
.BgClassName
{
background-color: #20B917;
}
</style>
border-color css
<style>
span { border-color: #20B917; }
span { border-color: rgb(32,185,23); }
td.TdClassName
{
border-color: #20B917;
}
.TagClassName
{
border-color: #20B917;
}
</style>