Skip to main content Skip to docs navigation

#2fd40b 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 Apple II Lime and its hex is #25C40D Nearest Color Name

Color Hue/Base color: Green

Hex #2fd40b Color code in RGB color code model is created after adding 18.43% red color, 83.14% green color and 4.31% blue color. Hex #2fd40b Color code in CMYK color (process color) code model is generated after subtraction of 78% cyan, 0% magenta, 95% yellow and 16.86% black.

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

RGB Chart

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

Color Table

Hex Color Code 2fd40b #2fd40b
RGB Decimal 47, 212, 11 47, 212, 11
RGB Percent 18%, 83%, 4% rgb(18%, 83%, 4%)
CSS RGBa 47, 212, 11,1 rgba(47,212,11,1)
CMYK Model cmyk(78%,0%,95%,16.86%)
HSL Color Space 109,90% ,44% hsl(109,90% ,44%)
HSV Color Space 109°, 95%, 83%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00101111 11010100 00001011
Octal 57 324 13
Decimal 47 212 11
Hex 2f d4 0b

Different shades of #2fd40b color code.

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

Darkest of #2fd40b
#0f4303
Darker of #2fd40b
#1a7306
Dark of #2fd40b
#24a408
Base of #2fd40b
#2fd40b
Light of #2fd40b
#45f31f
Lighter
#6df64f
Lightest
#95f880

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

#2fd40b
#b00bd4

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

Split Complementary

#2fd40b
#4b0bd4
#d40b94

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

Analogous Color

#a4d40b
#83d40b
#2fd40b
#0bd42a
#0bd47e

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

#2fd40b
#d40b2f
#0b2fd4

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

#2fd40b
#0b2fd4
#b00bd4
#d4b00b

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

#2fd40b
#0b94d4
#b00bd4
#d44b0b

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 #2fd40b

#041201
#0f4303
#1a7306
#24a408
#2fd40b
#45f31f
#6df64f
#95f880
#befbb0

Tints of #2fd40b Color

#2fd40b
#46d826
#5ddd41
#74e25c
#8be777
#a2eb92
#b9f0ad
#d0f5c8
#e7fae3
#ffffff

Shades of #2fd40b color code

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

#2fd40b
#29bc09
#24a408
#1f8d07
#1a7506
#145e04
#0f4603
#0a2f02
#051701
#000000

Tones

#2fd40b
#3dbe21
#4ca738
#5a914e
#687b64

Tones

Similar Color like #2fd40b color

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

#30d50c
#31d60d
#32d70e
#33d80f
#34d910
#35da11
#36db12
#37dc13
#38dd14
#39de15
#3adf16
#3be017
#3ce118
#3de219
#2ed30a
#2dd209
#2cd108
#2bd007
#2acf06
#29ce05
#28cd04
#27cc03
#26cb02
#25ca01
#24c900
#23c800
#22c700
#21c600

Download this Dark Green

Hex #2fd40b 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.

#2fd40b Color Code Preview on Black Background Color

This is how #2fd40b Color will look on black background color. Color contrast ratio is 10.54

#2fd40b in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#2fd40b color code is use for CSS Background Color

Background color for the above div is #2fd40b

HTML with inline CSS

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

#2fd40b color code is use for CSS Border Color

CSS Border color for the above div is #2fd40b

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#2fd40b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#2fd40b Color code Preview on White Background

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

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

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(47,212,11,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(176,11,212,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(47,212,11,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }