Skip to main content Skip to docs navigation

#bddd02 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 High Grass and its hex is #BBDD00 Nearest Color Name

Color Hue/Base color: Green

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

Hex #bddd02 color code is between #bbcc00 web safe hex color code and #ccee00 web safe hex color code. #bbcc00 is the nearest web safe color code. You can see here many more shades of #bddd02 color code.

RGB Chart

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

Color Table

Hex Color Code bddd02 #bddd02
RGB Decimal 189, 221, 2 189, 221, 2
RGB Percent 74%, 87%, 1% rgb(74%, 87%, 1%)
CSS RGBa 189, 221, 2,1 rgba(189,221,2,1)
CMYK Model cmyk(14%,0%,99%,13.33%)
HSL Color Space 69,98% ,44% hsl(69,98% ,44%)
HSV Color Space 69°, 99%, 87%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10111101 11011101 00000010
Octal 275 335 2
Decimal 189 221 2
Hex bd dd 02

Different shades of #bddd02 color code.

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

Darkest of #bddd02
#3b4501
Darker of #bddd02
#677801
Dark of #bddd02
#92aa02
Base of #bddd02
#bddd02
Light of #bddd02
#dbfd15
Lighter
#e3fd48
Lightest
#ebfe7a

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

#bddd02
#2202dd

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

Split Complementary

#bddd02
#024fdd
#9002dd

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

Analogous Color

#dd7d02
#dda202
#bddd02
#74dd02
#19dd02

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

#bddd02
#dd02bd
#02bddd

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

#bddd02
#02bddd
#2202dd
#dd2202

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

#bddd02
#02dd90
#2202dd
#dd024f

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

#101300
#3b4501
#677801
#92aa02
#bddd02
#dbfd15
#e3fd48
#ebfe7a
#f2fead

Tints of #bddd02 Color

#bddd02
#c4e01e
#cbe43a
#d3e856
#daec72
#e1ef8e
#e9f3aa
#f0f7c6
#f7fbe2
#ffffff

Shades of #bddd02 color code

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

#bddd02
#a8c401
#93ab01
#7e9301
#697a01
#546200
#3f4900
#2a3100
#151800
#000000

Tones

#bddd02
#adc718
#9db02f
#8e9a45
#7e845b

Tones

Similar Color like #bddd02 color

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

#bede03
#bfdf04
#c0e005
#c1e106
#c2e207
#c3e308
#c4e409
#c5e50a
#c6e60b
#c7e70c
#c8e80d
#c9e90e
#caea0f
#cbeb10
#bcdc01
#bbdb00
#bada00
#b9d900
#b8d800
#b7d700
#b6d600
#b5d500
#b4d400
#b3d300
#b2d200
#b1d100
#b0d000
#afcf00

Download this Dark Green

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

#bddd02 Color Code Preview on Black Background Color

This is how #bddd02 Color will look on black background color. Color contrast ratio is 13.51

#bddd02 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bddd02

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bddd02

#bddd02 color code is use for CSS Background Color

Background color for the above div is #bddd02

HTML with inline CSS

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

#bddd02 color code is use for CSS Border Color

CSS Border color for the above div is #bddd02

HTML with inline CSS

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

CSS Border Left color for the above div is #bddd02

HTML with inline CSS

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

CSS Border Right color for the above div is #bddd02

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bddd02

HTML with inline CSS

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

CSS Border Top color for the above div is #bddd02

HTML with inline CSS

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

#bddd02 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bddd02 Color code Preview on White Background

This is how #bddd02 Color code will look on white background color. Color contrast ratio is 1.55

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

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