COLOR #30E11E

HEX: #30E11E
RGB: (48,225,30)

Color info

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

RGB color model

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

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

RGB channels and saturation

R 48 of 255 = 19%
G 225 of 255 = 88%
B 30 of 255 = 12%

48
225
30

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

Portions of RGB colors in percentages

R + G + B =
48 + 225 + 30 = 303 (100%)
R 48 of 303 ~ 15.84%
G 225 of 303 ~ 74.26%
B 30 of 303 ~ 9.9%

%15.84
%74.26
%9.9

CMYK color model

#30E11E color CMYK value is (79,0,87,12).

  • cyan value is 78.67%
  • magenta value is 0.00%
  • yellow value is 86.67%
  • key color value is 11.76%
CMYK:
(79,0,87,12)
C79M0Y87K12 
(79%,0%,87%,12%)
(0.79/0.00/0.87/0.12)	

CMYK percentages

%78.67
%0
%86.67
%11.76

Codes

Color #30E11E in popluar color models

30E11E
RGB4822530
HSL114°76.47%50.00%
HSB/HSV114°86.67%88.24%
CMYK78.67%0.00%86.67%
11.76%

Color #30E11E in popluar number systems.

HEX30E11E
Decimal4822530
Binary1100001110000111110
Octal6034136

Shades and tints

Shades of #30E11E

#30E11E
(48,225,30)
#2CCD1C
(44,205,28)
#28B91A
(40,185,26)
#24A518
(36,165,24)
#209116
(32,145,22)
#1C7D14
(28,125,20)
#186912
(24,105,18)
#145510
(20,85,16)
#10410E
(16,65,14)
#0C2D0C
(12,45,12)
#08190A
(8,25,10)
#000000
(0,0,0)

Tints of #30E11E

#30E11E
(48,225,30)
#42E332
(66,227,50)
#54E546
(84,229,70)
#66E75A
(102,231,90)
#78E96E
(120,233,110)
#8AEB82
(138,235,130)
#9CED96
(156,237,150)
#AEEFAA
(174,239,170)
#C0F1BE
(192,241,190)
#D2F3D2
(210,243,210)
#E4F5E6
(228,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30E11E; }

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

This text font color is #30E11E.


Background Color

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

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

This div background color is #30E11E.


Border color

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

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

This div border color is #30E11E.


Opacity

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

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

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

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

This text has shadow with #30E11E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30E11E on black background.


Color preview on white background

This text has color #30E11E on white background.



Black color preview on #30E11E background

This text has black color on #30E11E background.


White color preview on #30E11E background

This text has white color on #30E11E background.