COLOR #B4FC1F

HEX: #B4FC1F
RGB: (180,252,31)

Color info

#B4FC1F contains mainly green color. Web safe color of #B4FC1F is #CCFF33 (or #CF3).

RGB color model

#B4FC1F color RGB value is (180,252,31).

  • red value is 180;
  • green value is 252;
  • blue value is 31.
RGB:
(180,252,31)
(71%,99%,12%)

RGB channels and saturation

R 180 of 255 = 71%
G 252 of 255 = 99%
B 31 of 255 = 12%

180
252
31

R + G + B ~ 61%. #B4FC1F is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 252 + 31 = 463 (100%)
R 180 of 463 ~ 38.88%
G 252 of 463 ~ 54.43%
B 31 of 463 ~ 6.7%

%38.88
%54.43

CMYK color model

#B4FC1F color CMYK value is (29,0,88,1).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 87.70%
  • key color value is 1.18%
CMYK:
(29,0,88,1)
C29M0Y88K1 
(29%,0%,88%,1%)
(0.29/0.00/0.88/0.01)	

CMYK percentages

%28.57
%0
%87.7
%1.18

Codes

Color #B4FC1F in popluar color models

B4FC1F
RGB18025231
HSL80°97.36%55.49%
HSB/HSV80°87.70%98.82%
CMYK28.57%0.00%87.70%
1.18%

Color #B4FC1F in popluar number systems.

HEXB4FC1F
Decimal18025231
Binary101101001111110011111
Octal26437437

Shades and tints

Shades of #B4FC1F

#B4FC1F
(180,252,31)
#A4E61D
(164,230,29)
#94D01B
(148,208,27)
#84BA19
(132,186,25)
#74A417
(116,164,23)
#648E15
(100,142,21)
#547813
(84,120,19)
#446211
(68,98,17)
#344C0F
(52,76,15)
#24360D
(36,54,13)
#14200B
(20,32,11)
#000000
(0,0,0)

Tints of #B4FC1F

#B4FC1F
(180,252,31)
#BAFC33
(186,252,51)
#C0FC47
(192,252,71)
#C6FC5B
(198,252,91)
#CCFC6F
(204,252,111)
#D2FC83
(210,252,131)
#D8FC97
(216,252,151)
#DEFCAB
(222,252,171)
#E4FCBF
(228,252,191)
#EAFCD3
(234,252,211)
#F0FCE7
(240,252,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4FC1F color. Also use rgb(180,252,31) instead hex code.

Text Font Color

.myTextColor { color: #B4FC1F; }

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

This text font color is #B4FC1F.


Background Color

.myBgColor { background-color: #B4FC1F; }

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

This div background color is #B4FC1F.


Border color

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

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

This div border color is #B4FC1F.


Opacity

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

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

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

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

This text has shadow with #B4FC1F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4FC1F on black background.


Color preview on white background

This text has color #B4FC1F on white background.



Black color preview on #B4FC1F background

This text has black color on #B4FC1F background.


White color preview on #B4FC1F background

This text has white color on #B4FC1F background.