Skip to main content Skip to docs navigation

#12e900 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 Squeeze Toy Alien and its hex is #11EE00 Nearest Color Name

Color Hue/Base color: Green

Hex #12e900 Color code in RGB color code model is created after adding 7.06% red color, 91.37% green color and 0% blue color. Hex #12e900 Color code in CMYK color (process color) code model is generated after subtraction of 92% cyan, 0% magenta, 100% yellow and 8.63% black.

Hex #12e900 color code is between #11ee00 web safe hex color code and #22dd00 web safe hex color code. #11ee00 is the nearest web safe color code. You can see here many more shades of #12e900 color code.

RGB Chart

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

Color Table

Hex Color Code 12e900 #12e900
RGB Decimal 18, 233, 0 18, 233, 0
RGB Percent 7%, 91%, 0% rgb(7%, 91%, 0%)
CSS RGBa 18, 233, 0,1 rgba(18,233,0,1)
CMYK Model cmyk(92%,0%,100%,8.63%)
HSL Color Space 115,100% ,46% hsl(115,100% ,46%)
HSV Color Space 115°, 100%, 91%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00010010 11101001 00000000
Octal 22 351 0
Decimal 18 233 0
Hex 12 e9 00

Different shades of #12e900 color code.

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

Darkest of #12e900
#065000
Darker of #12e900
#0a8300
Dark of #12e900
#0eb600
Base of #12e900
#12e900
Light of #12e900
#2eff1d
Lighter
#5eff50
Lightest
#8dff83

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

#12e900
#d700e9

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

Split Complementary

#12e900
#6200e9
#e90087

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

Analogous Color

#9ae900
#73e900
#12e900
#00e93c
#00e99d

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

#12e900
#e90012
#0012e9

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

#12e900
#0012e9
#d700e9
#e9d700

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

#12e900
#0087e9
#d700e9
#e96200

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 #12e900

#021d00
#065000
#0a8300
#0eb600
#12e900
#2eff1d
#5eff50
#8dff83
#bcffb6

Tints of #12e900 Color

#12e900
#2ceb1c
#46ed38
#61f055
#7bf271
#95f58d
#b0f7aa
#cafac6
#e4fce2
#ffffff

Shades of #12e900 color code

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

#12e900
#10cf00
#0eb500
#0c9b00
#0a8100
#086700
#064d00
#043300
#021900
#000000

Tones

#12e900
#26d217
#39ba2f
#4da346
#618c5d

Tones

Similar Color like #12e900 color

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

#13ea01
#14eb02
#15ec03
#16ed04
#17ee05
#18ef06
#19f007
#1af108
#1bf209
#1cf30a
#1df40b
#1ef50c
#1ff60d
#20f70e
#11e800
#10e700
#0fe600
#0ee500
#0de400
#0ce300
#0be200
#0ae100
#09e000
#08df00
#07de00
#06dd00
#05dc00
#04db00

Download this Dark Green

Hex #12e900 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.

#12e900 Color Code Preview on Black Background Color

This is how #12e900 Color will look on black background color. Color contrast ratio is 12.68

#12e900 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #12e900

HTML with inline CSS

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

Your Example Paragraph content text in with font color #12e900

#12e900 color code is use for CSS Background Color

Background color for the above div is #12e900

HTML with inline CSS

<div style="background-color:#12e900;"></div>

#12e900 color code is use for CSS Border Color

CSS Border color for the above div is #12e900

HTML with inline CSS

<div style="border:5px solid #12e900;"></div>

CSS Border Left color for the above div is #12e900

HTML with inline CSS

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

CSS Border Right color for the above div is #12e900

HTML with inline CSS

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

CSS Border Bottom color for the above div is #12e900

HTML with inline CSS

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

CSS Border Top color for the above div is #12e900

HTML with inline CSS

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

#12e900 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#12e900 Color code Preview on White Background

This is how #12e900 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 #12e900; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #12e900; }

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