crispedge.com

Color picker

Loading...

#bcf15c hex color - Green - Warm color - Information

#bcf15c hex color - Green - Warm color

Color Hue/Base color: Green

Hex #bcf15c Color code in RGB color code model is created after adding 73.73% red color, 94.51% green color and 36.08% blue color. Hex #bcf15c Color code in CMYK color (process color) code model is generated after subtraction of 22% cyan, 0% magenta, 62% yellow and 5% black.

Hex #bcf15c color code is between #bbee55 web safe hex color code and #ccff66 web safe hex color code. #bbee55 is the nearest web safe color code. You can see here many more shades of #bcf15c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebcf15c#bcf15c
RGB Decimal188, 241, 92rgb(188, 241, 92)
RGB Percent74%, 95%, 36%rgb(74%, 95%, 36%)
CSS RGBa188, 241, 92,1rgba(188,241,92,1)
CMYK Modelcmyk(22%,0%,62%,5%)
HSL Color Space81,84% ,65%hsl(81,84% ,65%)
HSV Color Space81°, 62%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111001111000101011100
Octal274361134
Decimal18824192
Hexbcf15c

Different shades of #bcf15c color code.

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

Light Shade of #bcf15c
#cff58b
Dark Shade of #bcf15c
#a9ed2d
Saturated Shade of #bcf15c
#bffa53
Desaturated Shade of #bcf15c
#b9e865
Grey scale Shade of #bcf15c
#a6a6a6
Brighten Shade
#d5ff75
Most Readable Shade
#000000

Shades of #bcf15c color code

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

#bcf15c
#a7d651
#92bb47
#7da03d
#688533
#536b28
#3e501e
#293514
#141a0a
#000000

Similar Color like #bcf15c color

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

#bdf25d
#bef35e
#bff45f
#c0f560
#c1f661
#c2f762
#c3f863
#c4f964
#c5fa65
#c6fb66
#c7fc67
#c8fd68
#c9fe69
#caff6a
#bbf05b
#baef5a
#b9ee59
#b8ed58
#b7ec57
#b6eb56
#b5ea55
#b4e954
#b3e853
#b2e752
#b1e651
#b0e550
#afe44f
#aee34e

Monochromatic Color with #bcf15c

#bcf15c
#161c0b
#37471b
#59712b
#7a9c3c
#9bc64c

Tints of #bcf15c Color

#bcf15c
#c3f26e
#caf480
#d2f592
#d9f7a4
#e1f8b6
#e8fac8
#f0fbda
#f7fdec
#ffffff

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

#bcf15c
#915cf1

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

Split Complementary

#bcf15c
#5c72f1
#db5cf1

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

Analogous Color

#f1ea5c
#daf15c
#bcf15c
#9ef15c
#80f15c

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

#bcf15c
#5cbcf1
#f15cbc

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

#bcf15c
#5cf1db
#915cf1
#f15c71

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#bcf15c
#915cf1
#db5cf1
#72f15c

Double Complementary 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).

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

#bcf15c Color Code Preview on Black Background Color

This is how #bcf15c Color will look on black background color. Color contrast ratio is 15.87

#bcf15c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcf15c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bcf15c

#bcf15c color code is use for CSS Background Color

Background color for the above div is #bcf15c

HTML with inline CSS

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

#bcf15c color code is use for CSS Border Color

CSS Border color for the above div is #bcf15c

HTML with inline CSS

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

CSS Border Left color for the above div is #bcf15c

HTML with inline CSS

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

CSS Border Right color for the above div is #bcf15c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bcf15c

HTML with inline CSS

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

CSS Border Top color for the above div is #bcf15c

HTML with inline CSS

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

#bcf15c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bcf15c Color code Preview on White Background

This is how #bcf15c Color code will look on white background color. Color contrast ratio is 1.32

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(188,241,92,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(145,92,241,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(188,241,92,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.