COLOR #B2E100

HEX: #B2E100
RGB: (178,225,0)

Color info

#B2E100 contains only red and green colors. Web safe color of #B2E100 is #99CC00 (or #9C0).

RGB color model

#B2E100 color RGB value is (178,225,0).

  • red value is 178;
  • green value is 225;
  • blue value is 0.
RGB:
(178,225,0)
(70%,88%,0%)

RGB channels and saturation

R 178 of 255 = 70%
G 225 of 255 = 88%
B 0 of 255 = 0%

178
225
0

R + G + B ~ 53%. #B2E100 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
178 + 225 + 0 = 403 (100%)
R 178 of 403 ~ 44.17%
G 225 of 403 ~ 55.83%
B 0 of 403 ~ 0%

%44.17
%55.83

CMYK color model

#B2E100 color CMYK value is (21,0,100,12).

  • cyan value is 20.89%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 11.76%
CMYK:
(21,0,100,12)
C21M0Y100K12 
(21%,0%,100%,12%)
(0.21/0.00/1.00/0.12)	

CMYK percentages

%20.89
%0
%100
%11.76

Codes

Color #B2E100 in popluar color models

B2E100
RGB1782250
HSL73°100.00%44.12%
HSB/HSV73°100.00%88.24%
CMYK20.89%0.00%100.00%
11.76%

Color #B2E100 in popluar number systems.

HEXB2E100
Decimal1782250
Binary10110010111000010
Octal2623410

Shades and tints

Shades of #B2E100

#B2E100
(178,225,0)
#A2CD00
(162,205,0)
#92B900
(146,185,0)
#82A500
(130,165,0)
#729100
(114,145,0)
#627D00
(98,125,0)
#526900
(82,105,0)
#425500
(66,85,0)
#324100
(50,65,0)
#222D00
(34,45,0)
#121900
(18,25,0)
#000000
(0,0,0)

Tints of #B2E100

#B2E100
(178,225,0)
#B9E317
(185,227,23)
#C0E52E
(192,229,46)
#C7E745
(199,231,69)
#CEE95C
(206,233,92)
#D5EB73
(213,235,115)
#DCED8A
(220,237,138)
#E3EFA1
(227,239,161)
#EAF1B8
(234,241,184)
#F1F3CF
(241,243,207)
#F8F5E6
(248,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2E100 color. Also use rgb(178,225,0) instead hex code.

Text Font Color

.myTextColor { color: #B2E100; }

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

This text font color is #B2E100.


Background Color

.myBgColor { background-color: #B2E100; }

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

This div background color is #B2E100.


Border color

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

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

This div border color is #B2E100.


Opacity

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

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

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

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

This text has shadow with #B2E100 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2E100 on black background.


Color preview on white background

This text has color #B2E100 on white background.



Black color preview on #B2E100 background

This text has black color on #B2E100 background.


White color preview on #B2E100 background

This text has white color on #B2E100 background.