The background-color property specifies the color of the background.
p {background-color: 00FF00;}
Green Background
p {background-color: red;}
Red Background