COLOR #30A01E

HEX: #30A01E
RGB: (48,160,30)

Color info

#30A01E contains mainly green color. Web safe color of #30A01E is #339933 (or #393).

RGB color model

#30A01E color RGB value is (48,160,30).

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

RGB channels and saturation

R 48 of 255 = 19%
G 160 of 255 = 63%
B 30 of 255 = 12%

48
160
30

R + G + B ~ 31%. #30A01E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 160 + 30 = 238 (100%)
R 48 of 238 ~ 20.17%
G 160 of 238 ~ 67.23%
B 30 of 238 ~ 12.61%

%20.17
%67.23
%12.61

CMYK color model

#30A01E color CMYK value is (70,0,81,37).

  • cyan value is 70.00%
  • magenta value is 0.00%
  • yellow value is 81.25%
  • key color value is 37.25%
CMYK:
(70,0,81,37)
C70M0Y81K37 
(70%,0%,81%,37%)
(0.70/0.00/0.81/0.37)	

CMYK percentages

%70
%0
%81.25
%37.25

Codes

Color #30A01E in popluar color models

30A01E
RGB4816030
HSL112°68.42%37.25%
HSB/HSV112°81.25%62.75%
CMYK70.00%0.00%81.25%
37.25%

Color #30A01E in popluar number systems.

HEX30A01E
Decimal4816030
Binary1100001010000011110
Octal6024036

Shades and tints

Shades of #30A01E

#30A01E
(48,160,30)
#2C921C
(44,146,28)
#28841A
(40,132,26)
#247618
(36,118,24)
#206816
(32,104,22)
#1C5A14
(28,90,20)
#184C12
(24,76,18)
#143E10
(20,62,16)
#10300E
(16,48,14)
#0C220C
(12,34,12)
#08140A
(8,20,10)
#000000
(0,0,0)

Tints of #30A01E

#30A01E
(48,160,30)
#42A832
(66,168,50)
#54B046
(84,176,70)
#66B85A
(102,184,90)
#78C06E
(120,192,110)
#8AC882
(138,200,130)
#9CD096
(156,208,150)
#AED8AA
(174,216,170)
#C0E0BE
(192,224,190)
#D2E8D2
(210,232,210)
#E4F0E6
(228,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30A01E; }

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

This text font color is #30A01E.


Background Color

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

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

This div background color is #30A01E.


Border color

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

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

This div border color is #30A01E.


Opacity

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

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

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

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

This text has shadow with #30A01E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30A01E on black background.


Color preview on white background

This text has color #30A01E on white background.



Black color preview on #30A01E background

This text has black color on #30A01E background.


White color preview on #30A01E background

This text has white color on #30A01E background.