Skip to main content Skip to docs navigation

#03e428 hex color | Download Dark Green BG image | Information

Color Picker

@
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 Info

Woow we have a nearby visually matching color name available. It's name is Acid Pool and its hex is #00EE22 Nearest Color Name

Color Hue/Base color: Green

Hex #03e428 Color code in RGB color code model is created after adding 1.18% red color, 89.41% green color and 15.69% blue color. Hex #03e428 Color code in CMYK color (process color) code model is generated after subtraction of 99% cyan, 0% magenta, 82% yellow and 10.59% black.

Hex #03e428 color code is between #00dd22 web safe hex color code and #00ee33 web safe hex color code. #00dd22 is the nearest web safe color code. You can see here many more shades of #03e428 color code.

RGB Chart

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

Color Table

Hex Color Code 03e428 #03e428
RGB Decimal 3, 228, 40 3, 228, 40
RGB Percent 1%, 89%, 16% rgb(1%, 89%, 16%)
CSS RGBa 3, 228, 40,1 rgba(3,228,40,1)
CMYK Model cmyk(99%,0%,82%,10.59%)
HSL Color Space 130,97% ,45% hsl(130,97% ,45%)
HSV Color Space 130°, 99%, 89%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00000011 11100100 00101000
Octal 3 344 50
Decimal 3 228 40
Hex 03 e4 28

Different shades of #03e428 color code.

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

Darkest of #03e428
#014d0e
Darker of #03e428
#027f16
Dark of #03e428
#02b21f
Base of #03e428
#03e428
Light of #03e428
#1efc42
Lighter
#50fd6d
Lightest
#83fd97

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

#03e428
#e403bf

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

Split Complementary

#03e428
#9803e4
#e4034e

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

Analogous Color

#61e403
#3ce403
#03e428
#03e473
#03e4d1

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

#03e428
#e42803
#2803e4

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

#03e428
#2803e4
#e403bf
#bfe403

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

Square Color

#03e428
#034ee4
#e403bf
#e49803

Square 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).

Monochromatic Color with #03e428

#001b05
#014d0e
#027f16
#02b21f
#03e428
#1efc42
#50fd6d
#83fd97
#b5fec1

Tints of #03e428 Color

#03e428
#1fe73f
#3bea57
#57ed6f
#73f087
#8ff39f
#abf6b7
#c7f9cf
#e3fce7
#ffffff

Shades of #03e428 color code

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

#03e428
#02ca23
#02b11f
#02981a
#017e16
#016511
#014c0d
#003208
#001904
#000000

Tones

#03e428
#1acd38
#31b647
#489f57
#5f8866

Tones

Similar Color like #03e428 color

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

#04e529
#05e62a
#06e72b
#07e82c
#08e92d
#09ea2e
#0aeb2f
#0bec30
#0ced31
#0dee32
#0eef33
#0ff034
#10f135
#11f236
#02e327
#01e226
#00e125
#00e024
#00df23
#00de22
#00dd21
#00dc20
#00db1f
#00da1e
#00d91d
#00d81c
#00d71b
#00d61a

Download this Dark Green

Hex #03e428 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.

#03e428 Color Code Preview on Black Background Color

This is how #03e428 Color will look on black background color. Color contrast ratio is 12.13

#03e428 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #03e428

HTML with inline CSS

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

Your Example Paragraph content text in with font color #03e428

#03e428 color code is use for CSS Background Color

Background color for the above div is #03e428

HTML with inline CSS

<div style="background-color:#03e428;"></div>

#03e428 color code is use for CSS Border Color

CSS Border color for the above div is #03e428

HTML with inline CSS

<div style="border:5px solid #03e428;"></div>

CSS Border Left color for the above div is #03e428

HTML with inline CSS

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

CSS Border Right color for the above div is #03e428

HTML with inline CSS

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

CSS Border Bottom color for the above div is #03e428

HTML with inline CSS

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

CSS Border Top color for the above div is #03e428

HTML with inline CSS

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

#03e428 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#03e428 Color code Preview on White Background

This is how #03e428 Color code will look on white background color. Color contrast ratio is 1.73

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(3,228,40,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(228,3,191,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(3,228,40,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }