crispedge.com

Color picker

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

#2ab004 hex color - Green - Cool color - Information

#2ab004 hex color - Green - Cool color

Color Hue/Base color: Green

Hex #2ab004 Color code in RGB color code model is created after adding 16.47% red color, 69.02% green color and 1.57% blue color. Hex #2ab004 Color code in CMYK color (process color) code model is generated after subtraction of 76% cyan, 0% magenta, 98% yellow and 31% black.

Hex #2ab004 color code is between #22aa00 web safe hex color code and #33bb00 web safe hex color code. #22aa00 is the nearest web safe color code. You can see here many more shades of #2ab004 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code2ab004#2ab004
RGB Decimal42, 176, 4rgb(42, 176, 4)
RGB Percent16%, 69%, 2%rgb(16%, 69%, 2%)
CSS RGBa42, 176, 4,1rgba(42,176,4,1)
CMYK Modelcmyk(76%,0%,98%,31%)
HSL Color Space107,96% ,35%hsl(107,96% ,35%)
HSV Color Space107°, 98%, 69%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001010101011000000000100
Octal522604
Decimal421764
Hex2ab004

Different shades of #2ab004 color code.

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

Light Shade of #2ab004
#36e205
Dark Shade of #2ab004
#1e7e03
Saturated Shade of #2ab004
#28b400
Desaturated Shade of #2ab004
#2fa70d
Grey scale Shade of #2ab004
#5a5a5a
Brighten Shade
#43c91d
Most Readable Shade
#000000

Shades of #2ab004 color code

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

#2ab004
#259c03
#208803
#1c7502
#176102
#124e01
#0e3a01
#092700
#041300
#000000

Similar Color like #2ab004 color

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

#2bb105
#2cb206
#2db307
#2eb408
#2fb509
#30b60a
#31b70b
#32b80c
#33b90d
#34ba0e
#35bb0f
#36bc10
#37bd11
#38be12
#29af03
#28ae02
#27ad01
#26ac00
#25ab00
#24aa00
#23a900
#22a800
#21a700
#20a600
#1fa500
#1ea400
#1da300
#1ca200

Monochromatic Color with #2ab004

#2ab004
#34da05
#010600
#0c3001
#165b02
#208503

Tints of #2ab004 Color

#2ab004
#41b81f
#59c13b
#71ca57
#88d373
#a0db8f
#b8e4ab
#cfedc7
#e7f6e3
#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

#2ab004
#8a04b0

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

Split Complementary

#2ab004
#3404b0
#b00480

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

Analogous Color

#6fb004
#4cb004
#2ab004
#08b004
#04b023

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

#2ab004
#042ab0
#b0042a

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

#2ab004
#0480b0
#8a04b0
#b03404

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

#2ab004
#8a04b0
#b00480
#04b034

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 #2ab004 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.

#2ab004 Color Code Preview on Black Background Color

This is how #2ab004 Color will look on black background color. Color contrast ratio is 7.31

#2ab004 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #2ab004

HTML with inline CSS

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

Your Example Paragraph content text in with font color #2ab004

#2ab004 color code is use for CSS Background Color

Background color for the above div is #2ab004

HTML with inline CSS

<div style="background-color:#2ab004;"></div>

#2ab004 color code is use for CSS Border Color

CSS Border color for the above div is #2ab004

HTML with inline CSS

<div style="border:5px solid #2ab004;"></div>

CSS Border Left color for the above div is #2ab004

HTML with inline CSS

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

CSS Border Right color for the above div is #2ab004

HTML with inline CSS

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

CSS Border Bottom color for the above div is #2ab004

HTML with inline CSS

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

CSS Border Top color for the above div is #2ab004

HTML with inline CSS

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

#2ab004 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#2ab004 Color code Preview on White Background

This is how #2ab004 Color code will look on white background color. Color contrast ratio is 2.87

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

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.