COLOR #BCEF2D

HEX: #BCEF2D RGB: (188,239,45)

Color info

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

RGB color model

#BCEF2D color RGB value is (188,239,45).

RGB: (188,239,45) (74%, 94%, 18%)

RGB channels and saturation

R 188 of 255 = 74%
G 239 of 255 = 94%
B 45 of 255 = 18%

188
239
45

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

Portions of RGB colors in percentages

R + G + B = 188 + 239 + 45 = 472 (100%)
R 188 of 472 ~ 39.83%
G 239 of 472 ~ 50.64%
B 45 of 472 ~ 9.53'%

%39.83
%50.64

CMYK color model

#BCEF2D color CMYK value is (21,0,81,6).

  • cyan value is 21.34%
  • magenta value is 0.00%
  • yellow value is 81.17%
  • key color value is 6.27%

CMYK: (21,0,81,6)
C21M0Y81K6 (21%, 0%, 81%, 6%)
(0.21 / 0.00 / 0.81 / 0.06)

CMYK percentages

%21.34
%0
%81.17
%6.27

Codes

Color #BCEF2D in popluar color models

BC EF 2D
RGB 188 239 45
HSL 76° 85.84% 55.69%
HSB/HSV 76° 81.17% 93.73%
CMYK 21.34% 0.00% 81.17%
6.27%

Color #BCEF2D in popluar number systems.

HEX BC EF 2D
Decimal 188 239 45
Binary 10111100 11101111 101101
Octal 274 357 55

Shades and tints

Shades of #BCEF2D

#BCEF2D
(188,239,45)
#ABDA29
(171,218,41)
#9AC525
(154,197,37)
#89B021
(137,176,33)
#789B1D
(120,155,29)
#678619
(103,134,25)
#567115
(86,113,21)
#455C11
(69,92,17)
#34470D
(52,71,13)
#233209
(35,50,9)
#121D05
(18,29,5)
#000000
(0,0,0)

Tints of #BCEF2D

#BCEF2D
(188,239,45)
#C2F040
(194,240,64)
#C8F153
(200,241,83)
#CEF266
(206,242,102)
#D4F379
(212,243,121)
#DAF48C
(218,244,140)
#E0F59F
(224,245,159)
#E6F6B2
(230,246,178)
#ECF7C5
(236,247,197)
#F2F8D8
(242,248,216)
#F8F9EB
(248,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCEF2D; }

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

This text font color is #BCEF2D.

Background Color

.myBgColor { background-color: #BCEF2D; }

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

This div background color is #BCEF2D.

Border color

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

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

This div border color is #BCEF2D.

Opacity

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

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

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

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

This text has shadow with #BCEF2D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCEF2D.

Preview

Color preview on black background

This text has color #BCEF2D on black background.


Color preview on white background

This text has color #BCEF2D on white background.


Black color preview on #BCEF2D background

This text has black color on #BCEF2D background.


White color preview on #BCEF2D background

This text has white color on #BCEF2D background.


Related colors

Complementary color

Complementary color for #hex is #4310D2.


I love getcolorcode.com

Triadic colors

1 #2DBCEF and #EF2DBC with #BCEF2D are triadic colors.

2 #2DEFBC and #EFBC2D with #BCEF2D are triadic colors.