COLOR #B3E444

HEX: #B3E444 RGB: (179,228,68)

Color info

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

RGB color model

#B3E444 color RGB value is (179,228,68).

RGB: (179,228,68) (70%, 89%, 27%)

RGB channels and saturation

R 179 of 255 = 70%
G 228 of 255 = 89%
B 68 of 255 = 27%

179
228
68

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

Portions of RGB colors in percentages

R + G + B = 179 + 228 + 68 = 475 (100%)
R 179 of 475 ~ 37.68%
G 228 of 475 ~ 48%
B 68 of 475 ~ 14.32'%

%37.68
%48
%14.32

CMYK color model

#B3E444 color CMYK value is (21,0,70,11).

  • cyan value is 21.49%
  • magenta value is 0.00%
  • yellow value is 70.18%
  • key color value is 10.59%

CMYK: (21,0,70,11)
C21M0Y70K11 (21%, 0%, 70%, 11%)
(0.21 / 0.00 / 0.70 / 0.11)

CMYK percentages

%21.49
%0
%70.18
%10.59

Codes

Color #B3E444 in popluar color models

B3 E4 44
RGB 179 228 68
HSL 78° 74.77% 58.04%
HSB/HSV 78° 70.18% 89.41%
CMYK 21.49% 0.00% 70.18%
10.59%

Color #B3E444 in popluar number systems.

HEX B3 E4 44
Decimal 179 228 68
Binary 10110011 11100100 1000100
Octal 263 344 104

Shades and tints

Shades of #B3E444

#B3E444
(179,228,68)
#A3D03E
(163,208,62)
#93BC38
(147,188,56)
#83A832
(131,168,50)
#73942C
(115,148,44)
#638026
(99,128,38)
#536C20
(83,108,32)
#43581A
(67,88,26)
#334414
(51,68,20)
#23300E
(35,48,14)
#131C08
(19,28,8)
#000000
(0,0,0)

Tints of #B3E444

#B3E444
(179,228,68)
#B9E655
(185,230,85)
#BFE866
(191,232,102)
#C5EA77
(197,234,119)
#CBEC88
(203,236,136)
#D1EE99
(209,238,153)
#D7F0AA
(215,240,170)
#DDF2BB
(221,242,187)
#E3F4CC
(227,244,204)
#E9F6DD
(233,246,221)
#EFF8EE
(239,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3E444 color. Also use rgb(179,228,68) instead hex code.

Text Font Color

.myTextColor { color: #B3E444; }

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

This text font color is #B3E444.

Background Color

.myBgColor { background-color: #B3E444; }

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

This div background color is #B3E444.

Border color

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

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

This div border color is #B3E444.

Opacity

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

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

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

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

This text has shadow with #B3E444 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3E444.

Preview

Color preview on black background

This text has color #B3E444 on black background.


Color preview on white background

This text has color #B3E444 on white background.


Black color preview on #B3E444 background

This text has black color on #B3E444 background.


White color preview on #B3E444 background

This text has white color on #B3E444 background.


Related colors

Complementary color

Complementary color for #hex is #4C1BBB.


I love getcolorcode.com

Triadic colors

1 #44B3E4 and #E444B3 with #B3E444 are triadic colors.

2 #44E4B3 and #E4B344 with #B3E444 are triadic colors.