COLOR #B0E420

HEX: #B0E420
RGB: (176,228,32)

Color info

#B0E420 contains mainly red and green colors. Web safe color of #B0E420 is #99CC33 (or #9C3).

RGB color model

#B0E420 color RGB value is (176,228,32).

  • red value is 176;
  • green value is 228;
  • blue value is 32.
RGB:
(176,228,32)
(69%,89%,13%)

RGB channels and saturation

R 176 of 255 = 69%
G 228 of 255 = 89%
B 32 of 255 = 13%

176
228
32

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

Portions of RGB colors in percentages

R + G + B =
176 + 228 + 32 = 436 (100%)
R 176 of 436 ~ 40.37%
G 228 of 436 ~ 52.29%
B 32 of 436 ~ 7.34%

%40.37
%52.29

CMYK color model

#B0E420 color CMYK value is (23,0,86,11).

  • cyan value is 22.81%
  • magenta value is 0.00%
  • yellow value is 85.96%
  • key color value is 10.59%
CMYK:
(23,0,86,11)
C23M0Y86K11 
(23%,0%,86%,11%)
(0.23/0.00/0.86/0.11)	

CMYK percentages

%22.81
%0
%85.96
%10.59

Codes

Color #B0E420 in popluar color models

B0E420
RGB17622832
HSL76°78.40%50.98%
HSB/HSV76°85.96%89.41%
CMYK22.81%0.00%85.96%
10.59%

Color #B0E420 in popluar number systems.

HEXB0E420
Decimal17622832
Binary1011000011100100100000
Octal26034440

Shades and tints

Shades of #B0E420

#B0E420
(176,228,32)
#A0D01E
(160,208,30)
#90BC1C
(144,188,28)
#80A81A
(128,168,26)
#709418
(112,148,24)
#608016
(96,128,22)
#506C14
(80,108,20)
#405812
(64,88,18)
#304410
(48,68,16)
#20300E
(32,48,14)
#101C0C
(16,28,12)
#000000
(0,0,0)

Tints of #B0E420

#B0E420
(176,228,32)
#B7E634
(183,230,52)
#BEE848
(190,232,72)
#C5EA5C
(197,234,92)
#CCEC70
(204,236,112)
#D3EE84
(211,238,132)
#DAF098
(218,240,152)
#E1F2AC
(225,242,172)
#E8F4C0
(232,244,192)
#EFF6D4
(239,246,212)
#F6F8E8
(246,248,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0E420 color. Also use rgb(176,228,32) instead hex code.

Text Font Color

.myTextColor { color: #B0E420; }

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

This text font color is #B0E420.


Background Color

.myBgColor { background-color: #B0E420; }

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

This div background color is #B0E420.


Border color

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

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

This div border color is #B0E420.


Opacity

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

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

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

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

This text has shadow with #B0E420 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0E420 on black background.


Color preview on white background

This text has color #B0E420 on white background.



Black color preview on #B0E420 background

This text has black color on #B0E420 background.


White color preview on #B0E420 background

This text has white color on #B0E420 background.