COLOR #B4E517

HEX: #B4E517
RGB: (180,229,23)

Color info

#B4E517 contains mainly red and green colors. Web safe color of #B4E517 is #CCCC00 (or #CC0).

RGB color model

#B4E517 color RGB value is (180,229,23).

  • red value is 180;
  • green value is 229;
  • blue value is 23.
RGB:
(180,229,23)
(71%,90%,9%)

RGB channels and saturation

R 180 of 255 = 71%
G 229 of 255 = 90%
B 23 of 255 = 9%

180
229
23

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

Portions of RGB colors in percentages

R + G + B =
180 + 229 + 23 = 432 (100%)
R 180 of 432 ~ 41.67%
G 229 of 432 ~ 53.01%
B 23 of 432 ~ 5.32%

%41.67
%53.01

CMYK color model

#B4E517 color CMYK value is (21,0,90,10).

  • cyan value is 21.40%
  • magenta value is 0.00%
  • yellow value is 89.96%
  • key color value is 10.20%
CMYK:
(21,0,90,10)
C21M0Y90K10 
(21%,0%,90%,10%)
(0.21/0.00/0.90/0.10)	

CMYK percentages

%21.4
%0
%89.96
%10.2

Codes

Color #B4E517 in popluar color models

B4E517
RGB18022923
HSL74°81.75%49.41%
HSB/HSV74°89.96%89.80%
CMYK21.40%0.00%89.96%
10.20%

Color #B4E517 in popluar number systems.

HEXB4E517
Decimal18022923
Binary101101001110010110111
Octal26434527

Shades and tints

Shades of #B4E517

#B4E517
(180,229,23)
#A4D115
(164,209,21)
#94BD13
(148,189,19)
#84A911
(132,169,17)
#74950F
(116,149,15)
#64810D
(100,129,13)
#546D0B
(84,109,11)
#445909
(68,89,9)
#344507
(52,69,7)
#243105
(36,49,5)
#141D03
(20,29,3)
#000000
(0,0,0)

Tints of #B4E517

#B4E517
(180,229,23)
#BAE72C
(186,231,44)
#C0E941
(192,233,65)
#C6EB56
(198,235,86)
#CCED6B
(204,237,107)
#D2EF80
(210,239,128)
#D8F195
(216,241,149)
#DEF3AA
(222,243,170)
#E4F5BF
(228,245,191)
#EAF7D4
(234,247,212)
#F0F9E9
(240,249,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4E517 color. Also use rgb(180,229,23) instead hex code.

Text Font Color

.myTextColor { color: #B4E517; }

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

This text font color is #B4E517.


Background Color

.myBgColor { background-color: #B4E517; }

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

This div background color is #B4E517.


Border color

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

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

This div border color is #B4E517.


Opacity

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

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

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

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

This text has shadow with #B4E517 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4E517 on black background.


Color preview on white background

This text has color #B4E517 on white background.



Black color preview on #B4E517 background

This text has black color on #B4E517 background.


White color preview on #B4E517 background

This text has white color on #B4E517 background.