Skip to main content Skip to docs navigation

#42e700 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 Nuclear Meltdown and its hex is #44EE00 Nearest Color Name

Color Hue/Base color: Green

Hex #42e700 Color code in RGB color code model is created after adding 25.88% red color, 90.59% green color and 0% blue color. Hex #42e700 Color code in CMYK color (process color) code model is generated after subtraction of 71% cyan, 0% magenta, 100% yellow and 9.41% black.

Hex #42e700 color code is between #44ee00 web safe hex color code and #33dd00 web safe hex color code. #44ee00 is the nearest web safe color code. You can see here many more shades of #42e700 color code.

RGB Chart

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

Color Table

Hex Color Code 42e700 #42e700
RGB Decimal 66, 231, 0 66, 231, 0
RGB Percent 26%, 91%, 0% rgb(26%, 91%, 0%)
CSS RGBa 66, 231, 0,1 rgba(66,231,0,1)
CMYK Model cmyk(71%,0%,100%,9.41%)
HSL Color Space 103,100% ,45% hsl(103,100% ,45%)
HSV Color Space 103°, 100%, 91%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01000010 11100111 00000000
Octal 102 347 0
Decimal 66 231 0
Hex 42 e7 00

Different shades of #42e700 color code.

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

Darkest of #42e700
#164e00
Darker of #42e700
#258100
Dark of #42e700
#33b400
Base of #42e700
#42e700
Light of #42e700
#5cff1b
Lighter
#81ff4e
Lightest
#a5ff81

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

#42e700
#a500e7

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

Split Complementary

#42e700
#3200e7
#e700b5

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

Analogous Color

#c9e700
#a2e700
#42e700
#00e70b
#00e76b

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

#42e700
#e70042
#0042e7

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

#42e700
#0042e7
#a500e7
#e7a500

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

#42e700
#00b5e7
#a500e7
#e73200

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 #42e700

#081b00
#164e00
#258100
#33b400
#42e700
#5cff1b
#81ff4e
#a5ff81
#c9ffb4

Tints of #42e700 Color

#42e700
#57e91c
#6cec38
#81ef55
#96f171
#abf48d
#c0f7aa
#d5f9c6
#eafce2
#ffffff

Shades of #42e700 color code

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

#42e700
#3acd00
#33b300
#2c9a00
#248000
#1d6600
#164d00
#0e3300
#071900
#000000

Tones

#42e700
#4cd017
#56b92e
#60a245
#6a8b5c

Tones

Similar Color like #42e700 color

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

#43e801
#44e902
#45ea03
#46eb04
#47ec05
#48ed06
#49ee07
#4aef08
#4bf009
#4cf10a
#4df20b
#4ef30c
#4ff40d
#50f50e
#41e600
#40e500
#3fe400
#3ee300
#3de200
#3ce100
#3be000
#3adf00
#39de00
#38dd00
#37dc00
#36db00
#35da00
#34d900

Download this Dark Green

Hex #42e700 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.

#42e700 Color Code Preview on Black Background Color

This is how #42e700 Color will look on black background color. Color contrast ratio is 12.66

#42e700 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #42e700

HTML with inline CSS

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

Your Example Paragraph content text in with font color #42e700

#42e700 color code is use for CSS Background Color

Background color for the above div is #42e700

HTML with inline CSS

<div style="background-color:#42e700;"></div>

#42e700 color code is use for CSS Border Color

CSS Border color for the above div is #42e700

HTML with inline CSS

<div style="border:5px solid #42e700;"></div>

CSS Border Left color for the above div is #42e700

HTML with inline CSS

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

CSS Border Right color for the above div is #42e700

HTML with inline CSS

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

CSS Border Bottom color for the above div is #42e700

HTML with inline CSS

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

CSS Border Top color for the above div is #42e700

HTML with inline CSS

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

#42e700 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#42e700 Color code Preview on White Background

This is how #42e700 Color code will look on white background color. Color contrast ratio is 1.66

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

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