CSS precedence for inline-style

Is this the right way for inline-style(written at end) ? Because the background color is not taking precedence over the one defined in div selector declared in css file ?

    <div style="background-color:chartreus ; font-size: 50px" class="cl2" id="id4">Div 4</div>

Typo: Use “chartreuse” instead of “chartreus”