crispedge.com

Color picker

Loading...

#3ddc2d hex color - Green - Cool color - Information

#3ddc2d hex color - Green - Cool color

Color Hue/Base color: Green

Hex #3ddc2d Color code in RGB color code model is created after adding 23.92% red color, 86.27% green color and 17.65% blue color. Hex #3ddc2d Color code in CMYK color (process color) code model is generated after subtraction of 72% cyan, 0% magenta, 80% yellow and 14% black.

Hex #3ddc2d color code is between #44dd33 web safe hex color code and #33cc22 web safe hex color code. #44dd33 is the nearest web safe color code. You can see here many more shades of #3ddc2d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code3ddc2d#3ddc2d
RGB Decimal61, 220, 45rgb(61, 220, 45)
RGB Percent24%, 86%, 18%rgb(24%, 86%, 18%)
CSS RGBa61, 220, 45,1rgba(61,220,45,1)
CMYK Modelcmyk(72%,0%,80%,14%)
HSL Color Space115,71% ,52%hsl(115,71% ,52%)
HSV Color Space115°, 80%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001111011101110000101101
Octal7533455
Decimal6122045
Hex3ddc2d

Different shades of #3ddc2d color code.

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

Light Shade of #3ddc2d
#65e359
Dark Shade of #3ddc2d
#2db71f
Saturated Shade of #3ddc2d
#33e821
Desaturated Shade of #3ddc2d
#47d039
Grey scale Shade of #3ddc2d
#848484
Brighten Shade
#56f546
Most Readable Shade
#000000

Shades of #3ddc2d color code

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

#3ddc2d
#36c328
#2fab23
#28921e
#217a19
#1b6114
#14490f
#0d300a
#061805
#000000

Similar Color like #3ddc2d color

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

#3edd2e
#3fde2f
#40df30
#41e031
#42e132
#43e233
#44e334
#45e435
#46e536
#47e637
#48e738
#49e839
#4ae93a
#4bea3b
#3cdb2c
#3bda2b
#3ad92a
#39d829
#38d728
#37d627
#36d526
#35d425
#34d324
#33d223
#32d122
#31d021
#30cf20
#2fce1f

Monochromatic Color with #3ddc2d

#3ddc2d
#020702
#0e320a
#1a5c13
#25871c
#31b124

Tints of #3ddc2d Color

#3ddc2d
#52df44
#68e35b
#7de773
#93eb8a
#a8efa1
#bef3b9
#d3f7d0
#e9fbe7
#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

#3ddc2d
#cc2ddc

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

Split Complementary

#3ddc2d
#752ddc
#dc2d94

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

Analogous Color

#83dc2d
#60dc2d
#3ddc2d
#2ddc40
#2ddc63

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

#3ddc2d
#2d3ddc
#dc2d3d

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

#3ddc2d
#2d94dc
#cc2ddc
#dc742d

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

#3ddc2d
#cc2ddc
#dc2d94
#2ddc75

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 #3ddc2d 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.

#3ddc2d Color Code Preview on Black Background Color

This is how #3ddc2d Color will look on black background color. Color contrast ratio is 11.47

#3ddc2d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #3ddc2d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #3ddc2d

#3ddc2d color code is use for CSS Background Color

Background color for the above div is #3ddc2d

HTML with inline CSS

<div style="background-color:#3ddc2d;"></div>

#3ddc2d color code is use for CSS Border Color

CSS Border color for the above div is #3ddc2d

HTML with inline CSS

<div style="border:5px solid #3ddc2d;"></div>

CSS Border Left color for the above div is #3ddc2d

HTML with inline CSS

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

CSS Border Right color for the above div is #3ddc2d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #3ddc2d

HTML with inline CSS

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

CSS Border Top color for the above div is #3ddc2d

HTML with inline CSS

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

#3ddc2d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#3ddc2d Color code Preview on White Background

This is how #3ddc2d Color code will look on white background color. Color contrast ratio is 1.83

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

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(61,220,45,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(204,45,220,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(61,220,45,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.