<title>My Example</title>
border: thin solid black;
outline-color: limegreen;
outline: 5px dotted gold;
<div>Default color. If the outline's color hasn't been explicity set, it uses <code>currentColor</code> (the value of the <code>color</code> property).</div>
<div class="a">This box's outline color has been explicity set.</div>
<div class="b">This box has had its outline properties set using the <code>outline</code> shorthand property.</div>