COLOR #BCEC2F

HEX: #BCEC2F
RGB: (188,236,47)

Color info

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

RGB color model

#BCEC2F color RGB value is (188,236,47).

  • red value is 188;
  • green value is 236;
  • blue value is 47.
RGB:
(188,236,47)
(74%,93%,18%)

RGB channels and saturation

R 188 of 255 = 74%
G 236 of 255 = 93%
B 47 of 255 = 18%

188
236
47

R + G + B ~ 62%. #BCEC2F is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 236 + 47 = 471 (100%)
R 188 of 471 ~ 39.92%
G 236 of 471 ~ 50.11%
B 47 of 471 ~ 9.98%

%39.92
%50.11
%9.98

CMYK color model

#BCEC2F color CMYK value is (20,0,80,7).

  • cyan value is 20.34%
  • magenta value is 0.00%
  • yellow value is 80.08%
  • key color value is 7.45%
CMYK:
(20,0,80,7)
C20M0Y80K7 
(20%,0%,80%,7%)
(0.20/0.00/0.80/0.07)	

CMYK percentages

%20.34
%0
%80.08
%7.45

Codes

Color #BCEC2F in popluar color models

BCEC2F
RGB18823647
HSL75°83.26%55.49%
HSB/HSV75°80.08%92.55%
CMYK20.34%0.00%80.08%
7.45%

Color #BCEC2F in popluar number systems.

HEXBCEC2F
Decimal18823647
Binary1011110011101100101111
Octal27435457

Shades and tints

Shades of #BCEC2F

#BCEC2F
(188,236,47)
#ABD72B
(171,215,43)
#9AC227
(154,194,39)
#89AD23
(137,173,35)
#78981F
(120,152,31)
#67831B
(103,131,27)
#566E17
(86,110,23)
#455913
(69,89,19)
#34440F
(52,68,15)
#232F0B
(35,47,11)
#121A07
(18,26,7)
#000000
(0,0,0)

Tints of #BCEC2F

#BCEC2F
(188,236,47)
#C2ED41
(194,237,65)
#C8EE53
(200,238,83)
#CEEF65
(206,239,101)
#D4F077
(212,240,119)
#DAF189
(218,241,137)
#E0F29B
(224,242,155)
#E6F3AD
(230,243,173)
#ECF4BF
(236,244,191)
#F2F5D1
(242,245,209)
#F8F6E3
(248,246,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCEC2F color. Also use rgb(188,236,47) instead hex code.

Text Font Color

.myTextColor { color: #BCEC2F; }

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

This text font color is #BCEC2F.


Background Color

.myBgColor { background-color: #BCEC2F; }

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

This div background color is #BCEC2F.


Border color

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

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

This div border color is #BCEC2F.


Opacity

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

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

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

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

This text has shadow with #BCEC2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCEC2F on black background.


Color preview on white background

This text has color #BCEC2F on white background.



Black color preview on #BCEC2F background

This text has black color on #BCEC2F background.


White color preview on #BCEC2F background

This text has white color on #BCEC2F background.