crispedge.com

Color picker

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

#00dd22 hex color - Green - Cool color - Information

#00dd22 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #00dd22 Color code in RGB color code model is created after adding 0% red color, 86.67% green color and 13.33% blue color. Hex #00dd22 Color code in CMYK color (process color) code model is generated after subtraction of 100% cyan, 0% magenta, 85% yellow and 13% black.

Hex #00dd22 color code is a web safe color. Next web safe color code is #00cc11 and previous web safe color code is #00ee33. You can see here many more shades of #00dd22 color code.

0 Likes 0 Comments | 6 Views

Color Table

Hex Color Code00dd22#00dd22
RGB Decimal0, 221, 34rgb(0, 221, 34)
RGB Percent0%, 87%, 13%rgb(0%, 87%, 13%)
CSS RGBa0, 221, 34,1rgba(0,221,34,1)
CMYK Modelcmyk(100%,0%,85%,13%)
HSL Color Space129,100% ,43%hsl(129,100% ,43%)
HSV Color Space129°, 100%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000001101110100100010
Octal033542
Decimal022134
Hex00dd22

Different shades of #00dd22 color code.

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

Light Shade of #00dd22
#11ff36
Dark Shade of #00dd22
#00aa1a
Saturated Shade of #00dd22
#00dd22
Desaturated Shade of #00dd22
#0bd22a
Grey scale Shade of #00dd22
#6e6e6e
Brighten Shade
#19f63b
Most Readable Shade
#000000

Shades of #00dd22 color code

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

#00dd22
#00c41e
#00ab1a
#009316
#007a12
#00620f
#00490b
#003107
#001803
#000000

Similar Color like #00dd22 color

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

#01de23
#02df24
#03e025
#04e126
#05e227
#06e328
#07e429
#08e52a
#09e62b
#0ae72c
#0be82d
#0ce92e
#0dea2f
#0eeb30
#00dc21
#00db20
#00da1f
#00d91e
#00d81d
#00d71c
#00d61b
#00d51a
#00d419
#00d318
#00d217
#00d116
#00d015
#00cf14

Monochromatic Color with #00dd22

#00dd22
#000801
#003308
#005d0e
#008815
#00b31b

Tints of #00dd22 Color

#00dd22
#1ce03a
#38e453
#55e86b
#71ec84
#8def9c
#aaf3b5
#c6f7cd
#e2fbe6
#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

#00dd22
#dd00bb

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

Split Complementary

#00dd22
#9100dd
#dd004d

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

Analogous Color

#36dd00
#0add00
#00dd22
#00dd4e
#00dd7a

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

#00dd22
#2200dd
#dd2200

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

#00dd22
#004cdd
#dd00bb
#dd9000

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

#00dd22
#dd00bb
#dd004d
#00dd91

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 #00dd22 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.

#00dd22 Color Code Preview on Black Background Color

This is how #00dd22 Color will look on black background color. Color contrast ratio is 11.37

#00dd22 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #00dd22

HTML with inline CSS

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

Your Example Paragraph content text in with font color #00dd22

#00dd22 color code is use for CSS Background Color

Background color for the above div is #00dd22

HTML with inline CSS

<div style="background-color:#00dd22;"></div>

#00dd22 color code is use for CSS Border Color

CSS Border color for the above div is #00dd22

HTML with inline CSS

<div style="border:5px solid #00dd22;"></div>

CSS Border Left color for the above div is #00dd22

HTML with inline CSS

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

CSS Border Right color for the above div is #00dd22

HTML with inline CSS

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

CSS Border Bottom color for the above div is #00dd22

HTML with inline CSS

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

CSS Border Top color for the above div is #00dd22

HTML with inline CSS

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

#00dd22 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#00dd22 Color code Preview on White Background

This is how #00dd22 Color code will look on white background color. Color contrast ratio is 1.85

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

Related Gradients

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

0 Likes 0 Comments | 6 Views

Post your comment:-

By submitting comment you agree to our privacy policy.