COLOR #B2E062

HEX: #B2E062
RGB: (178,224,98)

Color info

#B2E062 contains mainly red and green colors. Web safe color of #B2E062 is #99CC66 (or #9C6).

RGB color model

#B2E062 color RGB value is (178,224,98).

  • red value is 178;
  • green value is 224;
  • blue value is 98.
RGB:
(178,224,98)
(70%,88%,38%)

RGB channels and saturation

R 178 of 255 = 70%
G 224 of 255 = 88%
B 98 of 255 = 38%

178
224
98

R + G + B ~ 65%. #B2E062 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 224 + 98 = 500 (100%)
R 178 of 500 ~ 35.6%
G 224 of 500 ~ 44.8%
B 98 of 500 ~ 19.6%

%35.6
%44.8
%19.6

CMYK color model

#B2E062 color CMYK value is (21,0,56,12).

  • cyan value is 20.54%
  • magenta value is 0.00%
  • yellow value is 56.25%
  • key color value is 12.16%
CMYK:
(21,0,56,12)
C21M0Y56K12 
(21%,0%,56%,12%)
(0.21/0.00/0.56/0.12)	

CMYK percentages

%20.54
%0
%56.25
%12.16

Codes

Color #B2E062 in popluar color models

B2E062
RGB17822498
HSL82°67.02%63.14%
HSB/HSV82°56.25%87.84%
CMYK20.54%0.00%56.25%
12.16%

Color #B2E062 in popluar number systems.

HEXB2E062
Decimal17822498
Binary10110010111000001100010
Octal262340142

Shades and tints

Shades of #B2E062

#B2E062
(178,224,98)
#A2CC5A
(162,204,90)
#92B852
(146,184,82)
#82A44A
(130,164,74)
#729042
(114,144,66)
#627C3A
(98,124,58)
#526832
(82,104,50)
#42542A
(66,84,42)
#324022
(50,64,34)
#222C1A
(34,44,26)
#121812
(18,24,18)
#000000
(0,0,0)

Tints of #B2E062

#B2E062
(178,224,98)
#B9E270
(185,226,112)
#C0E47E
(192,228,126)
#C7E68C
(199,230,140)
#CEE89A
(206,232,154)
#D5EAA8
(213,234,168)
#DCECB6
(220,236,182)
#E3EEC4
(227,238,196)
#EAF0D2
(234,240,210)
#F1F2E0
(241,242,224)
#F8F4EE
(248,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2E062 color. Also use rgb(178,224,98) instead hex code.

Text Font Color

.myTextColor { color: #B2E062; }

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

This text font color is #B2E062.


Background Color

.myBgColor { background-color: #B2E062; }

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

This div background color is #B2E062.


Border color

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

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

This div border color is #B2E062.


Opacity

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

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

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

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

This text has shadow with #B2E062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2E062 on black background.


Color preview on white background

This text has color #B2E062 on white background.



Black color preview on #B2E062 background

This text has black color on #B2E062 background.


White color preview on #B2E062 background

This text has white color on #B2E062 background.