COLOR #B0E145

HEX: #B0E145
RGB: (176,225,69)

Color info

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

RGB color model

#B0E145 color RGB value is (176,225,69).

  • red value is 176;
  • green value is 225;
  • blue value is 69.
RGB:
(176,225,69)
(69%,88%,27%)

RGB channels and saturation

R 176 of 255 = 69%
G 225 of 255 = 88%
B 69 of 255 = 27%

176
225
69

R + G + B ~ 61%. #B0E145 is quite light color.

Portions of RGB colors in percentages

R + G + B =
176 + 225 + 69 = 470 (100%)
R 176 of 470 ~ 37.45%
G 225 of 470 ~ 47.87%
B 69 of 470 ~ 14.68%

%37.45
%47.87
%14.68

CMYK color model

#B0E145 color CMYK value is (22,0,69,12).

  • cyan value is 21.78%
  • magenta value is 0.00%
  • yellow value is 69.33%
  • key color value is 11.76%
CMYK:
(22,0,69,12)
C22M0Y69K12 
(22%,0%,69%,12%)
(0.22/0.00/0.69/0.12)	

CMYK percentages

%21.78
%0
%69.33
%11.76

Codes

Color #B0E145 in popluar color models

B0E145
RGB17622569
HSL79°72.22%57.65%
HSB/HSV79°69.33%88.24%
CMYK21.78%0.00%69.33%
11.76%

Color #B0E145 in popluar number systems.

HEXB0E145
Decimal17622569
Binary10110000111000011000101
Octal260341105

Shades and tints

Shades of #B0E145

#B0E145
(176,225,69)
#A0CD3F
(160,205,63)
#90B939
(144,185,57)
#80A533
(128,165,51)
#70912D
(112,145,45)
#607D27
(96,125,39)
#506921
(80,105,33)
#40551B
(64,85,27)
#304115
(48,65,21)
#202D0F
(32,45,15)
#101909
(16,25,9)
#000000
(0,0,0)

Tints of #B0E145

#B0E145
(176,225,69)
#B7E355
(183,227,85)
#BEE565
(190,229,101)
#C5E775
(197,231,117)
#CCE985
(204,233,133)
#D3EB95
(211,235,149)
#DAEDA5
(218,237,165)
#E1EFB5
(225,239,181)
#E8F1C5
(232,241,197)
#EFF3D5
(239,243,213)
#F6F5E5
(246,245,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0E145 color. Also use rgb(176,225,69) instead hex code.

Text Font Color

.myTextColor { color: #B0E145; }

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

This text font color is #B0E145.


Background Color

.myBgColor { background-color: #B0E145; }

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

This div background color is #B0E145.


Border color

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

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

This div border color is #B0E145.


Opacity

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

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

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

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

This text has shadow with #B0E145 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B0E145 on black background.


Color preview on white background

This text has color #B0E145 on white background.



Black color preview on #B0E145 background

This text has black color on #B0E145 background.


White color preview on #B0E145 background

This text has white color on #B0E145 background.