COLOR #B3F517

HEX: #B3F517
RGB: (179,245,23)

Color info

#B3F517 contains mainly green color. Web safe color of #B3F517 is #99FF00 (or #9F0).

RGB color model

#B3F517 color RGB value is (179,245,23).

  • red value is 179;
  • green value is 245;
  • blue value is 23.
RGB:
(179,245,23)
(70%,96%,9%)

RGB channels and saturation

R 179 of 255 = 70%
G 245 of 255 = 96%
B 23 of 255 = 9%

179
245
23

R + G + B ~ 58%. #B3F517 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
179 + 245 + 23 = 447 (100%)
R 179 of 447 ~ 40.04%
G 245 of 447 ~ 54.81%
B 23 of 447 ~ 5.15%

%40.04
%54.81

CMYK color model

#B3F517 color CMYK value is (27,0,91,4).

  • cyan value is 26.94%
  • magenta value is 0.00%
  • yellow value is 90.61%
  • key color value is 3.92%
CMYK:
(27,0,91,4)
C27M0Y91K4 
(27%,0%,91%,4%)
(0.27/0.00/0.91/0.04)	

CMYK percentages

%26.94
%0
%90.61
%3.92

Codes

Color #B3F517 in popluar color models

B3F517
RGB17924523
HSL78°91.74%52.55%
HSB/HSV78°90.61%96.08%
CMYK26.94%0.00%90.61%
3.92%

Color #B3F517 in popluar number systems.

HEXB3F517
Decimal17924523
Binary101100111111010110111
Octal26336527

Shades and tints

Shades of #B3F517

#B3F517
(179,245,23)
#A3DF15
(163,223,21)
#93C913
(147,201,19)
#83B311
(131,179,17)
#739D0F
(115,157,15)
#63870D
(99,135,13)
#53710B
(83,113,11)
#435B09
(67,91,9)
#334507
(51,69,7)
#232F05
(35,47,5)
#131903
(19,25,3)
#000000
(0,0,0)

Tints of #B3F517

#B3F517
(179,245,23)
#B9F52C
(185,245,44)
#BFF541
(191,245,65)
#C5F556
(197,245,86)
#CBF56B
(203,245,107)
#D1F580
(209,245,128)
#D7F595
(215,245,149)
#DDF5AA
(221,245,170)
#E3F5BF
(227,245,191)
#E9F5D4
(233,245,212)
#EFF5E9
(239,245,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B3F517 color. Also use rgb(179,245,23) instead hex code.

Text Font Color

.myTextColor { color: #B3F517; }

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

This text font color is #B3F517.


Background Color

.myBgColor { background-color: #B3F517; }

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

This div background color is #B3F517.


Border color

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

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

This div border color is #B3F517.


Opacity

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

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

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

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

This text has shadow with #B3F517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B3F517 on black background.


Color preview on white background

This text has color #B3F517 on white background.



Black color preview on #B3F517 background

This text has black color on #B3F517 background.


White color preview on #B3F517 background

This text has white color on #B3F517 background.