COLOR #B2FC07

HEX: #B2FC07
RGB: (178,252,7)

Color info

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

RGB color model

#B2FC07 color RGB value is (178,252,7).

  • red value is 178;
  • green value is 252;
  • blue value is 7.
RGB:
(178,252,7)
(70%,99%,3%)

RGB channels and saturation

R 178 of 255 = 70%
G 252 of 255 = 99%
B 7 of 255 = 3%

178
252
7

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

Portions of RGB colors in percentages

R + G + B =
178 + 252 + 7 = 437 (100%)
R 178 of 437 ~ 40.73%
G 252 of 437 ~ 57.67%
B 7 of 437 ~ 1.6%

%40.73
%57.67

CMYK color model

#B2FC07 color CMYK value is (29,0,97,1).

  • cyan value is 29.37%
  • magenta value is 0.00%
  • yellow value is 97.22%
  • key color value is 1.18%
CMYK:
(29,0,97,1)
C29M0Y97K1 
(29%,0%,97%,1%)
(0.29/0.00/0.97/0.01)	

CMYK percentages

%29.37
%0
%97.22
%1.18

Codes

Color #B2FC07 in popluar color models

B2FC07
RGB1782527
HSL78°97.61%50.78%
HSB/HSV78°97.22%98.82%
CMYK29.37%0.00%97.22%
1.18%

Color #B2FC07 in popluar number systems.

HEXB2FC07
Decimal1782527
Binary1011001011111100111
Octal2623747

Shades and tints

Shades of #B2FC07

#B2FC07
(178,252,7)
#A2E607
(162,230,7)
#92D007
(146,208,7)
#82BA07
(130,186,7)
#72A407
(114,164,7)
#628E07
(98,142,7)
#527807
(82,120,7)
#426207
(66,98,7)
#324C07
(50,76,7)
#223607
(34,54,7)
#122007
(18,32,7)
#000000
(0,0,0)

Tints of #B2FC07

#B2FC07
(178,252,7)
#B9FC1D
(185,252,29)
#C0FC33
(192,252,51)
#C7FC49
(199,252,73)
#CEFC5F
(206,252,95)
#D5FC75
(213,252,117)
#DCFC8B
(220,252,139)
#E3FCA1
(227,252,161)
#EAFCB7
(234,252,183)
#F1FCCD
(241,252,205)
#F8FCE3
(248,252,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2FC07 color. Also use rgb(178,252,7) instead hex code.

Text Font Color

.myTextColor { color: #B2FC07; }

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

This text font color is #B2FC07.


Background Color

.myBgColor { background-color: #B2FC07; }

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

This div background color is #B2FC07.


Border color

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

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

This div border color is #B2FC07.


Opacity

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

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

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

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

This text has shadow with #B2FC07 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2FC07 on black background.


Color preview on white background

This text has color #B2FC07 on white background.



Black color preview on #B2FC07 background

This text has black color on #B2FC07 background.


White color preview on #B2FC07 background

This text has white color on #B2FC07 background.