Skip to main content Skip to docs navigation

#bdff02 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 Limoncello and its hex is #BFFF00 Nearest Color Name

Color Hue/Base color: Green

Hex #bdff02 Color code in RGB color code model is created after adding 74.12% red color, 100% green color and 0.78% blue color. Hex #bdff02 Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 0% magenta, 99% yellow and 0% black.

Hex #bdff02 color code is between #bbee00 web safe hex color code and #ccdd00 web safe hex color code. #bbee00 is the nearest web safe color code. You can see here many more shades of #bdff02 color code.

RGB Chart

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

Color Table

Hex Color Code bdff02 #bdff02
RGB Decimal 189, 255, 2 189, 255, 2
RGB Percent 74%, 100%, 1% rgb(74%, 100%, 1%)
CSS RGBa 189, 255, 2,1 rgba(189,255,2,1)
CMYK Model cmyk(26%,0%,99%,0%)
HSL Color Space 76,100% ,50% hsl(76,100% ,50%)
HSV Color Space 76°, 99%, 100%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10111101 11111111 00000010
Octal 275 377 2
Decimal 189 255 2
Hex bd ff 02

Different shades of #bdff02 color code.

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

Darkest of #bdff02
#4d6800
Darker of #bdff02
#739b00
Dark of #bdff02
#98ce00
Base of #bdff02
#bdff02
Light of #bdff02
#caff35
Lighter
#d8ff68
Lightest
#e5ff9b

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

#bdff02
#4402ff

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

Split Complementary

#bdff02
#023fff
#c202ff

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

Analogous Color

#ffad02
#ffd802
#bdff02
#69ff02
#02ff05

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

#bdff02
#ff02bd
#02bdff

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

#bdff02
#02bdff
#4402ff
#ff4402

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

#bdff02
#02ffc2
#4402ff
#ff023f

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 #bdff02

#273500
#4d6800
#739b00
#98ce00
#bdff02
#caff35
#d8ff68
#e5ff9b
#f2ffce

Tints of #bdff02 Color

#bdff02
#c4ff1e
#cbff3a
#d3ff56
#daff72
#e1ff8e
#e9ffaa
#f0ffc6
#f7ffe2
#ffffff

Shades of #bdff02 color code

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

#bdff02
#a8e201
#93c601
#7eaa01
#698d01
#547100
#3f5500
#2a3800
#151c00
#000000

Tones

#bdff02
#b1e61b
#a5cc35
#99b34e
#8d9a67

Tones

Similar Color like #bdff02 color

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

#beff03
#bfff04
#c0ff05
#c1ff06
#c2ff07
#c3ff08
#c4ff09
#c5ff0a
#c6ff0b
#c7ff0c
#c8ff0d
#c9ff0e
#caff0f
#cbff10
#bcfe01
#bbfd00
#bafc00
#b9fb00
#b8fa00
#b7f900
#b6f800
#b5f700
#b4f600
#b3f500
#b2f400
#b1f300
#b0f200
#aff100

Download this Dark Green

Hex #bdff02 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.

#bdff02 Color Code Preview on Black Background Color

This is how #bdff02 Color will look on black background color. Color contrast ratio is 17.47

#bdff02 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdff02

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bdff02

#bdff02 color code is use for CSS Background Color

Background color for the above div is #bdff02

HTML with inline CSS

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

#bdff02 color code is use for CSS Border Color

CSS Border color for the above div is #bdff02

HTML with inline CSS

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

CSS Border Left color for the above div is #bdff02

HTML with inline CSS

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

CSS Border Right color for the above div is #bdff02

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bdff02

HTML with inline CSS

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

CSS Border Top color for the above div is #bdff02

HTML with inline CSS

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

#bdff02 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bdff02 Color code Preview on White Background

This is how #bdff02 Color code will look on white background color. Color contrast ratio is 1.20

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

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(189,255,2,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(68,2,255,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(189,255,2,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }