COLOR #00BC28

HEX: #00BC28
RGB: (0,188,40)

Color info

#00BC28 contains mainly green color. Web safe color of #00BC28 is #00CC33 (or #0C3).

RGB color model

#00BC28 color RGB value is (0,188,40).

  • red value is 0;
  • green value is 188;
  • blue value is 40.
RGB:
(0,188,40)
(0%,74%,16%)

RGB channels and saturation

R 0 of 255 = 0%
G 188 of 255 = 74%
B 40 of 255 = 16%

0
188
40

R + G + B ~ 30%. #00BC28 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 188 + 40 = 228 (100%)
R 0 of 228 ~ 0%
G 188 of 228 ~ 82.46%
B 40 of 228 ~ 17.54%

%82.46
%17.54

CMYK color model

#00BC28 color CMYK value is (100,0,79,26).

  • cyan value is 100.00%
  • magenta value is 0.00%
  • yellow value is 78.72%
  • key color value is 26.27%
CMYK:
(100,0,79,26)
C100M0Y79K26 
(100%,0%,79%,26%)
(1.00/0.00/0.79/0.26)	

CMYK percentages

%100
%0
%78.72
%26.27

Codes

Color #00BC28 in popluar color models

00BC28
RGB018840
HSL133°100.00%36.86%
HSB/HSV133°100.00%73.73%
CMYK100.00%0.00%78.72%
26.27%

Color #00BC28 in popluar number systems.

HEX00BC28
Decimal018840
Binary010111100101000
Octal027450

Shades and tints

Shades of #00BC28

#00BC28
(0,188,40)
#00AB25
(0,171,37)
#009A22
(0,154,34)
#00891F
(0,137,31)
#00781C
(0,120,28)
#006719
(0,103,25)
#005616
(0,86,22)
#004513
(0,69,19)
#003410
(0,52,16)
#00230D
(0,35,13)
#00120A
(0,18,10)
#000000
(0,0,0)

Tints of #00BC28

#00BC28
(0,188,40)
#17C23B
(23,194,59)
#2EC84E
(46,200,78)
#45CE61
(69,206,97)
#5CD474
(92,212,116)
#73DA87
(115,218,135)
#8AE09A
(138,224,154)
#A1E6AD
(161,230,173)
#B8ECC0
(184,236,192)
#CFF2D3
(207,242,211)
#E6F8E6
(230,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00BC28 color. Also use rgb(0,188,40) instead hex code.

Text Font Color

.myTextColor { color: #00BC28; }

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

This text font color is #00BC28.


Background Color

.myBgColor { background-color: #00BC28; }

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

This div background color is #00BC28.


Border color

.myBorderColor { border: 1px solid #00BC28; }

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

This div border color is #00BC28.


Opacity

.myOpacity80 { color: #00BC28; opacity: 0.8; }

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

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

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

This text has shadow with #00BC28 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00BC28 on black background.


Color preview on white background

This text has color #00BC28 on white background.



Black color preview on #00BC28 background

This text has black color on #00BC28 background.


White color preview on #00BC28 background

This text has white color on #00BC28 background.