COLOR #B2EF74

HEX: #B2EF74
RGB: (178,239,116)

Color info

#B2EF74 contains mainly green color. Web safe color of #B2EF74 is #99FF66 (or #9F6).

RGB color model

#B2EF74 color RGB value is (178,239,116).

  • red value is 178;
  • green value is 239;
  • blue value is 116.
RGB:
(178,239,116)
(70%,94%,45%)

RGB channels and saturation

R 178 of 255 = 70%
G 239 of 255 = 94%
B 116 of 255 = 45%

178
239
116

R + G + B ~ 70%. #B2EF74 is quite light color.

Portions of RGB colors in percentages

R + G + B =
178 + 239 + 116 = 533 (100%)
R 178 of 533 ~ 33.4%
G 239 of 533 ~ 44.84%
B 116 of 533 ~ 21.76%

%33.4
%44.84
%21.76

CMYK color model

#B2EF74 color CMYK value is (26,0,51,6).

  • cyan value is 25.52%
  • magenta value is 0.00%
  • yellow value is 51.46%
  • key color value is 6.27%
CMYK:
(26,0,51,6)
C26M0Y51K6 
(26%,0%,51%,6%)
(0.26/0.00/0.51/0.06)	

CMYK percentages

%25.52
%0
%51.46
%6.27

Codes

Color #B2EF74 in popluar color models

B2EF74
RGB178239116
HSL90°79.35%69.61%
HSB/HSV90°51.46%93.73%
CMYK25.52%0.00%51.46%
6.27%

Color #B2EF74 in popluar number systems.

HEXB2EF74
Decimal178239116
Binary10110010111011111110100
Octal262357164

Shades and tints

Shades of #B2EF74

#B2EF74
(178,239,116)
#A2DA6A
(162,218,106)
#92C560
(146,197,96)
#82B056
(130,176,86)
#729B4C
(114,155,76)
#628642
(98,134,66)
#527138
(82,113,56)
#425C2E
(66,92,46)
#324724
(50,71,36)
#22321A
(34,50,26)
#121D10
(18,29,16)
#000000
(0,0,0)

Tints of #B2EF74

#B2EF74
(178,239,116)
#B9F080
(185,240,128)
#C0F18C
(192,241,140)
#C7F298
(199,242,152)
#CEF3A4
(206,243,164)
#D5F4B0
(213,244,176)
#DCF5BC
(220,245,188)
#E3F6C8
(227,246,200)
#EAF7D4
(234,247,212)
#F1F8E0
(241,248,224)
#F8F9EC
(248,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B2EF74 color. Also use rgb(178,239,116) instead hex code.

Text Font Color

.myTextColor { color: #B2EF74; }

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

This text font color is #B2EF74.


Background Color

.myBgColor { background-color: #B2EF74; }

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

This div background color is #B2EF74.


Border color

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

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

This div border color is #B2EF74.


Opacity

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

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

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

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

This text has shadow with #B2EF74 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B2EF74 on black background.


Color preview on white background

This text has color #B2EF74 on white background.



Black color preview on #B2EF74 background

This text has black color on #B2EF74 background.


White color preview on #B2EF74 background

This text has white color on #B2EF74 background.