Skip to main content Skip to docs navigation

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

#38dc1e hex color - Green - Cool color

On this page
@
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 Hue/Base color: Green

Hex #38dc1e Color code in RGB color code model is created after adding 21.96% red color, 86.27% green color and 11.76% blue color. Hex #38dc1e Color code in CMYK color (process color) code model is generated after subtraction of 75% cyan, 0% magenta, 86% yellow and 13.73% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code 38dc1e #38dc1e
RGB Decimal 56, 220, 30 rgb(56, 220, 30)
RGB Percent 22%, 86%, 12% rgb(22%, 86%, 12%)
CSS RGBa 56, 220, 30,1 rgba(56,220,30,1)
CMYK Model cmyk(75%,0%,86%,13.73%)
HSL Color Space 112,76% ,49% hsl(112,76% ,49%)
HSV Color Space 112°, 86%, 86%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00111000 11011100 00011110
Octal 70 334 36
Decimal 56 220 30
Hex 38 dc 1e

Different shades of #38dc1e color code.

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

Light Shade of #38dc1e
#5de647
Dark Shade of #38dc1e
#2daf18
Saturated Shade of #38dc1e
#2fe811
Desaturated Shade of #38dc1e
#41cf2a
Grey scale Shade of #38dc1e
#7d7d7d
Brighten Shade
#51f537
Most Readable Shade
#000000

Shades of #38dc1e color code

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

#38dc1e
#31c31a
#2bab17
#259214
#1f7a10
#18610d
#12490a
#0c3006
#061803
#000000

Similar Color like #38dc1e color

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

#39dd1f
#3ade20
#3bdf21
#3ce022
#3de123
#3ee224
#3fe325
#40e426
#41e527
#42e628
#43e729
#44e82a
#45e92b
#46ea2c
#37db1d
#36da1c
#35d91b
#34d81a
#33d719
#32d618
#31d517
#30d416
#2fd315
#2ed214
#2dd113
#2cd012
#2bcf11
#2ace10

Monochromatic Color with #38dc1e

#38dc1e
#020701
#0d3207
#185c0d
#228712
#2db118

Tints of #38dc1e Color

#38dc1e
#4edf37
#64e350
#7ae769
#90eb82
#a6ef9b
#bcf3b4
#d2f7cd
#e8fbe6
#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

#38dc1e
#c21edc

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

Split Complementary

#38dc1e
#631edc
#dc1e97

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

Analogous Color

#84dc1e
#5edc1e
#38dc1e
#1edc2a
#1edc50

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

#38dc1e
#1e38dc
#dc1e38

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

#38dc1e
#1e97dc
#c21edc
#dc631e

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

#38dc1e
#c21edc
#dc1e97
#1edc63

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

#38dc1e Color Code Preview on Black Background Color

This is how #38dc1e Color will look on black background color. Color contrast ratio is 11.42

#38dc1e in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#38dc1e color code is use for CSS Background Color

Background color for the above div is #38dc1e

HTML with inline CSS

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

#38dc1e color code is use for CSS Border Color

CSS Border color for the above div is #38dc1e

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#38dc1e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#38dc1e Color code Preview on White Background

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

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

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,220,30,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(194,30,220,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(56,220,30,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.


Fatal error: Uncaught Error: Undefined constant "GETPOSTTYPE" in /var/www/html/ce/wp-content/themes/crispedge/footer.php:18 Stack trace: #0 /var/www/html/ce/wp-includes/template.php(810): require_once() #1 /var/www/html/ce/wp-includes/template.php(745): load_template() #2 /var/www/html/ce/wp-includes/general-template.php(92): locate_template() #3 /var/www/html/ce/wp-content/themes/crispedge/page-color.php(1495): get_footer() #4 /var/www/html/ce/wp-includes/template-loader.php(106): include('...') #5 /var/www/html/ce/wp-blog-header.php(19): require_once('...') #6 /var/www/html/ce/index.php(17): require('...') #7 {main} thrown in /var/www/html/ce/wp-content/themes/crispedge/footer.php on line 18