crispedge.com

Color picker

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

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

#01bc01 hex color - Green - Cool color

Color Hue/Base color: Green

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

Hex #01bc01 color code is between #00bb00 web safe hex color code and #00cc00 web safe hex color code. #00bb00 is the nearest web safe color code. You can see here many more shades of #01bc01 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code01bc01#01bc01
RGB Decimal1, 188, 1rgb(1, 188, 1)
RGB Percent0%, 74%, 0%rgb(0%, 74%, 0%)
CSS RGBa1, 188, 1,1rgba(1,188,1,1)
CMYK Modelcmyk(99%,0%,99%,26%)
HSL Color Space120,99% ,37%hsl(120,99% ,37%)
HSV Color Space120°, 99%, 74%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000011011110000000001
Octal12741
Decimal11881
Hex01bc01

Different shades of #01bc01 color code.

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

Light Shade of #01bc01
#01ef01
Dark Shade of #01bc01
#018901
Saturated Shade of #01bc01
#00bd00
Desaturated Shade of #01bc01
#0ab30a
Grey scale Shade of #01bc01
#5e5e5e
Brighten Shade
#1ad51a
Most Readable Shade
#000000

Shades of #01bc01 color code

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

#01bc01
#00a700
#009200
#007d00
#006800
#005300
#003e00
#002900
#001400
#000000

Similar Color like #01bc01 color

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

#02bd02
#03be03
#04bf04
#05c005
#06c106
#07c207
#08c308
#09c409
#0ac50a
#0bc60b
#0cc70c
#0dc80d
#0ec90e
#0fca0f
#00bb00
#00ba00
#00b900
#00b800
#00b700
#00b600
#00b500
#00b400
#00b300
#00b200
#00b100
#00b000
#00af00
#00ae00

Monochromatic Color with #01bc01

#01bc01
#01e601
#001200
#003c00
#016701
#019101

Tints of #01bc01 Color

#01bc01
#1dc31d
#39ca39
#55d255
#71d971
#8ee18e
#aae8aa
#c6f0c6
#e2f7e2
#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

#01bc01
#bc01bc

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

Split Complementary

#01bc01
#5f01bc
#bc015f

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

Analogous Color

#4cbc01
#26bc01
#01bc01
#01bc26
#01bc4c

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

#01bc01
#0101bc
#bc0101

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

#01bc01
#015ebc
#bc01bc
#bc5e01

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

#01bc01
#bc01bc
#bc015f
#01bc5f

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

#01bc01 Color Code Preview on Black Background Color

This is how #01bc01 Color will look on black background color. Color contrast ratio is 8.20

#01bc01 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#01bc01 color code is use for CSS Background Color

Background color for the above div is #01bc01

HTML with inline CSS

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

#01bc01 color code is use for CSS Border Color

CSS Border color for the above div is #01bc01

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#01bc01 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#01bc01 Color code Preview on White Background

This is how #01bc01 Color code will look on white background color. Color contrast ratio is 2.56

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

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.