Skip to main content Skip to docs navigation

#0dec63 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 Mike Wazowski Green and its hex is #11EE55 Nearest Color Name

Color Hue/Base color: Green

Hex #0dec63 Color code in RGB color code model is created after adding 5.1% red color, 92.55% green color and 38.82% blue color. Hex #0dec63 Color code in CMYK color (process color) code model is generated after subtraction of 94% cyan, 0% magenta, 58% yellow and 7.45% black.

Hex #0dec63 color code is between #11ee66 web safe hex color code and #00dd55 web safe hex color code. #11ee66 is the nearest web safe color code. You can see here many more shades of #0dec63 color code.

RGB Chart

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

Color Table

Hex Color Code 0dec63 #0dec63
RGB Decimal 13, 236, 99 13, 236, 99
RGB Percent 5%, 93%, 39% rgb(5%, 93%, 39%)
CSS RGBa 13, 236, 99,1 rgba(13,236,99,1)
CMYK Model cmyk(94%,0%,58%,7.45%)
HSL Color Space 143,90% ,49% hsl(143,90% ,49%)
HSV Color Space 143°, 94%, 93%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00001101 11101100 01100011
Octal 15 354 143
Decimal 13 236 99
Hex 0d ec 63

Different shades of #0dec63 color code.

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

Darkest of #0dec63
#055b26
Darker of #0dec63
#088b3a
Dark of #0dec63
#0abc4f
Base of #0dec63
#0dec63
Light of #0dec63
#38f480
Lighter
#68f79f
Lightest
#99f9be

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

#0dec63
#ec0d96

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

Split Complementary

#0dec63
#d20dec
#ec0d26

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

Analogous Color

#39ec0d
#14ec0d
#0dec63
#0decad
#0dceec

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

#0dec63
#ec630d
#630dec

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

#0dec63
#630dec
#ec0d96
#96ec0d

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

#0dec63
#0d26ec
#ec0d96
#ecd20d

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 #0dec63

#022b12
#055b26
#088b3a
#0abc4f
#0dec63
#38f480
#68f79f
#99f9be
#c9fcdd

Tints of #0dec63 Color

#0dec63
#27ee74
#42f085
#5df297
#78f4a8
#93f6b9
#aef8cb
#c9fadc
#e4fced
#ffffff

Shades of #0dec63 color code

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

#0dec63
#0bd158
#0ab74d
#089d42
#078337
#05682c
#044e21
#023416
#011a0b
#000000

Tones

#0dec63
#26d369
#3fba6e
#58a174
#71887a

Tones

Similar Color like #0dec63 color

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

#0eed64
#0fee65
#10ef66
#11f067
#12f168
#13f269
#14f36a
#15f46b
#16f56c
#17f66d
#18f76e
#19f86f
#1af970
#1bfa71
#0ceb62
#0bea61
#0ae960
#09e85f
#08e75e
#07e65d
#06e55c
#05e45b
#04e35a
#03e259
#02e158
#01e057
#00df56
#00de55

Download this Dark Green

Hex #0dec63 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.

#0dec63 Color Code Preview on Black Background Color

This is how #0dec63 Color will look on black background color. Color contrast ratio is 13.20

#0dec63 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0dec63

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0dec63

#0dec63 color code is use for CSS Background Color

Background color for the above div is #0dec63

HTML with inline CSS

<div style="background-color:#0dec63;"></div>

#0dec63 color code is use for CSS Border Color

CSS Border color for the above div is #0dec63

HTML with inline CSS

<div style="border:5px solid #0dec63;"></div>

CSS Border Left color for the above div is #0dec63

HTML with inline CSS

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

CSS Border Right color for the above div is #0dec63

HTML with inline CSS

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

CSS Border Bottom color for the above div is #0dec63

HTML with inline CSS

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

CSS Border Top color for the above div is #0dec63

HTML with inline CSS

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

#0dec63 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0dec63 Color code Preview on White Background

This is how #0dec63 Color code will look on white background color. Color contrast ratio is 1.59

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

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