COLOR #BCEF3A

HEX: #BCEF3A
RGB: (188,239,58)

Color info

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

RGB color model

#BCEF3A color RGB value is (188,239,58).

  • red value is 188;
  • green value is 239;
  • blue value is 58.
RGB:
(188,239,58)
(74%,94%,23%)

RGB channels and saturation

R 188 of 255 = 74%
G 239 of 255 = 94%
B 58 of 255 = 23%

188
239
58

R + G + B ~ 64%. #BCEF3A is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 239 + 58 = 485 (100%)
R 188 of 485 ~ 38.76%
G 239 of 485 ~ 49.28%
B 58 of 485 ~ 11.96%

%38.76
%49.28
%11.96

CMYK color model

#BCEF3A color CMYK value is (21,0,76,6).

  • cyan value is 21.34%
  • magenta value is 0.00%
  • yellow value is 75.73%
  • key color value is 6.27%
CMYK:
(21,0,76,6)
C21M0Y76K6 
(21%,0%,76%,6%)
(0.21/0.00/0.76/0.06)	

CMYK percentages

%21.34
%0
%75.73
%6.27

Codes

Color #BCEF3A in popluar color models

BCEF3A
RGB18823958
HSL77°84.98%58.24%
HSB/HSV77°75.73%93.73%
CMYK21.34%0.00%75.73%
6.27%

Color #BCEF3A in popluar number systems.

HEXBCEF3A
Decimal18823958
Binary1011110011101111111010
Octal27435772

Shades and tints

Shades of #BCEF3A

#BCEF3A
(188,239,58)
#ABDA35
(171,218,53)
#9AC530
(154,197,48)
#89B02B
(137,176,43)
#789B26
(120,155,38)
#678621
(103,134,33)
#56711C
(86,113,28)
#455C17
(69,92,23)
#344712
(52,71,18)
#23320D
(35,50,13)
#121D08
(18,29,8)
#000000
(0,0,0)

Tints of #BCEF3A

#BCEF3A
(188,239,58)
#C2F04B
(194,240,75)
#C8F15C
(200,241,92)
#CEF26D
(206,242,109)
#D4F37E
(212,243,126)
#DAF48F
(218,244,143)
#E0F5A0
(224,245,160)
#E6F6B1
(230,246,177)
#ECF7C2
(236,247,194)
#F2F8D3
(242,248,211)
#F8F9E4
(248,249,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCEF3A color. Also use rgb(188,239,58) instead hex code.

Text Font Color

.myTextColor { color: #BCEF3A; }

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

This text font color is #BCEF3A.


Background Color

.myBgColor { background-color: #BCEF3A; }

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

This div background color is #BCEF3A.


Border color

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

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

This div border color is #BCEF3A.


Opacity

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

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

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

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

This text has shadow with #BCEF3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCEF3A on black background.


Color preview on white background

This text has color #BCEF3A on white background.



Black color preview on #BCEF3A background

This text has black color on #BCEF3A background.


White color preview on #BCEF3A background

This text has white color on #BCEF3A background.