Skip to main content Skip to docs navigation

#3bc014 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 Harlequin Green and its hex is #46CB18 Nearest Color Name

Color Hue/Base color: Green

Hex #3bc014 Color code in RGB color code model is created after adding 23.14% red color, 75.29% green color and 7.84% blue color. Hex #3bc014 Color code in CMYK color (process color) code model is generated after subtraction of 69% cyan, 0% magenta, 90% yellow and 24.71% black.

Hex #3bc014 color code is between #33bb11 web safe hex color code and #44cc22 web safe hex color code. #33bb11 is the nearest web safe color code. You can see here many more shades of #3bc014 color code.

RGB Chart

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

Color Table

Hex Color Code 3bc014 #3bc014
RGB Decimal 59, 192, 20 59, 192, 20
RGB Percent 23%, 75%, 8% rgb(23%, 75%, 8%)
CSS RGBa 59, 192, 20,1 rgba(59,192,20,1)
CMYK Model cmyk(69%,0%,90%,24.71%)
HSL Color Space 106,81% ,42% hsl(106,81% ,42%)
HSV Color Space 106°, 90%, 75%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00111011 11000000 00010100
Octal 73 300 24
Decimal 59 192 20
Hex 3b c0 14

Different shades of #3bc014 color code.

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

Darkest of #3bc014
#103506
Darker of #3bc014
#1f640a
Dark of #3bc014
#2d920f
Base of #3bc014
#3bc014
Light of #3bc014
#4de81f
Lighter
#72ed4d
Lightest
#96f17c

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

#3bc014
#9914c0

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

Split Complementary

#3bc014
#4314c0
#c01491

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

Analogous Color

#9fc014
#83c014
#3bc014
#14c026
#14c06e

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

#3bc014
#c0143b
#143bc0

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

#3bc014
#143bc0
#9914c0
#c09914

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

#3bc014
#1491c0
#9914c0
#c04314

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 #3bc014

#020701
#103506
#1f640a
#2d920f
#3bc014
#4de81f
#72ed4d
#96f17c
#bbf6aa

Tints of #3bc014 Color

#3bc014
#50c72e
#66ce48
#7cd562
#92dc7c
#a7e396
#bdeab0
#d3f1ca
#e9f8e4
#ffffff

Shades of #3bc014 color code

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

#3bc014
#34aa11
#2d950f
#27800d
#206a0b
#1a5508
#134006
#0d2a04
#061502
#000000

Tones

#3bc014
#47ab29
#52963e
#5e8054
#696b69

Tones

Similar Color like #3bc014 color

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

#3cc115
#3dc216
#3ec317
#3fc418
#40c519
#41c61a
#42c71b
#43c81c
#44c91d
#45ca1e
#46cb1f
#47cc20
#48cd21
#49ce22
#3abf13
#39be12
#38bd11
#37bc10
#36bb0f
#35ba0e
#34b90d
#33b80c
#32b70b
#31b60a
#30b509
#2fb408
#2eb307
#2db206

Download this Dark Green

Hex #3bc014 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.

#3bc014 Color Code Preview on Black Background Color

This is how #3bc014 Color will look on black background color. Color contrast ratio is 8.74

#3bc014 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #3bc014

HTML with inline CSS

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

Your Example Paragraph content text in with font color #3bc014

#3bc014 color code is use for CSS Background Color

Background color for the above div is #3bc014

HTML with inline CSS

<div style="background-color:#3bc014;"></div>

#3bc014 color code is use for CSS Border Color

CSS Border color for the above div is #3bc014

HTML with inline CSS

<div style="border:5px solid #3bc014;"></div>

CSS Border Left color for the above div is #3bc014

HTML with inline CSS

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

CSS Border Right color for the above div is #3bc014

HTML with inline CSS

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

CSS Border Bottom color for the above div is #3bc014

HTML with inline CSS

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

CSS Border Top color for the above div is #3bc014

HTML with inline CSS

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

#3bc014 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#3bc014 Color code Preview on White Background

This is how #3bc014 Color code will look on white background color. Color contrast ratio is 2.40

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

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(59,192,20,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(153,20,192,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(59,192,20,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }