COLOR #30D08A

HEX: #30D08A
RGB: (48,208,138)

Color info

#30D08A contains mainly green color. Web safe color of #30D08A is #33CC99 (or #3C9).

RGB color model

#30D08A color RGB value is (48,208,138).

  • red value is 48;
  • green value is 208;
  • blue value is 138.
RGB:
(48,208,138)
(19%,82%,54%)

RGB channels and saturation

R 48 of 255 = 19%
G 208 of 255 = 82%
B 138 of 255 = 54%

48
208
138

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

Portions of RGB colors in percentages

R + G + B =
48 + 208 + 138 = 394 (100%)
R 48 of 394 ~ 12.18%
G 208 of 394 ~ 52.79%
B 138 of 394 ~ 35.03%

%12.18
%52.79
%35.03

CMYK color model

#30D08A color CMYK value is (77,0,34,18).

  • cyan value is 76.92%
  • magenta value is 0.00%
  • yellow value is 33.65%
  • key color value is 18.43%
CMYK:
(77,0,34,18)
C77M0Y34K18 
(77%,0%,34%,18%)
(0.77/0.00/0.34/0.18)	

CMYK percentages

%76.92
%0
%33.65
%18.43

Codes

Color #30D08A in popluar color models

30D08A
RGB48208138
HSL154°62.99%50.20%
HSB/HSV154°76.92%81.57%
CMYK76.92%0.00%33.65%
18.43%

Color #30D08A in popluar number systems.

HEX30D08A
Decimal48208138
Binary1100001101000010001010
Octal60320212

Shades and tints

Shades of #30D08A

#30D08A
(48,208,138)
#2CBE7E
(44,190,126)
#28AC72
(40,172,114)
#249A66
(36,154,102)
#20885A
(32,136,90)
#1C764E
(28,118,78)
#186442
(24,100,66)
#145236
(20,82,54)
#10402A
(16,64,42)
#0C2E1E
(12,46,30)
#081C12
(8,28,18)
#000000
(0,0,0)

Tints of #30D08A

#30D08A
(48,208,138)
#42D494
(66,212,148)
#54D89E
(84,216,158)
#66DCA8
(102,220,168)
#78E0B2
(120,224,178)
#8AE4BC
(138,228,188)
#9CE8C6
(156,232,198)
#AEECD0
(174,236,208)
#C0F0DA
(192,240,218)
#D2F4E4
(210,244,228)
#E4F8EE
(228,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30D08A; }

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

This text font color is #30D08A.


Background Color

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

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

This div background color is #30D08A.


Border color

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

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

This div border color is #30D08A.


Opacity

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

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

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

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

This text has shadow with #30D08A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30D08A on black background.


Color preview on white background

This text has color #30D08A on white background.



Black color preview on #30D08A background

This text has black color on #30D08A background.


White color preview on #30D08A background

This text has white color on #30D08A background.