COLOR #B0F000

HEX: #B0F000
RGB: (176,240,0)

Color info

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

RGB color model

#B0F000 color RGB value is (176,240,0).

  • red value is 176;
  • green value is 240;
  • blue value is 0.
RGB:
(176,240,0)
(69%,94%,0%)

RGB channels and saturation

R 176 of 255 = 69%
G 240 of 255 = 94%
B 0 of 255 = 0%

176
240
0

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

Portions of RGB colors in percentages

R + G + B =
176 + 240 + 0 = 416 (100%)
R 176 of 416 ~ 42.31%
G 240 of 416 ~ 57.69%
B 0 of 416 ~ 0%

%42.31
%57.69

CMYK color model

#B0F000 color CMYK value is (27,0,100,6).

  • cyan value is 26.67%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 5.88%
CMYK:
(27,0,100,6)
C27M0Y100K6 
(27%,0%,100%,6%)
(0.27/0.00/1.00/0.06)	

CMYK percentages

%26.67
%0
%100
%5.88

Codes

Color #B0F000 in popluar color models

B0F000
RGB1762400
HSL76°100.00%47.06%
HSB/HSV76°100.00%94.12%
CMYK26.67%0.00%100.00%
5.88%

Color #B0F000 in popluar number systems.

HEXB0F000
Decimal1762400
Binary10110000111100000
Octal2603600

Shades and tints

Shades of #B0F000

#B0F000
(176,240,0)
#A0DB00
(160,219,0)
#90C600
(144,198,0)
#80B100
(128,177,0)
#709C00
(112,156,0)
#608700
(96,135,0)
#507200
(80,114,0)
#405D00
(64,93,0)
#304800
(48,72,0)
#203300
(32,51,0)
#101E00
(16,30,0)
#000000
(0,0,0)

Tints of #B0F000

#B0F000
(176,240,0)
#B7F117
(183,241,23)
#BEF22E
(190,242,46)
#C5F345
(197,243,69)
#CCF45C
(204,244,92)
#D3F573
(211,245,115)
#DAF68A
(218,246,138)
#E1F7A1
(225,247,161)
#E8F8B8
(232,248,184)
#EFF9CF
(239,249,207)
#F6FAE6
(246,250,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0F000 color. Also use rgb(176,240,0) instead hex code.

Text Font Color

.myTextColor { color: #B0F000; }

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

This text font color is #B0F000.


Background Color

.myBgColor { background-color: #B0F000; }

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

This div background color is #B0F000.


Border color

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

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

This div border color is #B0F000.


Opacity

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

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

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

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

This text has shadow with #B0F000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0F000 on black background.


Color preview on white background

This text has color #B0F000 on white background.



Black color preview on #B0F000 background

This text has black color on #B0F000 background.


White color preview on #B0F000 background

This text has white color on #B0F000 background.