crispedge.com

Color picker

Loading...

#0dff4e hex color - Green - Cool color - Information

#0dff4e hex color - Green - Cool color

Color Hue/Base color: Green

Hex #0dff4e Color code in RGB color code model is created after adding 5.1% red color, 100% green color and 30.59% blue color. Hex #0dff4e Color code in CMYK color (process color) code model is generated after subtraction of 95% cyan, 0% magenta, 69% yellow and 0% black.

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code0dff4e#0dff4e
RGB Decimal13, 255, 78rgb(13, 255, 78)
RGB Percent5%, 100%, 31%rgb(5%, 100%, 31%)
CSS RGBa13, 255, 78,1rgba(13,255,78,1)
CMYK Modelcmyk(95%,0%,69%,0%)
HSL Color Space136,100% ,53%hsl(136,100% ,53%)
HSV Color Space136°, 95%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000011011111111101001110
Octal15377116
Decimal1325578
Hex0dff4e

Different shades of #0dff4e color code.

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

Light Shade of #0dff4e
#40ff73
Dark Shade of #0dff4e
#00d93a
Saturated Shade of #0dff4e
#0dff4e
Desaturated Shade of #0dff4e
#19f354
Grey scale Shade of #0dff4e
#868686
Brighten Shade
#26ff67
Most Readable Shade
#000000

Shades of #0dff4e color code

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

#0dff4e
#0be245
#0ac63c
#08aa34
#078d2b
#057122
#04551a
#023811
#011c08
#000000

Similar Color like #0dff4e color

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

#0eff4f
#0fff50
#10ff51
#11ff52
#12ff53
#13ff54
#14ff55
#15ff56
#16ff57
#17ff58
#18ff59
#19ff5a
#1aff5b
#1bff5c
#0cfe4d
#0bfd4c
#0afc4b
#09fb4a
#08fa49
#07f948
#06f847
#05f746
#04f645
#03f544
#02f443
#01f342
#00f241
#00f140

Monochromatic Color with #0dff4e

#0dff4e
#022a0d
#04551a
#078027
#09aa34
#0bd441

Tints of #0dff4e Color

#0dff4e
#27ff61
#42ff75
#5dff89
#78ff9c
#93ffb0
#aeffc4
#c9ffd7
#e4ffeb
#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

#0dff4e
#ff0dbe

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

Split Complementary

#0dff4e
#c70dff
#ff0d45

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

Analogous Color

#2dff0d
#0dff1e
#0dff4e
#0dff7e
#0dffaf

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

#0dff4e
#4e0dff
#ff4e0d

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

#0dff4e
#0d45ff
#ff0dbe
#ffc70d

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

#0dff4e
#ff0dbe
#ff0d45
#0dffc7

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 #0dff4e 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.

#0dff4e Color Code Preview on Black Background Color

This is how #0dff4e Color will look on black background color. Color contrast ratio is 15.43

#0dff4e in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#0dff4e color code is use for CSS Background Color

Background color for the above div is #0dff4e

HTML with inline CSS

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

#0dff4e color code is use for CSS Border Color

CSS Border color for the above div is #0dff4e

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#0dff4e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0dff4e Color code Preview on White Background

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

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.