HEX
#
RGB
HSL

#ADFF2F CSS / HTML Preview

Text with hexadecimal color #ADFF2F

This text has a font color of #ADFF2F.

<span style="color:#ADFF2F;">Your text here</span>
#ADFF2F border color

This element has a border color of #ADFF2F.

<div style="border:2px solid #ADFF2F;">Content here</div>
#ADFF2F background color

This paragraph has a background color of #ADFF2F.

<p style="background-color:#ADFF2F;">Content here</p>
CSS codes
.text {color:#ADFF2F;}
.background {background-color:#ADFF2F;}
.border {border:1px solid #ADFF2F;}