crispedge.com

Color picker

Loading...

#2eda4b hex color - Green - Cool color - Information

#2eda4b hex color - Green - Cool color

Color Hue/Base color: Green

Hex #2eda4b Color code in RGB color code model is created after adding 18.04% red color, 85.49% green color and 29.41% blue color. Hex #2eda4b Color code in CMYK color (process color) code model is generated after subtraction of 79% cyan, 0% magenta, 66% yellow and 15% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code2eda4b#2eda4b
RGB Decimal46, 218, 75rgb(46, 218, 75)
RGB Percent18%, 85%, 29%rgb(18%, 85%, 29%)
CSS RGBa46, 218, 75,1rgba(46,218,75,1)
CMYK Modelcmyk(79%,0%,66%,15%)
HSL Color Space130,70% ,52%hsl(130,70% ,52%)
HSV Color Space130°, 79%, 85%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001011101101101001001011
Octal56332113
Decimal4621875
Hex2eda4b

Different shades of #2eda4b color code.

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

Light Shade of #2eda4b
#59e270
Dark Shade of #2eda4b
#20b539
Saturated Shade of #2eda4b
#22e643
Desaturated Shade of #2eda4b
#3ace53
Grey scale Shade of #2eda4b
#848484
Brighten Shade
#47f364
Most Readable Shade
#000000

Shades of #2eda4b color code

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

#2eda4b
#28c142
#23a93a
#1e9132
#197929
#146021
#0f4819
#0a3010
#051808
#000000

Similar Color like #2eda4b color

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

#2fdb4c
#30dc4d
#31dd4e
#32de4f
#33df50
#34e051
#35e152
#36e253
#37e354
#38e455
#39e556
#3ae657
#3be758
#3ce859
#2dd94a
#2cd849
#2bd748
#2ad647
#29d546
#28d445
#27d344
#26d243
#25d142
#24d041
#23cf40
#22ce3f
#21cd3e
#20cc3d

Monochromatic Color with #2eda4b

#2eda4b
#010502
#0a3011
#135a1f
#1c852e
#25af3c

Tints of #2eda4b Color

#2eda4b
#45de5f
#5ce273
#73e687
#8aea9b
#a2eeaf
#b9f2c3
#d0f6d7
#e7faeb
#ffffff

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

#2eda4b
#da2ebd

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

Split Complementary

#2eda4b
#a12eda
#da2e67

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

Analogous Color

#56da2e
#33da2e
#2eda4b
#2eda6d
#2eda90

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

#2eda4b
#4b2eda
#da4b2e

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

#2eda4b
#2e67da
#da2ebd
#daa12e

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

Double Complementary Color

#2eda4b
#da2ebd
#da2e67
#2edaa1

Double Complementary 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).

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

#2eda4b Color Code Preview on Black Background Color

This is how #2eda4b Color will look on black background color. Color contrast ratio is 11.25

#2eda4b in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#2eda4b color code is use for CSS Background Color

Background color for the above div is #2eda4b

HTML with inline CSS

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

#2eda4b color code is use for CSS Border Color

CSS Border color for the above div is #2eda4b

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#2eda4b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#2eda4b Color code Preview on White Background

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

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(46,218,75,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(218,46,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(46,218,75,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.