COLOR #30A33E

HEX: #30A33E
RGB: (48,163,62)

Color info

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

RGB color model

#30A33E color RGB value is (48,163,62).

  • red value is 48;
  • green value is 163;
  • blue value is 62.
RGB:
(48,163,62)
(19%,64%,24%)

RGB channels and saturation

R 48 of 255 = 19%
G 163 of 255 = 64%
B 62 of 255 = 24%

48
163
62

R + G + B ~ 36%. #30A33E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 163 + 62 = 273 (100%)
R 48 of 273 ~ 17.58%
G 163 of 273 ~ 59.71%
B 62 of 273 ~ 22.71%

%17.58
%59.71
%22.71

CMYK color model

#30A33E color CMYK value is (71,0,62,36).

  • cyan value is 70.55%
  • magenta value is 0.00%
  • yellow value is 61.96%
  • key color value is 36.08%
CMYK:
(71,0,62,36)
C71M0Y62K36 
(71%,0%,62%,36%)
(0.71/0.00/0.62/0.36)	

CMYK percentages

%70.55
%0
%61.96
%36.08

Codes

Color #30A33E in popluar color models

30A33E
RGB4816362
HSL127°54.50%41.37%
HSB/HSV127°70.55%63.92%
CMYK70.55%0.00%61.96%
36.08%

Color #30A33E in popluar number systems.

HEX30A33E
Decimal4816362
Binary11000010100011111110
Octal6024376

Shades and tints

Shades of #30A33E

#30A33E
(48,163,62)
#2C9539
(44,149,57)
#288734
(40,135,52)
#24792F
(36,121,47)
#206B2A
(32,107,42)
#1C5D25
(28,93,37)
#184F20
(24,79,32)
#14411B
(20,65,27)
#103316
(16,51,22)
#0C2511
(12,37,17)
#08170C
(8,23,12)
#000000
(0,0,0)

Tints of #30A33E

#30A33E
(48,163,62)
#42AB4F
(66,171,79)
#54B360
(84,179,96)
#66BB71
(102,187,113)
#78C382
(120,195,130)
#8ACB93
(138,203,147)
#9CD3A4
(156,211,164)
#AEDBB5
(174,219,181)
#C0E3C6
(192,227,198)
#D2EBD7
(210,235,215)
#E4F3E8
(228,243,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30A33E; }

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

This text font color is #30A33E.


Background Color

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

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

This div background color is #30A33E.


Border color

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

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

This div border color is #30A33E.


Opacity

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

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

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

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

This text has shadow with #30A33E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30A33E on black background.


Color preview on white background

This text has color #30A33E on white background.



Black color preview on #30A33E background

This text has black color on #30A33E background.


White color preview on #30A33E background

This text has white color on #30A33E background.