Skip to main content Skip to docs navigation

#bbff30 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 Lemon Lime and its hex is #BFFE28 Nearest Color Name

Color Hue/Base color: Green

Hex #bbff30 Color code in RGB color code model is created after adding 73.33% red color, 100% green color and 18.82% blue color. Hex #bbff30 Color code in CMYK color (process color) code model is generated after subtraction of 27% cyan, 0% magenta, 81% yellow and 0% black.

Hex #bbff30 color code is between #aaee33 web safe hex color code and #ccdd22 web safe hex color code. #aaee33 is the nearest web safe color code. You can see here many more shades of #bbff30 color code.

RGB Chart

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

Color Table

Hex Color Code bbff30 #bbff30
RGB Decimal 187, 255, 48 187, 255, 48
RGB Percent 73%, 100%, 19% rgb(73%, 100%, 19%)
CSS RGBa 187, 255, 48,1 rgba(187,255,48,1)
CMYK Model cmyk(27%,0%,81%,0%)
HSL Color Space 80,100% ,59% hsl(80,100% ,59%)
HSV Color Space 80°, 81%, 100%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10111011 11111111 00110000
Octal 273 377 60
Decimal 187 255 48
Hex bb ff 30

Different shades of #bbff30 color code.

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

Darkest of #bbff30
#659600
Darker of #bbff30
#87c900
Dark of #bbff30
#a9fc00
Base of #bbff30
#bbff30
Light of #bbff30
#ccff63
Lighter
#ddff96
Lightest
#edffc9

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

#bbff30
#7430ff

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

Split Complementary

#bbff30
#3053ff
#db30ff

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

Analogous Color

#ffca30
#ffed30
#bbff30
#76ff30
#30ff40

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

#bbff30
#ff30bb
#30bbff

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

#bbff30
#30bbff
#7430ff
#ff7430

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

#bbff30
#30ffdb
#7430ff
#ff3053

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

#426300
#659600
#87c900
#a9fc00
#bbff30
#ccff63
#ddff96
#edffc9
#fefffc

Tints of #bbff30 Color

#bbff30
#c2ff47
#caff5e
#d1ff75
#d9ff8c
#e0ffa3
#e8ffba
#efffd1
#f7ffe8
#ffffff

Shades of #bbff30 color code

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

#bbff30
#a6e22a
#91c625
#7caa20
#678d1a
#537115
#3e5510
#29380a
#141c05
#000000

Tones

#bbff30
#b4ea45
#add659
#a6c16e
#9fac83

Tones

Similar Color like #bbff30 color

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

#bcff31
#bdff32
#beff33
#bfff34
#c0ff35
#c1ff36
#c2ff37
#c3ff38
#c4ff39
#c5ff3a
#c6ff3b
#c7ff3c
#c8ff3d
#c9ff3e
#bafe2f
#b9fd2e
#b8fc2d
#b7fb2c
#b6fa2b
#b5f92a
#b4f829
#b3f728
#b2f627
#b1f526
#b0f425
#aff324
#aef223
#adf122

Download this Dark Green

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

#bbff30 Color Code Preview on Black Background Color

This is how #bbff30 Color will look on black background color. Color contrast ratio is 17.46

#bbff30 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbff30

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bbff30

#bbff30 color code is use for CSS Background Color

Background color for the above div is #bbff30

HTML with inline CSS

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

#bbff30 color code is use for CSS Border Color

CSS Border color for the above div is #bbff30

HTML with inline CSS

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

CSS Border Left color for the above div is #bbff30

HTML with inline CSS

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

CSS Border Right color for the above div is #bbff30

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bbff30

HTML with inline CSS

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

CSS Border Top color for the above div is #bbff30

HTML with inline CSS

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

#bbff30 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bbff30 Color code Preview on White Background

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

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