crispedge.com

Color picker

Loading...

#01e008 hex color - Green - Cool color - Information

#01e008 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #01e008 Color code in RGB color code model is created after adding 0.39% red color, 87.84% green color and 3.14% blue color. Hex #01e008 Color code in CMYK color (process color) code model is generated after subtraction of 100% cyan, 0% magenta, 96% yellow and 12% black.

Hex #01e008 color code is between #00dd00 web safe hex color code and #00ee00 web safe hex color code. #00dd00 is the nearest web safe color code. You can see here many more shades of #01e008 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code01e008#01e008
RGB Decimal1, 224, 8rgb(1, 224, 8)
RGB Percent0%, 88%, 3%rgb(0%, 88%, 3%)
CSS RGBa1, 224, 8,1rgba(1,224,8,1)
CMYK Modelcmyk(100%,0%,96%,12%)
HSL Color Space122,99% ,44%hsl(122,99% ,44%)
HSV Color Space122°, 100%, 88%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000011110000000001000
Octal134010
Decimal12248
Hex01e008

Different shades of #01e008 color code.

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

Light Shade of #01e008
#16fe1d
Dark Shade of #01e008
#01ad06
Saturated Shade of #01e008
#00e107
Desaturated Shade of #01e008
#0cd513
Grey scale Shade of #01e008
#707070
Brighten Shade
#1af921
Most Readable Shade
#000000

Shades of #01e008 color code

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

#01e008
#00c707
#00ae06
#009505
#007c04
#006303
#004a02
#003101
#001800
#000000

Similar Color like #01e008 color

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

#02e109
#03e20a
#04e30b
#05e40c
#06e50d
#07e60e
#08e70f
#09e810
#0ae911
#0bea12
#0ceb13
#0dec14
#0eed15
#0fee16
#00df07
#00de06
#00dd05
#00dc04
#00db03
#00da02
#00d901
#00d800
#00d700
#00d600
#00d500
#00d400
#00d300
#00d200

Monochromatic Color with #01e008

#01e008
#000b00
#003602
#006003
#018b05
#01b506

Tints of #01e008 Color

#01e008
#1de323
#39e63e
#55ea5a
#71ed75
#8ef191
#aaf4ac
#c6f8c8
#e2fbe3
#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

#01e008
#e001d9

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

Split Complementary

#01e008
#7801e0
#e0016a

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

Analogous Color

#53e001
#27e001
#01e008
#01e035
#01e061

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

#01e008
#0801e0
#e00801

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

#01e008
#0169e0
#e001d9
#e07701

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

#01e008
#e001d9
#e0016a
#01e078

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 #01e008 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.

#01e008 Color Code Preview on Black Background Color

This is how #01e008 Color will look on black background color. Color contrast ratio is 11.67

#01e008 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #01e008

HTML with inline CSS

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

Your Example Paragraph content text in with font color #01e008

#01e008 color code is use for CSS Background Color

Background color for the above div is #01e008

HTML with inline CSS

<div style="background-color:#01e008;"></div>

#01e008 color code is use for CSS Border Color

CSS Border color for the above div is #01e008

HTML with inline CSS

<div style="border:5px solid #01e008;"></div>

CSS Border Left color for the above div is #01e008

HTML with inline CSS

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

CSS Border Right color for the above div is #01e008

HTML with inline CSS

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

CSS Border Bottom color for the above div is #01e008

HTML with inline CSS

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

CSS Border Top color for the above div is #01e008

HTML with inline CSS

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

#01e008 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#01e008 Color code Preview on White Background

This is how #01e008 Color code will look on white background color. Color contrast ratio is 1.80

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.