Skip to main content Skip to docs navigation

#bee115 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 Pantone 2297 C and its hex is #C0DF16 Nearest Color Name

Color Hue/Base color: Green

Hex #bee115 Color code in RGB color code model is created after adding 74.51% red color, 88.24% green color and 8.24% blue color. Hex #bee115 Color code in CMYK color (process color) code model is generated after subtraction of 16% cyan, 0% magenta, 91% yellow and 11.76% black.

Hex #bee115 color code is between #bbdd11 web safe hex color code and #ccee22 web safe hex color code. #bbdd11 is the nearest web safe color code. You can see here many more shades of #bee115 color code.

RGB Chart

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

Color Table

Hex Color Code bee115 #bee115
RGB Decimal 190, 225, 21 190, 225, 21
RGB Percent 75%, 88%, 8% rgb(75%, 88%, 8%)
CSS RGBa 190, 225, 21,1 rgba(190,225,21,1)
CMYK Model cmyk(16%,0%,91%,11.76%)
HSL Color Space 70,83% ,48% hsl(70,83% ,48%)
HSV Color Space 70°, 91%, 88%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10111110 11100001 00010101
Octal 276 341 25
Decimal 190 225 21
Hex be e1 15

Different shades of #bee115 color code.

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

Darkest of #bee115
#485508
Darker of #bee115
#6f840c
Dark of #bee115
#97b211
Base of #bee115
#bee115
Light of #bee115
#cfed3c
Lighter
#daf16b
Lightest
#e6f699

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

#bee115
#3815e1

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

Split Complementary

#bee115
#1558e1
#9e15e1

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

Analogous Color

#e18d15
#e1af15
#bee115
#7ae115
#25e115

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

#bee115
#e115be
#15bee1

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

#bee115
#15bee1
#3815e1
#e13815

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

#bee115
#15e19e
#3815e1
#e11558

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

#202604
#485508
#6f840c
#97b211
#bee115
#cfed3c
#daf16b
#e6f699
#f1fac8

Tints of #bee115 Color

#bee115
#c5e42f
#cce749
#d3eb63
#daee7d
#e2f197
#e9f5b1
#f0f8cb
#f7fbe5
#ffffff

Shades of #bee115 color code

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

#bee115
#a8c812
#93af10
#7e960e
#697d0b
#546409
#3f4b07
#2a3204
#151902
#000000

Tones

#bee115
#aec82e
#9eb046
#8e975f
#7d7f77

Tones

Similar Color like #bee115 color

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

#bfe216
#c0e317
#c1e418
#c2e519
#c3e61a
#c4e71b
#c5e81c
#c6e91d
#c7ea1e
#c8eb1f
#c9ec20
#caed21
#cbee22
#ccef23
#bde014
#bcdf13
#bbde12
#badd11
#b9dc10
#b8db0f
#b7da0e
#b6d90d
#b5d80c
#b4d70b
#b3d60a
#b2d509
#b1d408
#b0d307

Download this Dark Green

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

#bee115 Color Code Preview on Black Background Color

This is how #bee115 Color will look on black background color. Color contrast ratio is 13.97

#bee115 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bee115

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bee115

#bee115 color code is use for CSS Background Color

Background color for the above div is #bee115

HTML with inline CSS

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

#bee115 color code is use for CSS Border Color

CSS Border color for the above div is #bee115

HTML with inline CSS

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

CSS Border Left color for the above div is #bee115

HTML with inline CSS

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

CSS Border Right color for the above div is #bee115

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bee115

HTML with inline CSS

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

CSS Border Top color for the above div is #bee115

HTML with inline CSS

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

#bee115 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bee115 Color code Preview on White Background

This is how #bee115 Color code will look on white background color. Color contrast ratio is 1.50

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

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(190,225,21,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(56,21,225,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(190,225,21,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }