COLOR #5BCE1C

HEX: #5BCE1C
RGB: (91,206,28)

Color info

#5BCE1C contains mainly green color. Web safe color of #5BCE1C is #66CC33 (or #6C3).

RGB color model

#5BCE1C color RGB value is (91,206,28).

  • red value is 91;
  • green value is 206;
  • blue value is 28.
RGB:
(91,206,28)
(36%,81%,11%)

RGB channels and saturation

R 91 of 255 = 36%
G 206 of 255 = 81%
B 28 of 255 = 11%

91
206
28

R + G + B ~ 43%. #5BCE1C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
91 + 206 + 28 = 325 (100%)
R 91 of 325 ~ 28%
G 206 of 325 ~ 63.38%
B 28 of 325 ~ 8.62%

%28
%63.38

CMYK color model

#5BCE1C color CMYK value is (56,0,86,19).

  • cyan value is 55.83%
  • magenta value is 0.00%
  • yellow value is 86.41%
  • key color value is 19.22%
CMYK:
(56,0,86,19)
C56M0Y86K19 
(56%,0%,86%,19%)
(0.56/0.00/0.86/0.19)	

CMYK percentages

%55.83
%0
%86.41
%19.22

Codes

Color #5BCE1C in popluar color models

5BCE1C
RGB9120628
HSL99°76.07%45.88%
HSB/HSV99°86.41%80.78%
CMYK55.83%0.00%86.41%
19.22%

Color #5BCE1C in popluar number systems.

HEX5BCE1C
Decimal9120628
Binary10110111100111011100
Octal13331634

Shades and tints

Shades of #5BCE1C

#5BCE1C
(91,206,28)
#53BC1A
(83,188,26)
#4BAA18
(75,170,24)
#439816
(67,152,22)
#3B8614
(59,134,20)
#337412
(51,116,18)
#2B6210
(43,98,16)
#23500E
(35,80,14)
#1B3E0C
(27,62,12)
#132C0A
(19,44,10)
#0B1A08
(11,26,8)
#000000
(0,0,0)

Tints of #5BCE1C

#5BCE1C
(91,206,28)
#69D230
(105,210,48)
#77D644
(119,214,68)
#85DA58
(133,218,88)
#93DE6C
(147,222,108)
#A1E280
(161,226,128)
#AFE694
(175,230,148)
#BDEAA8
(189,234,168)
#CBEEBC
(203,238,188)
#D9F2D0
(217,242,208)
#E7F6E4
(231,246,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5BCE1C color. Also use rgb(91,206,28) instead hex code.

Text Font Color

.myTextColor { color: #5BCE1C; }

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

This text font color is #5BCE1C.


Background Color

.myBgColor { background-color: #5BCE1C; }

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

This div background color is #5BCE1C.


Border color

.myBorderColor { border: 1px solid #5BCE1C; }

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

This div border color is #5BCE1C.


Opacity

.myOpacity80 { color: #5BCE1C; opacity: 0.8; }

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

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

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

This text has shadow with #5BCE1C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5BCE1C on black background.


Color preview on white background

This text has color #5BCE1C on white background.



Black color preview on #5BCE1C background

This text has black color on #5BCE1C background.


White color preview on #5BCE1C background

This text has white color on #5BCE1C background.