crispedge.com

Color picker

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

#03bd28 hex color - Green - Cool color - Information

#03bd28 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #03bd28 Color code in RGB color code model is created after adding 1.18% red color, 74.12% green color and 15.69% blue color. Hex #03bd28 Color code in CMYK color (process color) code model is generated after subtraction of 98% cyan, 0% magenta, 79% yellow and 26% black.

Hex #03bd28 color code is between #00bb22 web safe hex color code and #00cc33 web safe hex color code. #00bb22 is the nearest web safe color code. You can see here many more shades of #03bd28 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code03bd28#03bd28
RGB Decimal3, 189, 40rgb(3, 189, 40)
RGB Percent1%, 74%, 16%rgb(1%, 74%, 16%)
CSS RGBa3, 189, 40,1rgba(3,189,40,1)
CMYK Modelcmyk(98%,0%,79%,26%)
HSL Color Space132,97% ,38%hsl(132,97% ,38%)
HSV Color Space132°, 98%, 74%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000111011110100101000
Octal327550
Decimal318940
Hex03bd28

Different shades of #03bd28 color code.

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

Light Shade of #03bd28
#04ef33
Dark Shade of #03bd28
#028b1d
Saturated Shade of #03bd28
#00c026
Desaturated Shade of #03bd28
#0db32e
Grey scale Shade of #03bd28
#606060
Brighten Shade
#1cd641
Most Readable Shade
#000000

Shades of #03bd28 color code

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

#03bd28
#02a823
#02931f
#027e1a
#016916
#015411
#013f0d
#002a08
#001504
#000000

Similar Color like #03bd28 color

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

#04be29
#05bf2a
#06c02b
#07c12c
#08c22d
#09c32e
#0ac42f
#0bc530
#0cc631
#0dc732
#0ec833
#0fc934
#10ca35
#11cb36
#02bc27
#01bb26
#00ba25
#00b924
#00b823
#00b722
#00b621
#00b520
#00b41f
#00b31e
#00b21d
#00b11c
#00b01b
#00af1a

Monochromatic Color with #03bd28

#03bd28
#04e731
#001304
#013d0d
#026816
#02921f

Tints of #03bd28 Color

#03bd28
#1fc43f
#3bcb57
#57d36f
#73da87
#8fe19f
#abe9b7
#c7f0cf
#e3f7e7
#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

#03bd28
#bd0398

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

Split Complementary

#03bd28
#8503bd
#bd033b

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

Analogous Color

#28bd03
#03bd03
#03bd28
#03bd4d
#03bd72

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

#03bd28
#2803bd
#bd2803

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

#03bd28
#033bbd
#bd0398
#bd8503

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

#03bd28
#bd0398
#bd033b
#03bd85

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 #03bd28 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.

#03bd28 Color Code Preview on Black Background Color

This is how #03bd28 Color will look on black background color. Color contrast ratio is 8.31

#03bd28 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #03bd28

HTML with inline CSS

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

Your Example Paragraph content text in with font color #03bd28

#03bd28 color code is use for CSS Background Color

Background color for the above div is #03bd28

HTML with inline CSS

<div style="background-color:#03bd28;"></div>

#03bd28 color code is use for CSS Border Color

CSS Border color for the above div is #03bd28

HTML with inline CSS

<div style="border:5px solid #03bd28;"></div>

CSS Border Left color for the above div is #03bd28

HTML with inline CSS

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

CSS Border Right color for the above div is #03bd28

HTML with inline CSS

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

CSS Border Bottom color for the above div is #03bd28

HTML with inline CSS

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

CSS Border Top color for the above div is #03bd28

HTML with inline CSS

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

#03bd28 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#03bd28 Color code Preview on White Background

This is how #03bd28 Color code will look on white background color. Color contrast ratio is 2.53

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

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.