Skip to main content Skip to docs navigation

#40bb64 hex color | Download Dark Green BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Artificial Turf and its hex is #41B45C Nearest Color Name

Color Hue/Base color: Green

Hex #40bb64 Color code in RGB color code model is created after adding 25.1% red color, 73.33% green color and 39.22% blue color. Hex #40bb64 Color code in CMYK color (process color) code model is generated after subtraction of 66% cyan, 0% magenta, 47% yellow and 26.67% black.

Hex #40bb64 color code is between #44aa66 web safe hex color code and #33cc55 web safe hex color code. #44aa66 is the nearest web safe color code. You can see here many more shades of #40bb64 color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 40bb64 #40bb64
RGB Decimal 64, 187, 100 64, 187, 100
RGB Percent 25%, 73%, 39% rgb(25%, 73%, 39%)
CSS RGBa 64, 187, 100,1 rgba(64,187,100,1)
CMYK Model cmyk(66%,0%,47%,26.67%)
HSL Color Space 138,49% ,49% hsl(138,49% ,49%)
HSV Color Space 138°, 66%, 73%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01000000 10111011 01100100
Octal 100 273 144
Decimal 64 187 100
Hex 40 bb 64

Different shades of #40bb64 color code.

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

Darkest of #40bb64
#194927
Darker of #40bb64
#266f3b
Dark of #40bb64
#339550
Base of #40bb64
#40bb64
Light of #40bb64
#64ca82
Lighter
#8ad7a1
Lightest
#b0e4bf

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

#40bb64
#bb4097

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

Split Complementary

#40bb64
#a240bb
#bb405a

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

Analogous Color

#64bb40
#4fbb40
#40bb64
#40bb8d
#40b6bb

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

#40bb64
#bb6440
#6440bb

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

#40bb64
#6440bb
#bb4097
#97bb40

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#40bb64
#405abb
#bb4097
#bba240

Square 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).

Monochromatic Color with #40bb64

#0c2313
#194927
#266f3b
#339550
#40bb64
#64ca82
#8ad7a1
#b0e4bf
#d6f1de

Tints of #40bb64 Color

#40bb64
#55c275
#6aca86
#7fd197
#94d9a8
#aae0ba
#bfe8cb
#d4efdc
#e9f7ed
#ffffff

Shades of #40bb64 color code

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

#40bb64
#38a658
#31914d
#2a7c42
#236737
#1c532c
#153e21
#0e2916
#07140b
#000000

Tones

#40bb64
#59a26e
#728979
#7e7e7e
#7e7e7e

Tones

Similar Color like #40bb64 color

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

#41bc65
#42bd66
#43be67
#44bf68
#45c069
#46c16a
#47c26b
#48c36c
#49c46d
#4ac56e
#4bc66f
#4cc770
#4dc871
#4ec972
#3fba63
#3eb962
#3db861
#3cb760
#3bb65f
#3ab55e
#39b45d
#38b35c
#37b25b
#36b15a
#35b059
#34af58
#33ae57
#32ad56

Download this Dark Green

Hex #40bb64 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.

#40bb64 Color Code Preview on Black Background Color

This is how #40bb64 Color will look on black background color. Color contrast ratio is 8.51

#40bb64 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #40bb64

HTML with inline CSS

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

Your Example Paragraph content text in with font color #40bb64

#40bb64 color code is use for CSS Background Color

Background color for the above div is #40bb64

HTML with inline CSS

<div style="background-color:#40bb64;"></div>

#40bb64 color code is use for CSS Border Color

CSS Border color for the above div is #40bb64

HTML with inline CSS

<div style="border:5px solid #40bb64;"></div>

CSS Border Left color for the above div is #40bb64

HTML with inline CSS

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

CSS Border Right color for the above div is #40bb64

HTML with inline CSS

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

CSS Border Bottom color for the above div is #40bb64

HTML with inline CSS

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

CSS Border Top color for the above div is #40bb64

HTML with inline CSS

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

#40bb64 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#40bb64 Color code Preview on White Background

This is how #40bb64 Color code will look on white background color. Color contrast ratio is 2.47

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(64,187,100,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(187,64,151,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(64,187,100,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }