crispedge.com

Color picker

Loading...

#38cc76 hex color - Green - Cool color - Information

#38cc76 hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #38cc76 Color code in RGB color code model is created after adding 21.96% red color, 80% green color and 46.27% blue color. Hex #38cc76 Color code in CMYK color (process color) code model is generated after subtraction of 73% cyan, 0% magenta, 42% yellow and 20% black.

Hex #38cc76 color code is between #33bb77 web safe hex color code and #44dd66 web safe hex color code. #33bb77 is the nearest web safe color code. You can see here many more shades of #38cc76 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code38cc76#38cc76
RGB Decimal56, 204, 118rgb(56, 204, 118)
RGB Percent22%, 80%, 46%rgb(22%, 80%, 46%)
CSS RGBa56, 204, 118,1rgba(56,204,118,1)
CMYK Modelcmyk(73%,0%,42%,20%)
HSL Color Space145,59% ,51%hsl(145,59% ,51%)
HSV Color Space145°, 73%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001110001100110001110110
Octal70314166
Decimal56204118
Hex38cc76

Different shades of #38cc76 color code.

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

Light Shade of #38cc76
#61d692
Dark Shade of #38cc76
#2ba65e
Saturated Shade of #38cc76
#2bd874
Desaturated Shade of #38cc76
#44bf78
Grey scale Shade of #38cc76
#828282
Brighten Shade
#51e58f
Most Readable Shade
#000000

Shades of #38cc76 color code

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

#38cc76
#31b568
#2b9e5b
#25884e
#1f7141
#185a34
#124427
#0c2d1a
#06160d
#000000

Similar Color like #38cc76 color

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

#39cd77
#3ace78
#3bcf79
#3cd07a
#3dd17b
#3ed27c
#3fd37d
#40d47e
#41d57f
#42d680
#43d781
#44d882
#45d983
#46da84
#37cb75
#36ca74
#35c973
#34c872
#33c771
#32c670
#31c56f
#30c46e
#2fc36d
#2ec26c
#2dc16b
#2cc06a
#2bbf69
#2abe68

Monochromatic Color with #38cc76

#38cc76
#44f68f
#092214
#154c2c
#217745
#2ca15d

Tints of #38cc76 Color

#38cc76
#4ed185
#64d794
#7adda3
#90e2b2
#a6e8c2
#bceed1
#d2f3e0
#e8f9ef
#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

#38cc76
#cc388e

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

Split Complementary

#38cc76
#c038cc
#cc3844

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

Analogous Color

#38cc3b
#38cc58
#38cc76
#38cc94
#38ccb1

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

#38cc76
#7638cc
#cc7638

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

#38cc76
#3844cc
#cc388e
#ccc038

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

#38cc76
#cc388e
#cc3844
#38ccc0

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 #38cc76 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.

#38cc76 Color Code Preview on Black Background Color

This is how #38cc76 Color will look on black background color. Color contrast ratio is 10.07

#38cc76 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #38cc76

HTML with inline CSS

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

Your Example Paragraph content text in with font color #38cc76

#38cc76 color code is use for CSS Background Color

Background color for the above div is #38cc76

HTML with inline CSS

<div style="background-color:#38cc76;"></div>

#38cc76 color code is use for CSS Border Color

CSS Border color for the above div is #38cc76

HTML with inline CSS

<div style="border:5px solid #38cc76;"></div>

CSS Border Left color for the above div is #38cc76

HTML with inline CSS

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

CSS Border Right color for the above div is #38cc76

HTML with inline CSS

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

CSS Border Bottom color for the above div is #38cc76

HTML with inline CSS

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

CSS Border Top color for the above div is #38cc76

HTML with inline CSS

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

#38cc76 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#38cc76 Color code Preview on White Background

This is how #38cc76 Color code will look on white background color. Color contrast ratio is 2.09

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

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(56,204,118,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(204,56,142,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(56,204,118,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.