COLOR #B2ED0E

HEX: #B2ED0E
RGB: (178,237,14)

Color info

#B2ED0E contains mainly red and green colors. Web safe color of #B2ED0E is #99FF00 (or #9F0).

RGB color model

#B2ED0E color RGB value is (178,237,14).

  • red value is 178;
  • green value is 237;
  • blue value is 14.
RGB:
(178,237,14)
(70%,93%,5%)

RGB channels and saturation

R 178 of 255 = 70%
G 237 of 255 = 93%
B 14 of 255 = 5%

178
237
14

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

Portions of RGB colors in percentages

R + G + B =
178 + 237 + 14 = 429 (100%)
R 178 of 429 ~ 41.49%
G 237 of 429 ~ 55.24%
B 14 of 429 ~ 3.26%

%41.49
%55.24

CMYK color model

#B2ED0E color CMYK value is (25,0,94,7).

  • cyan value is 24.89%
  • magenta value is 0.00%
  • yellow value is 94.09%
  • key color value is 7.06%
CMYK:
(25,0,94,7)
C25M0Y94K7 
(25%,0%,94%,7%)
(0.25/0.00/0.94/0.07)	

CMYK percentages

%24.89
%0
%94.09
%7.06

Codes

Color #B2ED0E in popluar color models

B2ED0E
RGB17823714
HSL76°88.84%49.22%
HSB/HSV76°94.09%92.94%
CMYK24.89%0.00%94.09%
7.06%

Color #B2ED0E in popluar number systems.

HEXB2ED0E
Decimal17823714
Binary10110010111011011110
Octal26235516

Shades and tints

Shades of #B2ED0E

#B2ED0E
(178,237,14)
#A2D80D
(162,216,13)
#92C30C
(146,195,12)
#82AE0B
(130,174,11)
#72990A
(114,153,10)
#628409
(98,132,9)
#526F08
(82,111,8)
#425A07
(66,90,7)
#324506
(50,69,6)
#223005
(34,48,5)
#121B04
(18,27,4)
#000000
(0,0,0)

Tints of #B2ED0E

#B2ED0E
(178,237,14)
#B9EE23
(185,238,35)
#C0EF38
(192,239,56)
#C7F04D
(199,240,77)
#CEF162
(206,241,98)
#D5F277
(213,242,119)
#DCF38C
(220,243,140)
#E3F4A1
(227,244,161)
#EAF5B6
(234,245,182)
#F1F6CB
(241,246,203)
#F8F7E0
(248,247,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2ED0E color. Also use rgb(178,237,14) instead hex code.

Text Font Color

.myTextColor { color: #B2ED0E; }

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

This text font color is #B2ED0E.


Background Color

.myBgColor { background-color: #B2ED0E; }

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

This div background color is #B2ED0E.


Border color

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

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

This div border color is #B2ED0E.


Opacity

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

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

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

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

This text has shadow with #B2ED0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2ED0E on black background.


Color preview on white background

This text has color #B2ED0E on white background.



Black color preview on #B2ED0E background

This text has black color on #B2ED0E background.


White color preview on #B2ED0E background

This text has white color on #B2ED0E background.