COLOR #30D039

HEX: #30D039
RGB: (48,208,57)

Color info

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

RGB color model

#30D039 color RGB value is (48,208,57).

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

RGB channels and saturation

R 48 of 255 = 19%
G 208 of 255 = 82%
B 57 of 255 = 22%

48
208
57

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

Portions of RGB colors in percentages

R + G + B =
48 + 208 + 57 = 313 (100%)
R 48 of 313 ~ 15.34%
G 208 of 313 ~ 66.45%
B 57 of 313 ~ 18.21%

%15.34
%66.45
%18.21

CMYK color model

#30D039 color CMYK value is (77,0,73,18).

  • cyan value is 76.92%
  • magenta value is 0.00%
  • yellow value is 72.60%
  • key color value is 18.43%
CMYK:
(77,0,73,18)
C77M0Y73K18 
(77%,0%,73%,18%)
(0.77/0.00/0.73/0.18)	

CMYK percentages

%76.92
%0
%72.6
%18.43

Codes

Color #30D039 in popluar color models

30D039
RGB4820857
HSL123°62.99%50.20%
HSB/HSV123°76.92%81.57%
CMYK76.92%0.00%72.60%
18.43%

Color #30D039 in popluar number systems.

HEX30D039
Decimal4820857
Binary11000011010000111001
Octal6032071

Shades and tints

Shades of #30D039

#30D039
(48,208,57)
#2CBE34
(44,190,52)
#28AC2F
(40,172,47)
#249A2A
(36,154,42)
#208825
(32,136,37)
#1C7620
(28,118,32)
#18641B
(24,100,27)
#145216
(20,82,22)
#104011
(16,64,17)
#0C2E0C
(12,46,12)
#081C07
(8,28,7)
#000000
(0,0,0)

Tints of #30D039

#30D039
(48,208,57)
#42D44B
(66,212,75)
#54D85D
(84,216,93)
#66DC6F
(102,220,111)
#78E081
(120,224,129)
#8AE493
(138,228,147)
#9CE8A5
(156,232,165)
#AEECB7
(174,236,183)
#C0F0C9
(192,240,201)
#D2F4DB
(210,244,219)
#E4F8ED
(228,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30D039; }

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

This text font color is #30D039.


Background Color

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

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

This div background color is #30D039.


Border color

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

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

This div border color is #30D039.


Opacity

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

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

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

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

This text has shadow with #30D039 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30D039 on black background.


Color preview on white background

This text has color #30D039 on white background.



Black color preview on #30D039 background

This text has black color on #30D039 background.


White color preview on #30D039 background

This text has white color on #30D039 background.