COLOR #B2E705

HEX: #B2E705
RGB: (178,231,5)

Color info

#B2E705 contains mainly red and green colors. Web safe color of #B2E705 is #99FF00 (or #9F0).

RGB color model

#B2E705 color RGB value is (178,231,5).

  • red value is 178;
  • green value is 231;
  • blue value is 5.
RGB:
(178,231,5)
(70%,91%,2%)

RGB channels and saturation

R 178 of 255 = 70%
G 231 of 255 = 91%
B 5 of 255 = 2%

178
231
5

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

Portions of RGB colors in percentages

R + G + B =
178 + 231 + 5 = 414 (100%)
R 178 of 414 ~ 43%
G 231 of 414 ~ 55.8%
B 5 of 414 ~ 1.21%

%43
%55.8

CMYK color model

#B2E705 color CMYK value is (23,0,98,9).

  • cyan value is 22.94%
  • magenta value is 0.00%
  • yellow value is 97.84%
  • key color value is 9.41%
CMYK:
(23,0,98,9)
C23M0Y98K9 
(23%,0%,98%,9%)
(0.23/0.00/0.98/0.09)	

CMYK percentages

%22.94
%0
%97.84
%9.41

Codes

Color #B2E705 in popluar color models

B2E705
RGB1782315
HSL74°95.76%46.27%
HSB/HSV74°97.84%90.59%
CMYK22.94%0.00%97.84%
9.41%

Color #B2E705 in popluar number systems.

HEXB2E705
Decimal1782315
Binary1011001011100111101
Octal2623475

Shades and tints

Shades of #B2E705

#B2E705
(178,231,5)
#A2D205
(162,210,5)
#92BD05
(146,189,5)
#82A805
(130,168,5)
#729305
(114,147,5)
#627E05
(98,126,5)
#526905
(82,105,5)
#425405
(66,84,5)
#323F05
(50,63,5)
#222A05
(34,42,5)
#121505
(18,21,5)
#000000
(0,0,0)

Tints of #B2E705

#B2E705
(178,231,5)
#B9E91B
(185,233,27)
#C0EB31
(192,235,49)
#C7ED47
(199,237,71)
#CEEF5D
(206,239,93)
#D5F173
(213,241,115)
#DCF389
(220,243,137)
#E3F59F
(227,245,159)
#EAF7B5
(234,247,181)
#F1F9CB
(241,249,203)
#F8FBE1
(248,251,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2E705 color. Also use rgb(178,231,5) instead hex code.

Text Font Color

.myTextColor { color: #B2E705; }

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

This text font color is #B2E705.


Background Color

.myBgColor { background-color: #B2E705; }

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

This div background color is #B2E705.


Border color

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

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

This div border color is #B2E705.


Opacity

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

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

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

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

This text has shadow with #B2E705 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2E705 on black background.


Color preview on white background

This text has color #B2E705 on white background.



Black color preview on #B2E705 background

This text has black color on #B2E705 background.


White color preview on #B2E705 background

This text has white color on #B2E705 background.