COLOR #B1E41D

HEX: #B1E41D
RGB: (177,228,29)

Color info

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

RGB color model

#B1E41D color RGB value is (177,228,29).

  • red value is 177;
  • green value is 228;
  • blue value is 29.
RGB:
(177,228,29)
(69%,89%,11%)

RGB channels and saturation

R 177 of 255 = 69%
G 228 of 255 = 89%
B 29 of 255 = 11%

177
228
29

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

Portions of RGB colors in percentages

R + G + B =
177 + 228 + 29 = 434 (100%)
R 177 of 434 ~ 40.78%
G 228 of 434 ~ 52.53%
B 29 of 434 ~ 6.68%

%40.78
%52.53

CMYK color model

#B1E41D color CMYK value is (22,0,87,11).

  • cyan value is 22.37%
  • magenta value is 0.00%
  • yellow value is 87.28%
  • key color value is 10.59%
CMYK:
(22,0,87,11)
C22M0Y87K11 
(22%,0%,87%,11%)
(0.22/0.00/0.87/0.11)	

CMYK percentages

%22.37
%0
%87.28
%10.59

Codes

Color #B1E41D in popluar color models

B1E41D
RGB17722829
HSL75°78.66%50.39%
HSB/HSV75°87.28%89.41%
CMYK22.37%0.00%87.28%
10.59%

Color #B1E41D in popluar number systems.

HEXB1E41D
Decimal17722829
Binary101100011110010011101
Octal26134435

Shades and tints

Shades of #B1E41D

#B1E41D
(177,228,29)
#A1D01B
(161,208,27)
#91BC19
(145,188,25)
#81A817
(129,168,23)
#719415
(113,148,21)
#618013
(97,128,19)
#516C11
(81,108,17)
#41580F
(65,88,15)
#31440D
(49,68,13)
#21300B
(33,48,11)
#111C09
(17,28,9)
#000000
(0,0,0)

Tints of #B1E41D

#B1E41D
(177,228,29)
#B8E631
(184,230,49)
#BFE845
(191,232,69)
#C6EA59
(198,234,89)
#CDEC6D
(205,236,109)
#D4EE81
(212,238,129)
#DBF095
(219,240,149)
#E2F2A9
(226,242,169)
#E9F4BD
(233,244,189)
#F0F6D1
(240,246,209)
#F7F8E5
(247,248,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B1E41D color. Also use rgb(177,228,29) instead hex code.

Text Font Color

.myTextColor { color: #B1E41D; }

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

This text font color is #B1E41D.


Background Color

.myBgColor { background-color: #B1E41D; }

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

This div background color is #B1E41D.


Border color

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

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

This div border color is #B1E41D.


Opacity

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

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

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

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

This text has shadow with #B1E41D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B1E41D on black background.


Color preview on white background

This text has color #B1E41D on white background.



Black color preview on #B1E41D background

This text has black color on #B1E41D background.


White color preview on #B1E41D background

This text has white color on #B1E41D background.