For values that are negative in G and are now positive in L use the following as formula in conditional formatting (don't use $ so you paste format to the other cells in column L):
=E(G2<0;L2>0)
and format as you like
For the opposite use:
=E(G2>0;L2<0)
and use different format than above
If I understood correctly this should do the trick