COLOR #B2EB43

HEX: #B2EB43
RGB: (178,235,67)

Color info

#B2EB43 contains mainly red and green colors. Web safe color of #B2EB43 is #99FF33 (or #9F3).

RGB color model

#B2EB43 color RGB value is (178,235,67).

  • red value is 178;
  • green value is 235;
  • blue value is 67.
RGB:
(178,235,67)
(70%,92%,26%)

RGB channels and saturation

R 178 of 255 = 70%
G 235 of 255 = 92%
B 67 of 255 = 26%

178
235
67

R + G + B ~ 63%. #B2EB43 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 235 + 67 = 480 (100%)
R 178 of 480 ~ 37.08%
G 235 of 480 ~ 48.96%
B 67 of 480 ~ 13.96%

%37.08
%48.96
%13.96

CMYK color model

#B2EB43 color CMYK value is (24,0,71,8).

  • cyan value is 24.26%
  • magenta value is 0.00%
  • yellow value is 71.49%
  • key color value is 7.84%
CMYK:
(24,0,71,8)
C24M0Y71K8 
(24%,0%,71%,8%)
(0.24/0.00/0.71/0.08)	

CMYK percentages

%24.26
%0
%71.49
%7.84

Codes

Color #B2EB43 in popluar color models

B2EB43
RGB17823567
HSL80°80.77%59.22%
HSB/HSV80°71.49%92.16%
CMYK24.26%0.00%71.49%
7.84%

Color #B2EB43 in popluar number systems.

HEXB2EB43
Decimal17823567
Binary10110010111010111000011
Octal262353103

Shades and tints

Shades of #B2EB43

#B2EB43
(178,235,67)
#A2D63D
(162,214,61)
#92C137
(146,193,55)
#82AC31
(130,172,49)
#72972B
(114,151,43)
#628225
(98,130,37)
#526D1F
(82,109,31)
#425819
(66,88,25)
#324313
(50,67,19)
#222E0D
(34,46,13)
#121907
(18,25,7)
#000000
(0,0,0)

Tints of #B2EB43

#B2EB43
(178,235,67)
#B9EC54
(185,236,84)
#C0ED65
(192,237,101)
#C7EE76
(199,238,118)
#CEEF87
(206,239,135)
#D5F098
(213,240,152)
#DCF1A9
(220,241,169)
#E3F2BA
(227,242,186)
#EAF3CB
(234,243,203)
#F1F4DC
(241,244,220)
#F8F5ED
(248,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2EB43 color. Also use rgb(178,235,67) instead hex code.

Text Font Color

.myTextColor { color: #B2EB43; }

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

This text font color is #B2EB43.


Background Color

.myBgColor { background-color: #B2EB43; }

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

This div background color is #B2EB43.


Border color

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

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

This div border color is #B2EB43.


Opacity

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

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

Text with #B2EB43 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 #B2EB43;}

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

This text has shadow with #B2EB43 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2EB43 on black background.


Color preview on white background

This text has color #B2EB43 on white background.



Black color preview on #B2EB43 background

This text has black color on #B2EB43 background.


White color preview on #B2EB43 background

This text has white color on #B2EB43 background.