COLOR #B2F49A

HEX: #B2F49A RGB: (178,244,154)

Color info

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

RGB color model

#B2F49A color RGB value is (178,244,154).

RGB: (178,244,154) (70%, 96%, 60%)

RGB channels and saturation

R 178 of 255 = 70%
G 244 of 255 = 96%
B 154 of 255 = 60%

178
244
154

R + G + B ~ 75%. #B2F49A is quite light color.

Portions of RGB colors in percentages

R + G + B = 178 + 244 + 154 = 576 (100%)
R 178 of 576 ~ 30.9%
G 244 of 576 ~ 42.36%
B 154 of 576 ~ 26.74'%

%30.9
%42.36
%26.74

CMYK color model

#B2F49A color CMYK value is (27,0,37,4).

  • cyan value is 27.05%
  • magenta value is 0.00%
  • yellow value is 36.89%
  • key color value is 4.31%

CMYK: (27,0,37,4)
C27M0Y37K4 (27%, 0%, 37%, 4%)
(0.27 / 0.00 / 0.37 / 0.04)

CMYK percentages

%27.05
%0
%36.89
%4.31

Codes

Color #B2F49A in popluar color models

B2 F4 9A
RGB 178 244 154
HSL 104° 80.36% 78.04%
HSB/HSV 104° 36.89% 95.69%
CMYK 27.05% 0.00% 36.89%
4.31%

Color #B2F49A in popluar number systems.

HEX B2 F4 9A
Decimal 178 244 154
Binary 10110010 11110100 10011010
Octal 262 364 232

Shades and tints

Shades of #B2F49A

#B2F49A
(178,244,154)
#A2DE8C
(162,222,140)
#92C87E
(146,200,126)
#82B270
(130,178,112)
#729C62
(114,156,98)
#628654
(98,134,84)
#527046
(82,112,70)
#425A38
(66,90,56)
#32442A
(50,68,42)
#222E1C
(34,46,28)
#12180E
(18,24,14)
#000000
(0,0,0)

Tints of #B2F49A

#B2F49A
(178,244,154)
#B9F5A3
(185,245,163)
#C0F6AC
(192,246,172)
#C7F7B5
(199,247,181)
#CEF8BE
(206,248,190)
#D5F9C7
(213,249,199)
#DCFAD0
(220,250,208)
#E3FBD9
(227,251,217)
#EAFCE2
(234,252,226)
#F1FDEB
(241,253,235)
#F8FEF4
(248,254,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2F49A; }

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

This text font color is #B2F49A.

Background Color

.myBgColor { background-color: #B2F49A; }

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

This div background color is #B2F49A.

Border color

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

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

This div border color is #B2F49A.

Opacity

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

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

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

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

This text has shadow with #B2F49A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B2F49A.

Preview

Color preview on black background

This text has color #B2F49A on black background.


Color preview on white background

This text has color #B2F49A on white background.


Black color preview on #B2F49A background

This text has black color on #B2F49A background.


White color preview on #B2F49A background

This text has white color on #B2F49A background.


Related colors

Complementary color

Complementary color for #hex is #4D0B65.


I love getcolorcode.com

Triadic colors

1 #9AB2F4 and #F49AB2 with #B2F49A are triadic colors.

2 #9AF4B2 and #F4B29A with #B2F49A are triadic colors.