COLOR #1EBC13

HEX: #1EBC13
RGB: (30,188,19)

Color info

#1EBC13 contains mainly green color. Web safe color of #1EBC13 is #33CC00 (or #3C0).

RGB color model

#1EBC13 color RGB value is (30,188,19).

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

RGB channels and saturation

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

30
188
19

R + G + B ~ 31%. #1EBC13 is quite dark color.

Portions of RGB colors in percentages

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

%12.66
%79.32

CMYK color model

#1EBC13 color CMYK value is (84,0,90,26).

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

CMYK percentages

%84.04
%0
%89.89
%26.27

Codes

Color #1EBC13 in popluar color models

1EBC13
RGB3018819
HSL116°81.64%40.59%
HSB/HSV116°89.89%73.73%
CMYK84.04%0.00%89.89%
26.27%

Color #1EBC13 in popluar number systems.

HEX1EBC13
Decimal3018819
Binary111101011110010011
Octal3627423

Shades and tints

Shades of #1EBC13

#1EBC13
(30,188,19)
#1CAB12
(28,171,18)
#1A9A11
(26,154,17)
#188910
(24,137,16)
#16780F
(22,120,15)
#14670E
(20,103,14)
#12560D
(18,86,13)
#10450C
(16,69,12)
#0E340B
(14,52,11)
#0C230A
(12,35,10)
#0A1209
(10,18,9)
#000000
(0,0,0)

Tints of #1EBC13

#1EBC13
(30,188,19)
#32C228
(50,194,40)
#46C83D
(70,200,61)
#5ACE52
(90,206,82)
#6ED467
(110,212,103)
#82DA7C
(130,218,124)
#96E091
(150,224,145)
#AAE6A6
(170,230,166)
#BEECBB
(190,236,187)
#D2F2D0
(210,242,208)
#E6F8E5
(230,248,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1EBC13; }

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

This text font color is #1EBC13.


Background Color

.myBgColor { background-color: #1EBC13; }

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

This div background color is #1EBC13.


Border color

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

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

This div border color is #1EBC13.


Opacity

.myOpacity80 { color: #1EBC13; opacity: 0.8; }

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

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

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

This text has shadow with #1EBC13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1EBC13 on black background.


Color preview on white background

This text has color #1EBC13 on white background.



Black color preview on #1EBC13 background

This text has black color on #1EBC13 background.


White color preview on #1EBC13 background

This text has white color on #1EBC13 background.