crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

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

#0eed1e hex color - Green - Cool color

Color Hue/Base color: Green

Hex #0eed1e Color code in RGB color code model is created after adding 5.49% red color, 92.94% green color and 11.76% blue color. Hex #0eed1e Color code in CMYK color (process color) code model is generated after subtraction of 94% cyan, 0% magenta, 87% yellow and 7% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code0eed1e#0eed1e
RGB Decimal14, 237, 30rgb(14, 237, 30)
RGB Percent5%, 93%, 12%rgb(5%, 93%, 12%)
CSS RGBa14, 237, 30,1rgba(14,237,30,1)
CMYK Modelcmyk(94%,0%,87%,7%)
HSL Color Space124,89% ,49%hsl(124,89% ,49%)
HSV Color Space124°, 94%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000011101110110100011110
Octal1635536
Decimal1423730
Hex0eed1e

Different shades of #0eed1e color code.

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

Light Shade of #0eed1e
#3bf348
Dark Shade of #0eed1e
#0bbd18
Saturated Shade of #0eed1e
#01fa13
Desaturated Shade of #0eed1e
#1be029
Grey scale Shade of #0eed1e
#7d7d7d
Brighten Shade
#27ff37
Most Readable Shade
#000000

Shades of #0eed1e color code

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

#0eed1e
#0cd21a
#0ab817
#099e14
#078310
#06690d
#044f0a
#033406
#011a03
#000000

Similar Color like #0eed1e color

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

#0fee1f
#10ef20
#11f021
#12f122
#13f223
#14f324
#15f425
#16f526
#17f627
#18f728
#19f829
#1af92a
#1bfa2b
#1cfb2c
#0dec1d
#0ceb1c
#0bea1b
#0ae91a
#09e819
#08e718
#07e617
#06e516
#05e415
#04e314
#03e213
#02e112
#01e011
#00df10

Monochromatic Color with #0eed1e

#0eed1e
#011803
#044308
#066d0e
#099813
#0bc219

Tints of #0eed1e Color

#0eed1e
#28ef37
#43f150
#5ef369
#79f582
#93f79b
#aef9b4
#c9fbcd
#e4fde6
#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

#0eed1e
#ed0edd

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

Split Complementary

#0eed1e
#8d0eed
#ed0e6e

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

Analogous Color

#57ed0e
#2bed0e
#0eed1e
#0eed4b
#0eed77

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

#0eed1e
#1e0eed
#ed1e0e

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

#0eed1e
#0e6ded
#ed0edd
#ed8d0e

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

#0eed1e
#ed0edd
#ed0e6e
#0eed8e

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

#0eed1e Color Code Preview on Black Background Color

This is how #0eed1e Color will look on black background color. Color contrast ratio is 13.15

#0eed1e in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#0eed1e color code is use for CSS Background Color

Background color for the above div is #0eed1e

HTML with inline CSS

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

#0eed1e color code is use for CSS Border Color

CSS Border color for the above div is #0eed1e

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#0eed1e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0eed1e Color code Preview on White Background

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

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.