COLOR #B2ED00

HEX: #B2ED00
RGB: (178,237,0)

Color info

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

RGB color model

#B2ED00 color RGB value is (178,237,0).

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

RGB channels and saturation

R 178 of 255 = 70%
G 237 of 255 = 93%
B 0 of 255 = 0%

178
237
0

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

Portions of RGB colors in percentages

R + G + B =
178 + 237 + 0 = 415 (100%)
R 178 of 415 ~ 42.89%
G 237 of 415 ~ 57.11%
B 0 of 415 ~ 0%

%42.89
%57.11

CMYK color model

#B2ED00 color CMYK value is (25,0,100,7).

  • cyan value is 24.89%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 7.06%
CMYK:
(25,0,100,7)
C25M0Y100K7 
(25%,0%,100%,7%)
(0.25/0.00/1.00/0.07)	

CMYK percentages

%24.89
%0
%100
%7.06

Codes

Color #B2ED00 in popluar color models

B2ED00
RGB1782370
HSL75°100.00%46.47%
HSB/HSV75°100.00%92.94%
CMYK24.89%0.00%100.00%
7.06%

Color #B2ED00 in popluar number systems.

HEXB2ED00
Decimal1782370
Binary10110010111011010
Octal2623550

Shades and tints

Shades of #B2ED00

#B2ED00
(178,237,0)
#A2D800
(162,216,0)
#92C300
(146,195,0)
#82AE00
(130,174,0)
#729900
(114,153,0)
#628400
(98,132,0)
#526F00
(82,111,0)
#425A00
(66,90,0)
#324500
(50,69,0)
#223000
(34,48,0)
#121B00
(18,27,0)
#000000
(0,0,0)

Tints of #B2ED00

#B2ED00
(178,237,0)
#B9EE17
(185,238,23)
#C0EF2E
(192,239,46)
#C7F045
(199,240,69)
#CEF15C
(206,241,92)
#D5F273
(213,242,115)
#DCF38A
(220,243,138)
#E3F4A1
(227,244,161)
#EAF5B8
(234,245,184)
#F1F6CF
(241,246,207)
#F8F7E6
(248,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B2ED00; }

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

This text font color is #B2ED00.


Background Color

.myBgColor { background-color: #B2ED00; }

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

This div background color is #B2ED00.


Border color

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

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

This div border color is #B2ED00.


Opacity

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

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

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

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

This text has shadow with #B2ED00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2ED00 on black background.


Color preview on white background

This text has color #B2ED00 on white background.



Black color preview on #B2ED00 background

This text has black color on #B2ED00 background.


White color preview on #B2ED00 background

This text has white color on #B2ED00 background.