COLOR #B0E621

HEX: #B0E621
RGB: (176,230,33)

Color info

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

RGB color model

#B0E621 color RGB value is (176,230,33).

  • red value is 176;
  • green value is 230;
  • blue value is 33.
RGB:
(176,230,33)
(69%,90%,13%)

RGB channels and saturation

R 176 of 255 = 69%
G 230 of 255 = 90%
B 33 of 255 = 13%

176
230
33

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

Portions of RGB colors in percentages

R + G + B =
176 + 230 + 33 = 439 (100%)
R 176 of 439 ~ 40.09%
G 230 of 439 ~ 52.39%
B 33 of 439 ~ 7.52%

%40.09
%52.39

CMYK color model

#B0E621 color CMYK value is (23,0,86,10).

  • cyan value is 23.48%
  • magenta value is 0.00%
  • yellow value is 85.65%
  • key color value is 9.80%
CMYK:
(23,0,86,10)
C23M0Y86K10 
(23%,0%,86%,10%)
(0.23/0.00/0.86/0.10)	

CMYK percentages

%23.48
%0
%85.65
%9.8

Codes

Color #B0E621 in popluar color models

B0E621
RGB17623033
HSL76°79.76%51.57%
HSB/HSV76°85.65%90.20%
CMYK23.48%0.00%85.65%
9.80%

Color #B0E621 in popluar number systems.

HEXB0E621
Decimal17623033
Binary1011000011100110100001
Octal26034641

Shades and tints

Shades of #B0E621

#B0E621
(176,230,33)
#A0D21E
(160,210,30)
#90BE1B
(144,190,27)
#80AA18
(128,170,24)
#709615
(112,150,21)
#608212
(96,130,18)
#506E0F
(80,110,15)
#405A0C
(64,90,12)
#304609
(48,70,9)
#203206
(32,50,6)
#101E03
(16,30,3)
#000000
(0,0,0)

Tints of #B0E621

#B0E621
(176,230,33)
#B7E835
(183,232,53)
#BEEA49
(190,234,73)
#C5EC5D
(197,236,93)
#CCEE71
(204,238,113)
#D3F085
(211,240,133)
#DAF299
(218,242,153)
#E1F4AD
(225,244,173)
#E8F6C1
(232,246,193)
#EFF8D5
(239,248,213)
#F6FAE9
(246,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0E621 color. Also use rgb(176,230,33) instead hex code.

Text Font Color

.myTextColor { color: #B0E621; }

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

This text font color is #B0E621.


Background Color

.myBgColor { background-color: #B0E621; }

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

This div background color is #B0E621.


Border color

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

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

This div border color is #B0E621.


Opacity

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

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

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

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

This text has shadow with #B0E621 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0E621 on black background.


Color preview on white background

This text has color #B0E621 on white background.



Black color preview on #B0E621 background

This text has black color on #B0E621 background.


White color preview on #B0E621 background

This text has white color on #B0E621 background.