COLOR #13BC1E

HEX: #13BC1E
RGB: (19,188,30)

Color info

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

RGB color model

#13BC1E color RGB value is (19,188,30).

  • red value is 19;
  • green value is 188;
  • blue value is 30.
RGB:
(19,188,30)
(7%,74%,12%)

RGB channels and saturation

R 19 of 255 = 7%
G 188 of 255 = 74%
B 30 of 255 = 12%

19
188
30

R + G + B ~ 31%. #13BC1E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
19 + 188 + 30 = 237 (100%)
R 19 of 237 ~ 8.02%
G 188 of 237 ~ 79.32%
B 30 of 237 ~ 12.66%

%79.32
%12.66

CMYK color model

#13BC1E color CMYK value is (90,0,84,26).

  • cyan value is 89.89%
  • magenta value is 0.00%
  • yellow value is 84.04%
  • key color value is 26.27%
CMYK:
(90,0,84,26)
C90M0Y84K26 
(90%,0%,84%,26%)
(0.90/0.00/0.84/0.26)	

CMYK percentages

%89.89
%0
%84.04
%26.27

Codes

Color #13BC1E in popluar color models

13BC1E
RGB1918830
HSL124°81.64%40.59%
HSB/HSV124°89.89%73.73%
CMYK89.89%0.00%84.04%
26.27%

Color #13BC1E in popluar number systems.

HEX13BC1E
Decimal1918830
Binary100111011110011110
Octal2327436

Shades and tints

Shades of #13BC1E

#13BC1E
(19,188,30)
#12AB1C
(18,171,28)
#119A1A
(17,154,26)
#108918
(16,137,24)
#0F7816
(15,120,22)
#0E6714
(14,103,20)
#0D5612
(13,86,18)
#0C4510
(12,69,16)
#0B340E
(11,52,14)
#0A230C
(10,35,12)
#09120A
(9,18,10)
#000000
(0,0,0)

Tints of #13BC1E

#13BC1E
(19,188,30)
#28C232
(40,194,50)
#3DC846
(61,200,70)
#52CE5A
(82,206,90)
#67D46E
(103,212,110)
#7CDA82
(124,218,130)
#91E096
(145,224,150)
#A6E6AA
(166,230,170)
#BBECBE
(187,236,190)
#D0F2D2
(208,242,210)
#E5F8E6
(229,248,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13BC1E color. Also use rgb(19,188,30) instead hex code.

Text Font Color

.myTextColor { color: #13BC1E; }

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

This text font color is #13BC1E.


Background Color

.myBgColor { background-color: #13BC1E; }

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

This div background color is #13BC1E.


Border color

.myBorderColor { border: 1px solid #13BC1E; }

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

This div border color is #13BC1E.


Opacity

.myOpacity80 { color: #13BC1E; opacity: 0.8; }

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

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

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

This text has shadow with #13BC1E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13BC1E on black background.


Color preview on white background

This text has color #13BC1E on white background.



Black color preview on #13BC1E background

This text has black color on #13BC1E background.


White color preview on #13BC1E background

This text has white color on #13BC1E background.