crispedge.com

Color picker

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

#00bb22 hex color - Pedestrian Green - Green - Cool color - Information

#00bb22 hex color - Pedestrian Green - Green - Cool color

Color Hue/Base color: Green

Hex #00bb22 Color Code is also known as Pedestrian Green color.

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

Hex #00bb22 color code is a web safe color. Next web safe color code is #00aa11 and previous web safe color code is #00cc33. You can see here many more shades of #00bb22 color code.

0 Likes 0 Comments | 51 Views

Color Table

Hex Color Code00bb22#00bb22
RGB Decimal0, 187, 34rgb(0, 187, 34)
RGB Percent0%, 73%, 13%rgb(0%, 73%, 13%)
CSS RGBa0, 187, 34,1rgba(0,187,34,1)
CMYK Modelcmyk(100%,0%,82%,27%)
HSL Color Space131,100% ,37%hsl(131,100% ,37%)
HSV Color Space131°, 100%, 73%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000001011101100100010
Octal027342
Decimal018734
Hex00bb22

Different shades of #00bb22 color code.

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

Light Shade of #00bb22
#00ee2b
Dark Shade of #00bb22
#008819
Saturated Shade of #00bb22
#00bb22
Desaturated Shade of #00bb22
#09b228
Grey scale Shade of #00bb22
#5d5d5d
Brighten Shade
#19d43b
Most Readable Shade
#000000

Shades of #00bb22 color code

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

#00bb22
#00a61e
#00911a
#007c16
#006712
#00530f
#003e0b
#002907
#001403
#000000

Similar Color like #00bb22 color

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

#01bc23
#02bd24
#03be25
#04bf26
#05c027
#06c128
#07c229
#08c32a
#09c42b
#0ac52c
#0bc62d
#0cc72e
#0dc82f
#0ec930
#00ba21
#00b920
#00b81f
#00b71e
#00b61d
#00b51c
#00b41b
#00b31a
#00b219
#00b118
#00b017
#00af16
#00ae15
#00ad14

Monochromatic Color with #00bb22

#00bb22
#00e52a
#001103
#003b0b
#006613
#00901a

Tints of #00bb22 Color

#00bb22
#1cc23a
#38ca53
#55d16b
#71d984
#8de09c
#aae8b5
#c6efcd
#e2f7e6
#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

#00bb22
#bb0099

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

Split Complementary

#00bb22
#7f00bb
#bb003c

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

Analogous Color

#29bb00
#03bb00
#00bb22
#00bb47
#00bb6d

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

#00bb22
#2200bb
#bb2200

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

#00bb22
#003bbb
#bb0099
#bb7f00

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

#00bb22
#bb0099
#bb003c
#00bb7f

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

#00bb22 Color Code Preview on Black Background Color

This is how #00bb22 Color will look on black background color. Color contrast ratio is 8.13

#00bb22 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#00bb22 color code is use for CSS Background Color

Background color for the above div is #00bb22

HTML with inline CSS

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

#00bb22 color code is use for CSS Border Color

CSS Border color for the above div is #00bb22

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#00bb22 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#00bb22 Color code Preview on White Background

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

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

Related Gradients

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

0 Likes 0 Comments | 51 Views

Post your comment:-

By submitting comment you agree to our privacy policy.