COLOR #B3E047

HEX: #B3E047
RGB: (179,224,71)

Color info

#B3E047 contains mainly red and green colors. Web safe color of #B3E047 is #99CC33 (or #9C3).

RGB color model

#B3E047 color RGB value is (179,224,71).

  • red value is 179;
  • green value is 224;
  • blue value is 71.
RGB:
(179,224,71)
(70%,88%,28%)

RGB channels and saturation

R 179 of 255 = 70%
G 224 of 255 = 88%
B 71 of 255 = 28%

179
224
71

R + G + B ~ 62%. #B3E047 is quite light color.

Portions of RGB colors in percentages

R + G + B =
179 + 224 + 71 = 474 (100%)
R 179 of 474 ~ 37.76%
G 224 of 474 ~ 47.26%
B 71 of 474 ~ 14.98%

%37.76
%47.26
%14.98

CMYK color model

#B3E047 color CMYK value is (20,0,68,12).

  • cyan value is 20.09%
  • magenta value is 0.00%
  • yellow value is 68.30%
  • key color value is 12.16%
CMYK:
(20,0,68,12)
C20M0Y68K12 
(20%,0%,68%,12%)
(0.20/0.00/0.68/0.12)	

CMYK percentages

%20.09
%0
%68.3
%12.16

Codes

Color #B3E047 in popluar color models

B3E047
RGB17922471
HSL78°71.16%57.84%
HSB/HSV78°68.30%87.84%
CMYK20.09%0.00%68.30%
12.16%

Color #B3E047 in popluar number systems.

HEXB3E047
Decimal17922471
Binary10110011111000001000111
Octal263340107

Shades and tints

Shades of #B3E047

#B3E047
(179,224,71)
#A3CC41
(163,204,65)
#93B83B
(147,184,59)
#83A435
(131,164,53)
#73902F
(115,144,47)
#637C29
(99,124,41)
#536823
(83,104,35)
#43541D
(67,84,29)
#334017
(51,64,23)
#232C11
(35,44,17)
#13180B
(19,24,11)
#000000
(0,0,0)

Tints of #B3E047

#B3E047
(179,224,71)
#B9E257
(185,226,87)
#BFE467
(191,228,103)
#C5E677
(197,230,119)
#CBE887
(203,232,135)
#D1EA97
(209,234,151)
#D7ECA7
(215,236,167)
#DDEEB7
(221,238,183)
#E3F0C7
(227,240,199)
#E9F2D7
(233,242,215)
#EFF4E7
(239,244,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3E047 color. Also use rgb(179,224,71) instead hex code.

Text Font Color

.myTextColor { color: #B3E047; }

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

This text font color is #B3E047.


Background Color

.myBgColor { background-color: #B3E047; }

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

This div background color is #B3E047.


Border color

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

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

This div border color is #B3E047.


Opacity

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

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

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

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

This text has shadow with #B3E047 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3E047 on black background.


Color preview on white background

This text has color #B3E047 on white background.



Black color preview on #B3E047 background

This text has black color on #B3E047 background.


White color preview on #B3E047 background

This text has white color on #B3E047 background.