crispedge.com

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

#2ed757 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #2ed757 Color code in RGB color code model is created after adding 18.04% red color, 84.31% green color and 34.12% blue color. Hex #2ed757 Color code in CMYK color (process color) code model is generated after subtraction of 79% cyan, 0% magenta, 60% yellow and 16% black.

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

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Code2ed757#2ed757
RGB Decimal46, 215, 87rgb(46, 215, 87)
RGB Percent18%, 84%, 34%rgb(18%, 84%, 34%)
CSS RGBa46, 215, 87,1rgba(46,215,87,1)
CMYK Modelcmyk(79%,0%,60%,16%)
HSL Color Space135,68% ,51%hsl(135,68% ,51%)
HSV Color Space135°, 79%, 84%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001011101101011101010111
Octal56327127
Decimal4621587
Hex2ed757

Different shades of #2ed757 color code.

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

Light Shade of #2ed757
#59df79
Dark Shade of #2ed757
#22b044
Saturated Shade of #2ed757
#22e351
Desaturated Shade of #2ed757
#3acb5d
Grey scale Shade of #2ed757
#828282
Brighten Shade
#47f070
Most Readable Shade
#000000

Shades of #2ed757 color code

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

#2ed757
#28bf4d
#23a743
#1e8f3a
#197730
#145f26
#0f471d
#0a2f13
#051709
#000000

Similar Color like #2ed757 color

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

#2fd858
#30d959
#31da5a
#32db5b
#33dc5c
#34dd5d
#35de5e
#36df5f
#37e060
#38e161
#39e262
#3ae363
#3be464
#3ce565
#2dd656
#2cd555
#2bd454
#2ad353
#29d252
#28d151
#27d050
#26cf4f
#25ce4e
#24cd4d
#23cc4c
#22cb4b
#21ca4a
#20c949

Monochromatic Color with #2ed757

#2ed757
#010201
#0a2d12
#135723
#1c8235
#25ac46

Tints of #2ed757 Color

#2ed757
#45db69
#5cdf7c
#73e48f
#8ae8a1
#a2edb4
#b9f1c7
#d0f6d9
#e7faec
#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

#2ed757
#d72eae

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

Split Complementary

#2ed757
#ac2ed7
#d72e5a

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

Analogous Color

#49d72e
#2ed735
#2ed757
#2ed779
#2ed79b

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

#2ed757
#572ed7
#d7572e

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

#2ed757
#2e59d7
#d72eae
#d7ab2e

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

#2ed757
#d72eae
#d72e5a
#2ed7ac

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 #2ed757 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.

#2ed757 Color Code Preview on Black Background Color

This is how #2ed757 Color will look on black background color. Color contrast ratio is 10.97

#2ed757 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#2ed757 color code is use for CSS Background Color

Background color for the above div is #2ed757

HTML with inline CSS

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

#2ed757 color code is use for CSS Border Color

CSS Border color for the above div is #2ed757

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#2ed757 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#2ed757 Color code Preview on White Background

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

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

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,215,87,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(215,46,174,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(46,215,87,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.

< /html>