COLOR #BCE141

HEX: #BCE141
RGB: (188,225,65)

Color info

#BCE141 contains mainly red and green colors. Web safe color of #BCE141 is #CCCC33 (or #CC3).

RGB color model

#BCE141 color RGB value is (188,225,65).

  • red value is 188;
  • green value is 225;
  • blue value is 65.
RGB:
(188,225,65)
(74%,88%,25%)

RGB channels and saturation

R 188 of 255 = 74%
G 225 of 255 = 88%
B 65 of 255 = 25%

188
225
65

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

Portions of RGB colors in percentages

R + G + B =
188 + 225 + 65 = 478 (100%)
R 188 of 478 ~ 39.33%
G 225 of 478 ~ 47.07%
B 65 of 478 ~ 13.6%

%39.33
%47.07
%13.6

CMYK color model

#BCE141 color CMYK value is (16,0,71,12).

  • cyan value is 16.44%
  • magenta value is 0.00%
  • yellow value is 71.11%
  • key color value is 11.76%
CMYK:
(16,0,71,12)
C16M0Y71K12 
(16%,0%,71%,12%)
(0.16/0.00/0.71/0.12)	

CMYK percentages

%16.44
%0
%71.11
%11.76

Codes

Color #BCE141 in popluar color models

BCE141
RGB18822565
HSL74°72.73%56.86%
HSB/HSV74°71.11%88.24%
CMYK16.44%0.00%71.11%
11.76%

Color #BCE141 in popluar number systems.

HEXBCE141
Decimal18822565
Binary10111100111000011000001
Octal274341101

Shades and tints

Shades of #BCE141

#BCE141
(188,225,65)
#ABCD3C
(171,205,60)
#9AB937
(154,185,55)
#89A532
(137,165,50)
#78912D
(120,145,45)
#677D28
(103,125,40)
#566923
(86,105,35)
#45551E
(69,85,30)
#344119
(52,65,25)
#232D14
(35,45,20)
#12190F
(18,25,15)
#000000
(0,0,0)

Tints of #BCE141

#BCE141
(188,225,65)
#C2E352
(194,227,82)
#C8E563
(200,229,99)
#CEE774
(206,231,116)
#D4E985
(212,233,133)
#DAEB96
(218,235,150)
#E0EDA7
(224,237,167)
#E6EFB8
(230,239,184)
#ECF1C9
(236,241,201)
#F2F3DA
(242,243,218)
#F8F5EB
(248,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCE141 color. Also use rgb(188,225,65) instead hex code.

Text Font Color

.myTextColor { color: #BCE141; }

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

This text font color is #BCE141.


Background Color

.myBgColor { background-color: #BCE141; }

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

This div background color is #BCE141.


Border color

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

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

This div border color is #BCE141.


Opacity

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

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

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

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

This text has shadow with #BCE141 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCE141 on black background.


Color preview on white background

This text has color #BCE141 on white background.



Black color preview on #BCE141 background

This text has black color on #BCE141 background.


White color preview on #BCE141 background

This text has white color on #BCE141 background.