Shades of Lime Green #20BC17
Tints of Lime Green #20BC17
RGB
CMYK
RGB Variations
Color information
#20BC17 (or 0x20BC17) is known color: Lime Green. HEX triplet: 20, BC and 17. RGB value is (32,188,23). Sum of RGB (Red+Green+Blue) = 32+188+23=243 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.17% from 243); Green value is 188 (73.83% from 255 or 77.37% from 243); Blue value is 23 (9.38% from 255 or 9.47% from 243); Max value from RGB is 188 - color contains mainly: green. Hex color #20BC17 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20BC17 is #DF43E8. Grayscale: #7B7B7B. Windows color (decimal): -14631913 or 1555488. OLE color: 1555488.
HSL color Cylindrical-coordinate representation of color #20BC17: hue angle of 116.73º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #20BC17 is Cyan = 0.83, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 188 | 23 | - |
| CMYK | 0.83 | 0 | 0.88 | 0.26 |
| HSL | 116.73º | 0.78% | 0.41% | - |
| HSV(B) | 116.73º | 0.88% | 0.74% | - |
| XYZ | 18.73 | 36.34 | 6.84 | - |
| YUV | 122.55 | 71.82 | 63.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 188 | 23 | 0.83 | 0 | 0.88 | 0.26 | 116.73 | 0.78 | 0.41 |
| Hex | 20 | BC | 17 | 53 | 0 | 58 | 1A | 75 | 4E | 29 |
| Octal | 40 | 274 | 27 | 123 | 0 | 130 | 32 | 165 | 116 | 51 |
| Binary | 100000 | 10111100 | 10111 | 1010011 | 0 | 1011000 | 11010 | 1110101 | 1001110 | 101001 |
Color Harmonies of #20BC17
Complementary color
Monochromatic Colors of #20BC17
Black with #20BC17
Text Example
Text Example
White with #20BC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BC17; }
p { color: rgb(32,188,23); }
H1.HeaderClassName
{
color: #20BC17;
}
.AnyTagClassName
{
color: #20BC17;
}
</style>
background-color css
<style>
a { background-color: #20BC17; }
a { background-color: rgb(32,188,23); }
div.DivClassName
{
background-color: #20BC17;
}
.BgClassName
{
background-color: #20BC17;
}
</style>
border-color css
<style>
span { border-color: #20BC17; }
span { border-color: rgb(32,188,23); }
td.TdClassName
{
border-color: #20BC17;
}
.TagClassName
{
border-color: #20BC17;
}
</style>