COLOR #B3EF4D

HEX: #B3EF4D RGB: (179,239,77)

Color info

#B3EF4D contains mainly green color. Web safe color of #B3EF4D is #99FF33 (or #9F3).

RGB color model

#B3EF4D color RGB value is (179,239,77).

RGB: (179,239,77) (70%, 94%, 30%)

RGB channels and saturation

R 179 of 255 = 70%
G 239 of 255 = 94%
B 77 of 255 = 30%

179
239
77

R + G + B ~ 65%. #B3EF4D is quite light color.

Portions of RGB colors in percentages

R + G + B = 179 + 239 + 77 = 495 (100%)
R 179 of 495 ~ 36.16%
G 239 of 495 ~ 48.28%
B 77 of 495 ~ 15.56'%

%36.16
%48.28
%15.56

CMYK color model

#B3EF4D color CMYK value is (25,0,68,6).

  • cyan value is 25.10%
  • magenta value is 0.00%
  • yellow value is 67.78%
  • key color value is 6.27%
CMYK: (25,0,68,6) C25M0Y68K6 (25%,0%,68%,6%) (0.25/0.00/0.68/0.06) 

CMYK percentages

%25.1
%0
%67.78
%6.27

Codes

Color #B3EF4D in popluar color models

B3 EF 4D
RGB 179 239 77
HSL 82° 83.51% 61.96%
HSB/HSV 82° 67.78% 93.73%
CMYK 25.10% 0.00% 67.78%
6.27%

Color #B3EF4D in popluar number systems.

HEX B3 EF 4D
Decimal 179 239 77
Binary 10110011 11101111 1001101
Octal 263 357 115

Shades and tints

Shades of #B3EF4D

#B3EF4D
(179,239,77)
#A3DA46
(163,218,70)
#93C53F
(147,197,63)
#83B038
(131,176,56)
#739B31
(115,155,49)
#63862A
(99,134,42)
#537123
(83,113,35)
#435C1C
(67,92,28)
#334715
(51,71,21)
#23320E
(35,50,14)
#131D07
(19,29,7)
#000000
(0,0,0)

Tints of #B3EF4D

#B3EF4D
(179,239,77)
#B9F05D
(185,240,93)
#BFF16D
(191,241,109)
#C5F27D
(197,242,125)
#CBF38D
(203,243,141)
#D1F49D
(209,244,157)
#D7F5AD
(215,245,173)
#DDF6BD
(221,246,189)
#E3F7CD
(227,247,205)
#E9F8DD
(233,248,221)
#EFF9ED
(239,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3EF4D color. Also use rgb(179,239,77) instead hex code.

Text Font Color

.myTextColor { color: #B3EF4D; }

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

This text font color is #B3EF4D.

Background Color

.myBgColor { background-color: #B3EF4D; }

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

This div background color is #B3EF4D.

Border color

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

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

This div border color is #B3EF4D.

Opacity

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

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

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

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

This text has shadow with #B3EF4D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B3EF4D.

Preview

Color preview on black background

This text has color #B3EF4D on black background.


Color preview on white background

This text has color #B3EF4D on white background.


Black color preview on #B3EF4D background

This text has black color on #B3EF4D background.


White color preview on #B3EF4D background

This text has white color on #B3EF4D background.


Related colors

Complementary color

Complementary color for #hex is #4C10B2.


I love getcolorcode.com

Triadic colors

1 #4DB3EF and #EF4DB3 with #B3EF4D are triadic colors.

2 #4DEFB3 and #EFB34D with #B3EF4D are triadic colors.