COLOR #30E11C

HEX: #30E11C
RGB: (48,225,28)

Color info

#30E11C contains mainly green color. Web safe color of #30E11C is #33CC33 (or #3C3).

RGB color model

#30E11C color RGB value is (48,225,28).

  • red value is 48;
  • green value is 225;
  • blue value is 28.
RGB:
(48,225,28)
(19%,88%,11%)

RGB channels and saturation

R 48 of 255 = 19%
G 225 of 255 = 88%
B 28 of 255 = 11%

48
225
28

R + G + B ~ 39%. #30E11C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 225 + 28 = 301 (100%)
R 48 of 301 ~ 15.95%
G 225 of 301 ~ 74.75%
B 28 of 301 ~ 9.3%

%15.95
%74.75

CMYK color model

#30E11C color CMYK value is (79,0,88,12).

  • cyan value is 78.67%
  • magenta value is 0.00%
  • yellow value is 87.56%
  • key color value is 11.76%
CMYK:
(79,0,88,12)
C79M0Y88K12 
(79%,0%,88%,12%)
(0.79/0.00/0.88/0.12)	

CMYK percentages

%78.67
%0
%87.56
%11.76

Codes

Color #30E11C in popluar color models

30E11C
RGB4822528
HSL114°77.87%49.61%
HSB/HSV114°87.56%88.24%
CMYK78.67%0.00%87.56%
11.76%

Color #30E11C in popluar number systems.

HEX30E11C
Decimal4822528
Binary1100001110000111100
Octal6034134

Shades and tints

Shades of #30E11C

#30E11C
(48,225,28)
#2CCD1A
(44,205,26)
#28B918
(40,185,24)
#24A516
(36,165,22)
#209114
(32,145,20)
#1C7D12
(28,125,18)
#186910
(24,105,16)
#14550E
(20,85,14)
#10410C
(16,65,12)
#0C2D0A
(12,45,10)
#081908
(8,25,8)
#000000
(0,0,0)

Tints of #30E11C

#30E11C
(48,225,28)
#42E330
(66,227,48)
#54E544
(84,229,68)
#66E758
(102,231,88)
#78E96C
(120,233,108)
#8AEB80
(138,235,128)
#9CED94
(156,237,148)
#AEEFA8
(174,239,168)
#C0F1BC
(192,241,188)
#D2F3D0
(210,243,208)
#E4F5E4
(228,245,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30E11C color. Also use rgb(48,225,28) instead hex code.

Text Font Color

.myTextColor { color: #30E11C; }

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

This text font color is #30E11C.


Background Color

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

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

This div background color is #30E11C.


Border color

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

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

This div border color is #30E11C.


Opacity

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

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

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

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

This text has shadow with #30E11C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30E11C on black background.


Color preview on white background

This text has color #30E11C on white background.



Black color preview on #30E11C background

This text has black color on #30E11C background.


White color preview on #30E11C background

This text has white color on #30E11C background.