COLOR #B8EF2E

HEX: #B8EF2E
RGB: (184,239,46)

Color info

#B8EF2E contains mainly red and green colors. Web safe color of #B8EF2E is #CCFF33 (or #CF3).

RGB color model

#B8EF2E color RGB value is (184,239,46).

  • red value is 184;
  • green value is 239;
  • blue value is 46.
RGB:
(184,239,46)
(72%,94%,18%)

RGB channels and saturation

R 184 of 255 = 72%
G 239 of 255 = 94%
B 46 of 255 = 18%

184
239
46

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

Portions of RGB colors in percentages

R + G + B =
184 + 239 + 46 = 469 (100%)
R 184 of 469 ~ 39.23%
G 239 of 469 ~ 50.96%
B 46 of 469 ~ 9.81%

%39.23
%50.96
%9.81

CMYK color model

#B8EF2E color CMYK value is (23,0,81,6).

  • cyan value is 23.01%
  • magenta value is 0.00%
  • yellow value is 80.75%
  • key color value is 6.27%
CMYK:
(23,0,81,6)
C23M0Y81K6 
(23%,0%,81%,6%)
(0.23/0.00/0.81/0.06)	

CMYK percentages

%23.01
%0
%80.75
%6.27

Codes

Color #B8EF2E in popluar color models

B8EF2E
RGB18423946
HSL77°85.78%55.88%
HSB/HSV77°80.75%93.73%
CMYK23.01%0.00%80.75%
6.27%

Color #B8EF2E in popluar number systems.

HEXB8EF2E
Decimal18423946
Binary1011100011101111101110
Octal27035756

Shades and tints

Shades of #B8EF2E

#B8EF2E
(184,239,46)
#A8DA2A
(168,218,42)
#98C526
(152,197,38)
#88B022
(136,176,34)
#789B1E
(120,155,30)
#68861A
(104,134,26)
#587116
(88,113,22)
#485C12
(72,92,18)
#38470E
(56,71,14)
#28320A
(40,50,10)
#181D06
(24,29,6)
#000000
(0,0,0)

Tints of #B8EF2E

#B8EF2E
(184,239,46)
#BEF041
(190,240,65)
#C4F154
(196,241,84)
#CAF267
(202,242,103)
#D0F37A
(208,243,122)
#D6F48D
(214,244,141)
#DCF5A0
(220,245,160)
#E2F6B3
(226,246,179)
#E8F7C6
(232,247,198)
#EEF8D9
(238,248,217)
#F4F9EC
(244,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8EF2E color. Also use rgb(184,239,46) instead hex code.

Text Font Color

.myTextColor { color: #B8EF2E; }

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

This text font color is #B8EF2E.


Background Color

.myBgColor { background-color: #B8EF2E; }

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

This div background color is #B8EF2E.


Border color

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

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

This div border color is #B8EF2E.


Opacity

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

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

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

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

This text has shadow with #B8EF2E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B8EF2E on black background.


Color preview on white background

This text has color #B8EF2E on white background.



Black color preview on #B8EF2E background

This text has black color on #B8EF2E background.


White color preview on #B8EF2E background

This text has white color on #B8EF2E background.