COLOR #B0F282

HEX: #B0F282
RGB: (176,242,130)

Color info

#B0F282 contains mainly green color. Web safe color of #B0F282 is #99FF99 (or #9F9).

RGB color model

#B0F282 color RGB value is (176,242,130).

  • red value is 176;
  • green value is 242;
  • blue value is 130.
RGB:
(176,242,130)
(69%,95%,51%)

RGB channels and saturation

R 176 of 255 = 69%
G 242 of 255 = 95%
B 130 of 255 = 51%

176
242
130

R + G + B ~ 72%. #B0F282 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 242 + 130 = 548 (100%)
R 176 of 548 ~ 32.12%
G 242 of 548 ~ 44.16%
B 130 of 548 ~ 23.72%

%32.12
%44.16
%23.72

CMYK color model

#B0F282 color CMYK value is (27,0,46,5).

  • cyan value is 27.27%
  • magenta value is 0.00%
  • yellow value is 46.28%
  • key color value is 5.10%
CMYK:
(27,0,46,5)
C27M0Y46K5 
(27%,0%,46%,5%)
(0.27/0.00/0.46/0.05)	

CMYK percentages

%27.27
%0
%46.28
%5.1

Codes

Color #B0F282 in popluar color models

B0F282
RGB176242130
HSL95°81.16%72.94%
HSB/HSV95°46.28%94.90%
CMYK27.27%0.00%46.28%
5.10%

Color #B0F282 in popluar number systems.

HEXB0F282
Decimal176242130
Binary101100001111001010000010
Octal260362202

Shades and tints

Shades of #B0F282

#B0F282
(176,242,130)
#A0DC77
(160,220,119)
#90C66C
(144,198,108)
#80B061
(128,176,97)
#709A56
(112,154,86)
#60844B
(96,132,75)
#506E40
(80,110,64)
#405835
(64,88,53)
#30422A
(48,66,42)
#202C1F
(32,44,31)
#101614
(16,22,20)
#000000
(0,0,0)

Tints of #B0F282

#B0F282
(176,242,130)
#B7F38D
(183,243,141)
#BEF498
(190,244,152)
#C5F5A3
(197,245,163)
#CCF6AE
(204,246,174)
#D3F7B9
(211,247,185)
#DAF8C4
(218,248,196)
#E1F9CF
(225,249,207)
#E8FADA
(232,250,218)
#EFFBE5
(239,251,229)
#F6FCF0
(246,252,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0F282 color. Also use rgb(176,242,130) instead hex code.

Text Font Color

.myTextColor { color: #B0F282; }

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

This text font color is #B0F282.


Background Color

.myBgColor { background-color: #B0F282; }

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

This div background color is #B0F282.


Border color

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

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

This div border color is #B0F282.


Opacity

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

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

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

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

This text has shadow with #B0F282 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0F282 on black background.


Color preview on white background

This text has color #B0F282 on white background.



Black color preview on #B0F282 background

This text has black color on #B0F282 background.


White color preview on #B0F282 background

This text has white color on #B0F282 background.