Skip to main content Skip to docs navigation

#2ce015 hex color | Download Dark Green BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Vivid Green and its hex is #2FEF10 Nearest Color Name

Color Hue/Base color: Green

Hex #2ce015 Color code in RGB color code model is created after adding 17.25% red color, 87.84% green color and 8.24% blue color. Hex #2ce015 Color code in CMYK color (process color) code model is generated after subtraction of 80% cyan, 0% magenta, 91% yellow and 12.16% black.

Hex #2ce015 color code is between #33dd11 web safe hex color code and #22ee22 web safe hex color code. #33dd11 is the nearest web safe color code. You can see here many more shades of #2ce015 color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 2ce015 #2ce015
RGB Decimal 44, 224, 21 44, 224, 21
RGB Percent 17%, 88%, 8% rgb(17%, 88%, 8%)
CSS RGBa 44, 224, 21,1 rgba(44,224,21,1)
CMYK Model cmyk(80%,0%,91%,12.16%)
HSL Color Space 113,83% ,48% hsl(113,83% ,48%)
HSV Color Space 113°, 91%, 88%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00101100 11100000 00010101
Octal 54 340 25
Decimal 44 224 21
Hex 2c e0 15

Different shades of #2ce015 color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #2ce015
#115408
Darker of #2ce015
#1a830c
Dark of #2ce015
#23b111
Base of #2ce015
#2ce015
Light of #2ce015
#4fed3b
Lighter
#79f16a
Lightest
#a3f599

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#2ce015
#c915e0

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#2ce015
#6315e0
#e01592

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#a2e015
#81e015
#2ce015
#15e042
#15e096

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#2ce015
#e0152c
#152ce0

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#2ce015
#152ce0
#c915e0
#e0c915

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#2ce015
#1592e0
#c915e0
#e06315

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #2ce015

#072504
#115408
#1a830c
#23b111
#2ce015
#4fed3b
#79f16a
#a3f599
#cdfac7

Tints of #2ce015 Color

#2ce015
#43e32f
#5ae649
#72ea63
#89ed7d
#a1f197
#b8f4b1
#d0f8cb
#e7fbe5
#ffffff

Shades of #2ce015 color code

Generate more color scales with scales (color stack) generator.

#2ce015
#27c712
#22ae10
#1d950e
#187c0b
#136309
#0e4a07
#093104
#041802
#000000

Tones

#2ce015
#3fc82d
#52af46
#65975e
#787e77

Tones

Similar Color like #2ce015 color

Find visually similar hex color codes nearing to #2ce015 hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#2de116
#2ee217
#2fe318
#30e419
#31e51a
#32e61b
#33e71c
#34e81d
#35e91e
#36ea1f
#37eb20
#38ec21
#39ed22
#3aee23
#2bdf14
#2ade13
#29dd12
#28dc11
#27db10
#26da0f
#25d90e
#24d80d
#23d70c
#22d60b
#21d50a
#20d409
#1fd308
#1ed207

Download this Dark Green

Hex #2ce015 Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#2ce015 Color Code Preview on Black Background Color

This is how #2ce015 Color will look on black background color. Color contrast ratio is 11.78

#2ce015 in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#2ce015">Your Example Paragraph content text in with font color #2ce015 </p>

Your Example Paragraph content text in with font color #2ce015

HTML with inline CSS

<div style="color:#2ce015">Your Paragraph text in with font color #2ce015 </div>

Your Example Paragraph content text in with font color #2ce015

#2ce015 color code is use for CSS Background Color

Background color for the above div is #2ce015

HTML with inline CSS

<div style="background-color:#2ce015;"></div>

#2ce015 color code is use for CSS Border Color

CSS Border color for the above div is #2ce015

HTML with inline CSS

<div style="border:5px solid #2ce015;"></div>

CSS Border Left color for the above div is #2ce015

HTML with inline CSS

<div style="border-left:5px solid #2ce015;"></div>

CSS Border Right color for the above div is #2ce015

HTML with inline CSS

<div style="border-right:5px solid #2ce015;"></div>

CSS Border Bottom color for the above div is #2ce015

HTML with inline CSS

<div style="border-bottom:5px solid #2ce015;"></div>

CSS Border Top color for the above div is #2ce015

HTML with inline CSS

<div style="border-top:5px solid #2ce015;"></div>

#2ce015 hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#2ce015; } .examplecolorclass {color:#2ce015; } .examplebordercolor {border:3px solid #2ce015; }

#2ce015 Color code Preview on White Background

This is how #2ce015 Color code will look on white background color. Color contrast ratio is 1.78

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #2ce015; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #2ce015; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(44,224,21,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(201,21,224,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(44,224,21,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }