COLOR #B2EC80

HEX: #B2EC80
RGB: (178,236,128)

Color info

#B2EC80 contains mainly red and green colors. Web safe color of #B2EC80 is #99FF66 (or #9F6).

RGB color model

#B2EC80 color RGB value is (178,236,128).

  • red value is 178;
  • green value is 236;
  • blue value is 128.
RGB:
(178,236,128)
(70%,93%,50%)

RGB channels and saturation

R 178 of 255 = 70%
G 236 of 255 = 93%
B 128 of 255 = 50%

178
236
128

R + G + B ~ 71%. #B2EC80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 236 + 128 = 542 (100%)
R 178 of 542 ~ 32.84%
G 236 of 542 ~ 43.54%
B 128 of 542 ~ 23.62%

%32.84
%43.54
%23.62

CMYK color model

#B2EC80 color CMYK value is (25,0,46,7).

  • cyan value is 24.58%
  • magenta value is 0.00%
  • yellow value is 45.76%
  • key color value is 7.45%
CMYK:
(25,0,46,7)
C25M0Y46K7 
(25%,0%,46%,7%)
(0.25/0.00/0.46/0.07)	

CMYK percentages

%24.58
%0
%45.76
%7.45

Codes

Color #B2EC80 in popluar color models

B2EC80
RGB178236128
HSL92°73.97%71.37%
HSB/HSV92°45.76%92.55%
CMYK24.58%0.00%45.76%
7.45%

Color #B2EC80 in popluar number systems.

HEXB2EC80
Decimal178236128
Binary101100101110110010000000
Octal262354200

Shades and tints

Shades of #B2EC80

#B2EC80
(178,236,128)
#A2D775
(162,215,117)
#92C26A
(146,194,106)
#82AD5F
(130,173,95)
#729854
(114,152,84)
#628349
(98,131,73)
#526E3E
(82,110,62)
#425933
(66,89,51)
#324428
(50,68,40)
#222F1D
(34,47,29)
#121A12
(18,26,18)
#000000
(0,0,0)

Tints of #B2EC80

#B2EC80
(178,236,128)
#B9ED8B
(185,237,139)
#C0EE96
(192,238,150)
#C7EFA1
(199,239,161)
#CEF0AC
(206,240,172)
#D5F1B7
(213,241,183)
#DCF2C2
(220,242,194)
#E3F3CD
(227,243,205)
#EAF4D8
(234,244,216)
#F1F5E3
(241,245,227)
#F8F6EE
(248,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2EC80 color. Also use rgb(178,236,128) instead hex code.

Text Font Color

.myTextColor { color: #B2EC80; }

<p style="color:#B2EC80">This sample text font color is #B2EC80.</p>

This text font color is #B2EC80.


Background Color

.myBgColor { background-color: #B2EC80; }

<div style="background-color:#B2EC80">Inner text</div>

This div background color is #B2EC80.


Border color

.myBorderColor { border: 1px solid #B2EC80; }

<div style="border:3px solid #B2EC80">Div</div>

This div border color is #B2EC80.


Opacity

.myOpacity80 { color: #B2EC80; opacity: 0.8; }

<p style="color:#B2EC80;opacity:0.8;">80%</p>

Text with #B2EC80 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #B2EC80;}

<p style="text-shadow: 3px 3px 1px #B2EC80">Text here.</p>

This text has shadow with #B2EC80 color.

.textShadow {text-shadow: 3px 3px 1px #B2EC80, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #B2EC80, 5px 5px 20px red">Text here.</p>

This text has shadow with #B2EC80 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#B2EC80, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#B2EC80, Direction=45, Strength=4)">Text</p>

This text has shadow with #B2EC80 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #B2EC80;
  -webkit-box-shadow:	1px 1px 3px 2px #B2EC80;
  box-shadow:		1px 1px 3px 2px #B2EC80;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #B2EC80;
-webkit-box-shadow: 1px 1px 3px 2px #B2EC80;
box-shadow:1px 1px 3px 2px #B2EC80;">
Div content here</div>
This div box has shadow with color #B2EC80.

Preview

Color preview on black background

This text has color #B2EC80 on black background.


Color preview on white background

This text has color #B2EC80 on white background.



Black color preview on #B2EC80 background

This text has black color on #B2EC80 background.


White color preview on #B2EC80 background

This text has white color on #B2EC80 background.