crispedge.com

Color picker

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

#02e499 hex color - Green - Cool color - Information

#02e499 hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #02e499 Color code in RGB color code model is created after adding 0.78% red color, 89.41% green color and 60% blue color. Hex #02e499 Color code in CMYK color (process color) code model is generated after subtraction of 99% cyan, 0% magenta, 33% yellow and 11% black.

Hex #02e499 color code is between #00dd88 web safe hex color code and #00eeaa web safe hex color code. #00dd88 is the nearest web safe color code. You can see here many more shades of #02e499 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code02e499#02e499
RGB Decimal2, 228, 153rgb(2, 228, 153)
RGB Percent1%, 89%, 60%rgb(1%, 89%, 60%)
CSS RGBa2, 228, 153,1rgba(2,228,153,1)
CMYK Modelcmyk(99%,0%,33%,11%)
HSL Color Space160,98% ,45%hsl(160,98% ,45%)
HSV Color Space160°, 99%, 89%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000101110010010011001
Octal2344231
Decimal2228153
Hex02e499

Different shades of #02e499 color code.

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

Light Shade of #02e499
#1cfdb2
Dark Shade of #02e499
#02b177
Saturated Shade of #02e499
#00e69a
Desaturated Shade of #02e499
#0dd895
Grey scale Shade of #02e499
#737373
Brighten Shade
#1bfdb2
Most Readable Shade
#000000

Shades of #02e499 color code

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

#02e499
#01ca88
#01b177
#019866
#017e55
#006544
#004c33
#003222
#001911
#000000

Similar Color like #02e499 color

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

#03e59a
#04e69b
#05e79c
#06e89d
#07e99e
#08ea9f
#09eba0
#0aeca1
#0beda2
#0ceea3
#0defa4
#0ef0a5
#0ff1a6
#10f2a7
#01e398
#00e297
#00e196
#00e095
#00df94
#00de93
#00dd92
#00dc91
#00db90
#00da8f
#00d98e
#00d88d
#00d78c
#00d68b

Monochromatic Color with #02e499

#02e499
#000f0a
#013a27
#016443
#018f60
#02b97c

Tints of #02e499 Color

#02e499
#1ee7a4
#3aeaaf
#56edbb
#72f0c6
#8ef3d1
#aaf6dd
#c6f9e8
#e2fcf3
#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

#02e499
#e4024d

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

Split Complementary

#02e499
#e402be
#e42802

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

Analogous Color

#02e43f
#02e46c
#02e499
#02e4c6
#02d5e4

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

#02e499
#9902e4
#e49902

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

#02e499
#2802e4
#e4024d
#bee402

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

#02e499
#e4024d
#e42802
#02bee4

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 #02e499 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.

#02e499 Color Code Preview on Black Background Color

This is how #02e499 Color will look on black background color. Color contrast ratio is 12.56

#02e499 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #02e499

HTML with inline CSS

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

Your Example Paragraph content text in with font color #02e499

#02e499 color code is use for CSS Background Color

Background color for the above div is #02e499

HTML with inline CSS

<div style="background-color:#02e499;"></div>

#02e499 color code is use for CSS Border Color

CSS Border color for the above div is #02e499

HTML with inline CSS

<div style="border:5px solid #02e499;"></div>

CSS Border Left color for the above div is #02e499

HTML with inline CSS

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

CSS Border Right color for the above div is #02e499

HTML with inline CSS

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

CSS Border Bottom color for the above div is #02e499

HTML with inline CSS

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

CSS Border Top color for the above div is #02e499

HTML with inline CSS

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

#02e499 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#02e499 Color code Preview on White Background

This is how #02e499 Color code will look on white background color. Color contrast ratio is 1.67

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

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.