COLOR #30EC11

HEX: #30EC11
RGB: (48,236,17)

Color info

#30EC11 contains mainly green color. Web safe color of #30EC11 is #33FF00 (or #3F0).

RGB color model

#30EC11 color RGB value is (48,236,17).

  • red value is 48;
  • green value is 236;
  • blue value is 17.
RGB:
(48,236,17)
(19%,93%,7%)

RGB channels and saturation

R 48 of 255 = 19%
G 236 of 255 = 93%
B 17 of 255 = 7%

48
236
17

R + G + B ~ 40%. #30EC11 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
48 + 236 + 17 = 301 (100%)
R 48 of 301 ~ 15.95%
G 236 of 301 ~ 78.41%
B 17 of 301 ~ 5.65%

%15.95
%78.41

CMYK color model

#30EC11 color CMYK value is (80,0,93,7).

  • cyan value is 79.66%
  • magenta value is 0.00%
  • yellow value is 92.80%
  • key color value is 7.45%
CMYK:
(80,0,93,7)
C80M0Y93K7 
(80%,0%,93%,7%)
(0.80/0.00/0.93/0.07)	

CMYK percentages

%79.66
%0
%92.8
%7.45

Codes

Color #30EC11 in popluar color models

30EC11
RGB4823617
HSL112°86.56%49.61%
HSB/HSV112°92.80%92.55%
CMYK79.66%0.00%92.80%
7.45%

Color #30EC11 in popluar number systems.

HEX30EC11
Decimal4823617
Binary1100001110110010001
Octal6035421

Shades and tints

Shades of #30EC11

#30EC11
(48,236,17)
#2CD710
(44,215,16)
#28C20F
(40,194,15)
#24AD0E
(36,173,14)
#20980D
(32,152,13)
#1C830C
(28,131,12)
#186E0B
(24,110,11)
#14590A
(20,89,10)
#104409
(16,68,9)
#0C2F08
(12,47,8)
#081A07
(8,26,7)
#000000
(0,0,0)

Tints of #30EC11

#30EC11
(48,236,17)
#42ED26
(66,237,38)
#54EE3B
(84,238,59)
#66EF50
(102,239,80)
#78F065
(120,240,101)
#8AF17A
(138,241,122)
#9CF28F
(156,242,143)
#AEF3A4
(174,243,164)
#C0F4B9
(192,244,185)
#D2F5CE
(210,245,206)
#E4F6E3
(228,246,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30EC11 color. Also use rgb(48,236,17) instead hex code.

Text Font Color

.myTextColor { color: #30EC11; }

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

This text font color is #30EC11.


Background Color

.myBgColor { background-color: #30EC11; }

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

This div background color is #30EC11.


Border color

.myBorderColor { border: 1px solid #30EC11; }

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

This div border color is #30EC11.


Opacity

.myOpacity80 { color: #30EC11; opacity: 0.8; }

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

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

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

This text has shadow with #30EC11 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30EC11 on black background.


Color preview on white background

This text has color #30EC11 on white background.



Black color preview on #30EC11 background

This text has black color on #30EC11 background.


White color preview on #30EC11 background

This text has white color on #30EC11 background.