Gradient Arctic Lime

Gradient and text preview:

This paragraph uses color with hex code B2E100. Color of text is in garmony with gradient primary color D0FF14.

Stat info: Views 1210 Like 1

Used color codes:

Item Demo HEX code RGB code
Primary color #D0FF14 208.255.20
Secondary color #C1F005 193.240.5
Border color #B2E100 178.225.0
Box shadow color #DFFF23 223.255.35
Text color 1234567890 #B2E100 178.225.0

CSS3 styles:

background: #D0FF14;
color: #B2E100;
background: linear-gradient(to bottom, #D0FF14 0%, #C1F005 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #D0FF14), color-stop(100%, #C1F005));
background: -webkit-linear-gradient(top, #D0FF14 0%, #C1F005 100%);
background: -moz-linear-gradient(top, #D0FF14 0%, #C1F005 100%);
background: -o-linear-gradient(top, #D0FF14 0%, #C1F005 100%);
background: -ms-linear-gradient(top, #D0FF14 0%, #C1F005 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D0FF14', endColorstr='#C1F005', GradientType=0);
border: 1px solid #B2E100;
text-shadow: 0 1px 0 #DFFF23;
-webkit-text-shadow: 0 1px 0 #DFFF23;
-moz-text-shadow: 0 1px 0 #DFFF23;
box-shadow: inset 0 1px 0 #DFFF23;
-webkit-box-shadow: inset 0 1px 0 #DFFF23;
-moz-box-shadow: inset 0 1px 0 #DFFF23;
Content has been copied to clipboard. Content has not been copied. Press "Ctrl + C" to copy.