Shades of Lime Green #20B617
Tints of Lime Green #20B617
RGB
CMYK
RGB Variations
Color information
#20B617 (or 0x20B617) is known color: Lime Green. HEX triplet: 20, B6 and 17. RGB value is (32,182,23). Sum of RGB (Red+Green+Blue) = 32+182+23=237 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.50% from 237); Green value is 182 (71.48% from 255 or 76.79% from 237); Blue value is 23 (9.38% from 255 or 9.70% from 237); Max value from RGB is 182 - color contains mainly: green. Hex color #20B617 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20B617 is #DF49E8. Grayscale: #777777. Windows color (decimal): -14633449 or 1553952. OLE color: 1553952.
HSL color Cylindrical-coordinate representation of color #20B617: hue angle of 116.6º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #20B617 is Cyan = 0.82, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 182 | 23 | - |
| CMYK | 0.82 | 0 | 0.87 | 0.29 |
| HSL | 116.6º | 0.78% | 0.4% | - |
| HSV(B) | 116.6º | 0.87% | 0.71% | - |
| XYZ | 17.48 | 33.82 | 6.42 | - |
| YUV | 119.02 | 73.81 | 65.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 182 | 23 | 0.82 | 0 | 0.87 | 0.29 | 116.6 | 0.78 | 0.4 |
| Hex | 20 | B6 | 17 | 52 | 0 | 57 | 1D | 75 | 4E | 28 |
| Octal | 40 | 266 | 27 | 122 | 0 | 127 | 35 | 165 | 116 | 50 |
| Binary | 100000 | 10110110 | 10111 | 1010010 | 0 | 1010111 | 11101 | 1110101 | 1001110 | 101000 |
Color Harmonies of #20B617
Complementary color
Monochromatic Colors of #20B617
Black with #20B617
Text Example
Text Example
White with #20B617
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20B617; }
p { color: rgb(32,182,23); }
H1.HeaderClassName
{
color: #20B617;
}
.AnyTagClassName
{
color: #20B617;
}
</style>
background-color css
<style>
a { background-color: #20B617; }
a { background-color: rgb(32,182,23); }
div.DivClassName
{
background-color: #20B617;
}
.BgClassName
{
background-color: #20B617;
}
</style>
border-color css
<style>
span { border-color: #20B617; }
span { border-color: rgb(32,182,23); }
td.TdClassName
{
border-color: #20B617;
}
.TagClassName
{
border-color: #20B617;
}
</style>