crispedge.com

Color picker

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

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

#01bb26 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #01bb26 Color code in RGB color code model is created after adding 0.39% red color, 73.33% green color and 14.9% blue color. Hex #01bb26 Color code in CMYK color (process color) code model is generated after subtraction of 99% cyan, 0% magenta, 80% yellow and 27% black.

Hex #01bb26 color code is between #00aa22 web safe hex color code and #00cc33 web safe hex color code. #00aa22 is the nearest web safe color code. You can see here many more shades of #01bb26 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code01bb26#01bb26
RGB Decimal1, 187, 38rgb(1, 187, 38)
RGB Percent0%, 73%, 15%rgb(0%, 73%, 15%)
CSS RGBa1, 187, 38,1rgba(1,187,38,1)
CMYK Modelcmyk(99%,0%,80%,27%)
HSL Color Space132,99% ,37%hsl(132,99% ,37%)
HSV Color Space132°, 99%, 73%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000011011101100100110
Octal127346
Decimal118738
Hex01bb26

Different shades of #01bb26 color code.

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

Light Shade of #01bb26
#01ee30
Dark Shade of #01bb26
#01881c
Saturated Shade of #01bb26
#00bc25
Desaturated Shade of #01bb26
#0ab22c
Grey scale Shade of #01bb26
#5e5e5e
Brighten Shade
#1ad43f
Most Readable Shade
#000000

Shades of #01bb26 color code

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

#01bb26
#00a621
#00911d
#007c19
#006715
#005310
#003e0c
#002908
#001404
#000000

Similar Color like #01bb26 color

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

#02bc27
#03bd28
#04be29
#05bf2a
#06c02b
#07c12c
#08c22d
#09c32e
#0ac42f
#0bc530
#0cc631
#0dc732
#0ec833
#0fc934
#00ba25
#00b924
#00b823
#00b722
#00b621
#00b520
#00b41f
#00b31e
#00b21d
#00b11c
#00b01b
#00af1a
#00ae19
#00ad18

Monochromatic Color with #01bb26

#01bb26
#01e52f
#001103
#003b0c
#016615
#01901d

Tints of #01bb26 Color

#01bb26
#1dc23e
#39ca56
#55d16e
#71d986
#8ee09e
#aae8b6
#c6efce
#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

#01bb26
#bb0196

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

Split Complementary

#01bb26
#8301bb
#bb0139

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

Analogous Color

#26bb01
#01bb01
#01bb26
#01bb4b
#01bb70

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

#01bb26
#2601bb
#bb2601

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

#01bb26
#0139bb
#bb0196
#bb8301

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

#01bb26
#bb0196
#bb0139
#01bb83

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

#01bb26 Color Code Preview on Black Background Color

This is how #01bb26 Color will look on black background color. Color contrast ratio is 8.14

#01bb26 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#01bb26 color code is use for CSS Background Color

Background color for the above div is #01bb26

HTML with inline CSS

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

#01bb26 color code is use for CSS Border Color

CSS Border color for the above div is #01bb26

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#01bb26 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#01bb26 Color code Preview on White Background

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

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.