COLOR #B2E278

HEX: #B2E278
RGB: (178,226,120)

Color info

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

RGB color model

#B2E278 color RGB value is (178,226,120).

  • red value is 178;
  • green value is 226;
  • blue value is 120.
RGB:
(178,226,120)
(70%,89%,47%)

RGB channels and saturation

R 178 of 255 = 70%
G 226 of 255 = 89%
B 120 of 255 = 47%

178
226
120

R + G + B ~ 69%. #B2E278 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 226 + 120 = 524 (100%)
R 178 of 524 ~ 33.97%
G 226 of 524 ~ 43.13%
B 120 of 524 ~ 22.9%

%33.97
%43.13
%22.9

CMYK color model

#B2E278 color CMYK value is (21,0,47,11).

  • cyan value is 21.24%
  • magenta value is 0.00%
  • yellow value is 46.90%
  • key color value is 11.37%
CMYK:
(21,0,47,11)
C21M0Y47K11 
(21%,0%,47%,11%)
(0.21/0.00/0.47/0.11)	

CMYK percentages

%21.24
%0
%46.9
%11.37

Codes

Color #B2E278 in popluar color models

B2E278
RGB178226120
HSL87°64.63%67.84%
HSB/HSV87°46.90%88.63%
CMYK21.24%0.00%46.90%
11.37%

Color #B2E278 in popluar number systems.

HEXB2E278
Decimal178226120
Binary10110010111000101111000
Octal262342170

Shades and tints

Shades of #B2E278

#B2E278
(178,226,120)
#A2CE6E
(162,206,110)
#92BA64
(146,186,100)
#82A65A
(130,166,90)
#729250
(114,146,80)
#627E46
(98,126,70)
#526A3C
(82,106,60)
#425632
(66,86,50)
#324228
(50,66,40)
#222E1E
(34,46,30)
#121A14
(18,26,20)
#000000
(0,0,0)

Tints of #B2E278

#B2E278
(178,226,120)
#B9E484
(185,228,132)
#C0E690
(192,230,144)
#C7E89C
(199,232,156)
#CEEAA8
(206,234,168)
#D5ECB4
(213,236,180)
#DCEEC0
(220,238,192)
#E3F0CC
(227,240,204)
#EAF2D8
(234,242,216)
#F1F4E4
(241,244,228)
#F8F6F0
(248,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2E278 color. Also use rgb(178,226,120) instead hex code.

Text Font Color

.myTextColor { color: #B2E278; }

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

This text font color is #B2E278.


Background Color

.myBgColor { background-color: #B2E278; }

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

This div background color is #B2E278.


Border color

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

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

This div border color is #B2E278.


Opacity

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

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

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

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

This text has shadow with #B2E278 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2E278 on black background.


Color preview on white background

This text has color #B2E278 on white background.



Black color preview on #B2E278 background

This text has black color on #B2E278 background.


White color preview on #B2E278 background

This text has white color on #B2E278 background.