crispedge.com

Color picker

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

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

#00c131 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #00c131 Color code in RGB color code model is created after adding 0% red color, 75.69% green color and 19.22% blue color. Hex #00c131 Color code in CMYK color (process color) code model is generated after subtraction of 100% cyan, 0% magenta, 75% yellow and 24% black.

Hex #00c131 color code is between #00bb33 web safe hex color code and #00cc22 web safe hex color code. #00bb33 is the nearest web safe color code. You can see here many more shades of #00c131 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Code00c131#00c131
RGB Decimal0, 193, 49rgb(0, 193, 49)
RGB Percent0%, 76%, 19%rgb(0%, 76%, 19%)
CSS RGBa0, 193, 49,1rgba(0,193,49,1)
CMYK Modelcmyk(100%,0%,75%,24%)
HSL Color Space135,100% ,38%hsl(135,100% ,38%)
HSV Color Space135°, 100%, 76%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000001100000100110001
Octal030161
Decimal019349
Hex00c131

Different shades of #00c131 color code.

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

Light Shade of #00c131
#00f43e
Dark Shade of #00c131
#008e24
Saturated Shade of #00c131
#00c131
Desaturated Shade of #00c131
#0ab736
Grey scale Shade of #00c131
#606060
Brighten Shade
#19da4a
Most Readable Shade
#000000

Shades of #00c131 color code

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

#00c131
#00ab2b
#009626
#008020
#006b1b
#005515
#004010
#002a0a
#001505
#000000

Similar Color like #00c131 color

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

#01c232
#02c333
#03c434
#04c535
#05c636
#06c737
#07c838
#08c939
#09ca3a
#0acb3b
#0bcc3c
#0ccd3d
#0dce3e
#0ecf3f
#00c030
#00bf2f
#00be2e
#00bd2d
#00bc2c
#00bb2b
#00ba2a
#00b929
#00b828
#00b727
#00b626
#00b525
#00b424
#00b323

Monochromatic Color with #00c131

#00c131
#00eb3c
#001706
#004111
#006c1b
#009626

Tints of #00c131 Color

#00c131
#1cc747
#38ce5e
#55d575
#71dc8c
#8de3a3
#aaeaba
#c6f1d1
#e2f8e8
#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

#00c131
#c10090

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

Split Complementary

#00c131
#9200c1
#c1002f

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

Analogous Color

#1cc100
#00c10a
#00c131
#00c158
#00c17e

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

#00c131
#3100c1
#c13100

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

#00c131
#002fc1
#c10090
#c19100

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

#00c131
#c10090
#c1002f
#00c192

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

#00c131 Color Code Preview on Black Background Color

This is how #00c131 Color will look on black background color. Color contrast ratio is 8.67

#00c131 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#00c131 color code is use for CSS Background Color

Background color for the above div is #00c131

HTML with inline CSS

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

#00c131 color code is use for CSS Border Color

CSS Border color for the above div is #00c131

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#00c131 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#00c131 Color code Preview on White Background

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

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.