Gradient Lime (Web) (X11 Green)

Gradient and text preview:

This paragraph uses color with hex code 00E100. Color of text is in garmony with gradient primary color 00FF00.

Stat info: Views 659 Like 0

Used color codes:

Item Demo HEX code RGB code
Primary color #00FF00 0.255.0
Secondary color #00F000 0.240.0
Border color #00E100 0.225.0
Box shadow color #0FFF0F 15.255.15
Text color 1234567890 #00E100 0.225.0

CSS3 styles:

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