crispedge.com

Color picker

Loading...

#b2f614 hex color - Green - Warm color - Information

#b2f614 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #b2f614 Color code in RGB color code model is created after adding 69.8% red color, 96.47% green color and 7.84% blue color. Hex #b2f614 Color code in CMYK color (process color) code model is generated after subtraction of 28% cyan, 0% magenta, 92% yellow and 4% black.

Hex #b2f614 color code is between #aaee11 web safe hex color code and #bbff22 web safe hex color code. #aaee11 is the nearest web safe color code. You can see here many more shades of #b2f614 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb2f614#b2f614
RGB Decimal178, 246, 20rgb(178, 246, 20)
RGB Percent70%, 96%, 8%rgb(70%, 96%, 8%)
CSS RGBa178, 246, 20,1rgba(178,246,20,1)
CMYK Modelcmyk(28%,0%,92%,4%)
HSL Color Space78,93% ,52%hsl(78,93% ,52%)
HSV Color Space78°, 92%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100101111011000010100
Octal26236624
Decimal17824620
Hexb2f614

Different shades of #b2f614 color code.

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

Light Shade of #b2f614
#c2f845
Dark Shade of #b2f614
#93cf08
Saturated Shade of #b2f614
#b6ff0b
Desaturated Shade of #b2f614
#adea20
Grey scale Shade of #b2f614
#858585
Brighten Shade
#cbff2d
Most Readable Shade
#000000

Shades of #b2f614 color code

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

#b2f614
#9eda11
#8abf0f
#76a40d
#62880b
#4f6d08
#3b5206
#273604
#131b02
#000000

Similar Color like #b2f614 color

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

#b3f715
#b4f816
#b5f917
#b6fa18
#b7fb19
#b8fc1a
#b9fd1b
#bafe1c
#bbff1d
#bcff1e
#bdff1f
#beff20
#bfff21
#c0ff22
#b1f513
#b0f412
#aff311
#aef210
#adf10f
#acf00e
#abef0d
#aaee0c
#a9ed0b
#a8ec0a
#a7eb09
#a6ea08
#a5e907
#a4e806

Monochromatic Color with #b2f614

#b2f614
#182103
#374c06
#56760a
#74a10d
#93cb11

Tints of #b2f614 Color

#b2f614
#baf72e
#c3f848
#cbf962
#d4fa7c
#dcfb96
#e5fcb0
#edfdca
#f6fee4
#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

#b2f614
#5814f6

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

Split Complementary

#b2f614
#1441f6
#c914f6

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

Analogous Color

#f6e014
#dff614
#b2f614
#85f614
#58f614

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

#b2f614
#14b2f6
#f614b2

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

#b2f614
#14f6c9
#5814f6
#f61441

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

#b2f614
#5814f6
#c914f6
#41f614

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 #b2f614 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.

#b2f614 Color Code Preview on Black Background Color

This is how #b2f614 Color will look on black background color. Color contrast ratio is 16.09

#b2f614 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b2f614

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b2f614

#b2f614 color code is use for CSS Background Color

Background color for the above div is #b2f614

HTML with inline CSS

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

#b2f614 color code is use for CSS Border Color

CSS Border color for the above div is #b2f614

HTML with inline CSS

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

CSS Border Left color for the above div is #b2f614

HTML with inline CSS

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

CSS Border Right color for the above div is #b2f614

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b2f614

HTML with inline CSS

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

CSS Border Top color for the above div is #b2f614

HTML with inline CSS

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

#b2f614 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b2f614 Color code Preview on White Background

This is how #b2f614 Color code will look on white background color. Color contrast ratio is 1.31

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

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(178,246,20,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(88,20,246,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(178,246,20,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.