COLOR #B2F49E

HEX: #B2F49E
RGB: (178,244,158)

Color info

#B2F49E contains mainly green color. Web safe color of #B2F49E is #99FF99 (or #9F9).

RGB color model

#B2F49E color RGB value is (178,244,158).

  • red value is 178;
  • green value is 244;
  • blue value is 158.
RGB:
(178,244,158)
(70%,96%,62%)

RGB channels and saturation

R 178 of 255 = 70%
G 244 of 255 = 96%
B 158 of 255 = 62%

178
244
158

R + G + B ~ 76%. #B2F49E is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 244 + 158 = 580 (100%)
R 178 of 580 ~ 30.69%
G 244 of 580 ~ 42.07%
B 158 of 580 ~ 27.24%

%30.69
%42.07
%27.24

CMYK color model

#B2F49E color CMYK value is (27,0,35,4).

  • cyan value is 27.05%
  • magenta value is 0.00%
  • yellow value is 35.25%
  • key color value is 4.31%
CMYK:
(27,0,35,4)
C27M0Y35K4 
(27%,0%,35%,4%)
(0.27/0.00/0.35/0.04)	

CMYK percentages

%27.05
%0
%35.25
%4.31

Codes

Color #B2F49E in popluar color models

B2F49E
RGB178244158
HSL106°79.63%78.82%
HSB/HSV106°35.25%95.69%
CMYK27.05%0.00%35.25%
4.31%

Color #B2F49E in popluar number systems.

HEXB2F49E
Decimal178244158
Binary101100101111010010011110
Octal262364236

Shades and tints

Shades of #B2F49E

#B2F49E
(178,244,158)
#A2DE90
(162,222,144)
#92C882
(146,200,130)
#82B274
(130,178,116)
#729C66
(114,156,102)
#628658
(98,134,88)
#52704A
(82,112,74)
#425A3C
(66,90,60)
#32442E
(50,68,46)
#222E20
(34,46,32)
#121812
(18,24,18)
#000000
(0,0,0)

Tints of #B2F49E

#B2F49E
(178,244,158)
#B9F5A6
(185,245,166)
#C0F6AE
(192,246,174)
#C7F7B6
(199,247,182)
#CEF8BE
(206,248,190)
#D5F9C6
(213,249,198)
#DCFACE
(220,250,206)
#E3FBD6
(227,251,214)
#EAFCDE
(234,252,222)
#F1FDE6
(241,253,230)
#F8FEEE
(248,254,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2F49E color. Also use rgb(178,244,158) instead hex code.

Text Font Color

.myTextColor { color: #B2F49E; }

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

This text font color is #B2F49E.


Background Color

.myBgColor { background-color: #B2F49E; }

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

This div background color is #B2F49E.


Border color

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

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

This div border color is #B2F49E.


Opacity

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

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

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

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

This text has shadow with #B2F49E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2F49E on black background.


Color preview on white background

This text has color #B2F49E on white background.



Black color preview on #B2F49E background

This text has black color on #B2F49E background.


White color preview on #B2F49E background

This text has white color on #B2F49E background.