Skip to main content Skip to docs navigation

#2db149 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 Vitalize and its hex is #2AAA45 Nearest Color Name

Color Hue/Base color: Green

Hex #2db149 Color code in RGB color code model is created after adding 17.65% red color, 69.41% green color and 28.63% blue color. Hex #2db149 Color code in CMYK color (process color) code model is generated after subtraction of 75% cyan, 0% magenta, 59% yellow and 30.59% black.

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

RGB Chart

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

Color Table

Hex Color Code 2db149 #2db149
RGB Decimal 45, 177, 73 45, 177, 73
RGB Percent 18%, 69%, 29% rgb(18%, 69%, 29%)
CSS RGBa 45, 177, 73,1 rgba(45,177,73,1)
CMYK Model cmyk(75%,0%,59%,30.59%)
HSL Color Space 133,59% ,44% hsl(133,59% ,44%)
HSV Color Space 133°, 75%, 69%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00101101 10110001 01001001
Octal 55 261 111
Decimal 45 177 73
Hex 2d b1 49

Different shades of #2db149 color code.

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

Darkest of #2db149
#0e3717
Darker of #2db149
#186027
Dark of #2db149
#238838
Base of #2db149
#2db149
Light of #2db149
#42cf60
Lighter
#6bd982
Lightest
#93e4a4

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

#2db149
#b12d95

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

Split Complementary

#2db149
#8b2db1
#b12d53

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

Analogous Color

#5eb12d
#48b12d
#2db149
#2db175
#2db1ac

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

#2db149
#b1492d
#492db1

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

#2db149
#492db1
#b12d95
#95b12d

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

#2db149
#2d53b1
#b12d95
#b18b2d

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 #2db149

#040e06
#0e3717
#186027
#238838
#2db149
#42cf60
#6bd982
#93e4a4
#bceec7

Tints of #2db149 Color

#2db149
#44b95d
#5bc271
#73cb85
#8ad399
#a1dcae
#b9e5c2
#d0edd6
#e7f6ea
#ffffff

Shades of #2db149 color code

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

#2db149
#289d40
#238938
#1e7630
#196228
#144e20
#0f3b18
#0a2710
#051308
#000000

Tones

#2db149
#439b56
#598563
#6f6f6f
#6f6f6f

Tones

Similar Color like #2db149 color

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

#2eb24a
#2fb34b
#30b44c
#31b54d
#32b64e
#33b74f
#34b850
#35b951
#36ba52
#37bb53
#38bc54
#39bd55
#3abe56
#3bbf57
#2cb048
#2baf47
#2aae46
#29ad45
#28ac44
#27ab43
#26aa42
#25a941
#24a840
#23a73f
#22a63e
#21a53d
#20a43c
#1fa33b

Download this Dark Green

Hex #2db149 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.

#2db149 Color Code Preview on Black Background Color

This is how #2db149 Color will look on black background color. Color contrast ratio is 7.50

#2db149 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#2db149 color code is use for CSS Background Color

Background color for the above div is #2db149

HTML with inline CSS

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

#2db149 color code is use for CSS Border Color

CSS Border color for the above div is #2db149

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#2db149 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#2db149 Color code Preview on White Background

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

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 #2db149; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #2db149; }

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(45,177,73,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(177,45,149,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(45,177,73,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }