COLOR #B2F38A

HEX: #B2F38A
RGB: (178,243,138)

Color info

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

RGB color model

#B2F38A color RGB value is (178,243,138).

  • red value is 178;
  • green value is 243;
  • blue value is 138.
RGB:
(178,243,138)
(70%,95%,54%)

RGB channels and saturation

R 178 of 255 = 70%
G 243 of 255 = 95%
B 138 of 255 = 54%

178
243
138

R + G + B ~ 73%. #B2F38A is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 243 + 138 = 559 (100%)
R 178 of 559 ~ 31.84%
G 243 of 559 ~ 43.47%
B 138 of 559 ~ 24.69%

%31.84
%43.47
%24.69

CMYK color model

#B2F38A color CMYK value is (27,0,43,5).

  • cyan value is 26.75%
  • magenta value is 0.00%
  • yellow value is 43.21%
  • key color value is 4.71%
CMYK:
(27,0,43,5)
C27M0Y43K5 
(27%,0%,43%,5%)
(0.27/0.00/0.43/0.05)	

CMYK percentages

%26.75
%0
%43.21
%4.71

Codes

Color #B2F38A in popluar color models

B2F38A
RGB178243138
HSL97°81.40%74.71%
HSB/HSV97°43.21%95.29%
CMYK26.75%0.00%43.21%
4.71%

Color #B2F38A in popluar number systems.

HEXB2F38A
Decimal178243138
Binary101100101111001110001010
Octal262363212

Shades and tints

Shades of #B2F38A

#B2F38A
(178,243,138)
#A2DD7E
(162,221,126)
#92C772
(146,199,114)
#82B166
(130,177,102)
#729B5A
(114,155,90)
#62854E
(98,133,78)
#526F42
(82,111,66)
#425936
(66,89,54)
#32432A
(50,67,42)
#222D1E
(34,45,30)
#121712
(18,23,18)
#000000
(0,0,0)

Tints of #B2F38A

#B2F38A
(178,243,138)
#B9F494
(185,244,148)
#C0F59E
(192,245,158)
#C7F6A8
(199,246,168)
#CEF7B2
(206,247,178)
#D5F8BC
(213,248,188)
#DCF9C6
(220,249,198)
#E3FAD0
(227,250,208)
#EAFBDA
(234,251,218)
#F1FCE4
(241,252,228)
#F8FDEE
(248,253,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2F38A color. Also use rgb(178,243,138) instead hex code.

Text Font Color

.myTextColor { color: #B2F38A; }

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

This text font color is #B2F38A.


Background Color

.myBgColor { background-color: #B2F38A; }

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

This div background color is #B2F38A.


Border color

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

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

This div border color is #B2F38A.


Opacity

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

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

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

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

This text has shadow with #B2F38A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2F38A on black background.


Color preview on white background

This text has color #B2F38A on white background.



Black color preview on #B2F38A background

This text has black color on #B2F38A background.


White color preview on #B2F38A background

This text has white color on #B2F38A background.