Edit in JSFiddle

TweenLite.to($("div"), 3, {backgroundColor:"#00ff00"});
<div></div>
div{
  width:30px;
  height:30px;
  background-color:#000;
}