COLOR #30D343

HEX: #30D343
RGB: (48,211,67)

Color info

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

RGB color model

#30D343 color RGB value is (48,211,67).

  • red value is 48;
  • green value is 211;
  • blue value is 67.
RGB:
(48,211,67)
(19%,83%,26%)

RGB channels and saturation

R 48 of 255 = 19%
G 211 of 255 = 83%
B 67 of 255 = 26%

48
211
67

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

Portions of RGB colors in percentages

R + G + B =
48 + 211 + 67 = 326 (100%)
R 48 of 326 ~ 14.72%
G 211 of 326 ~ 64.72%
B 67 of 326 ~ 20.55%

%14.72
%64.72
%20.55

CMYK color model

#30D343 color CMYK value is (77,0,68,17).

  • cyan value is 77.25%
  • magenta value is 0.00%
  • yellow value is 68.25%
  • key color value is 17.25%
CMYK:
(77,0,68,17)
C77M0Y68K17 
(77%,0%,68%,17%)
(0.77/0.00/0.68/0.17)	

CMYK percentages

%77.25
%0
%68.25
%17.25

Codes

Color #30D343 in popluar color models

30D343
RGB4821167
HSL127°64.94%50.78%
HSB/HSV127°77.25%82.75%
CMYK77.25%0.00%68.25%
17.25%

Color #30D343 in popluar number systems.

HEX30D343
Decimal4821167
Binary110000110100111000011
Octal60323103

Shades and tints

Shades of #30D343

#30D343
(48,211,67)
#2CC03D
(44,192,61)
#28AD37
(40,173,55)
#249A31
(36,154,49)
#20872B
(32,135,43)
#1C7425
(28,116,37)
#18611F
(24,97,31)
#144E19
(20,78,25)
#103B13
(16,59,19)
#0C280D
(12,40,13)
#081507
(8,21,7)
#000000
(0,0,0)

Tints of #30D343

#30D343
(48,211,67)
#42D754
(66,215,84)
#54DB65
(84,219,101)
#66DF76
(102,223,118)
#78E387
(120,227,135)
#8AE798
(138,231,152)
#9CEBA9
(156,235,169)
#AEEFBA
(174,239,186)
#C0F3CB
(192,243,203)
#D2F7DC
(210,247,220)
#E4FBED
(228,251,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30D343; }

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

This text font color is #30D343.


Background Color

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

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

This div background color is #30D343.


Border color

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

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

This div border color is #30D343.


Opacity

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

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

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

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

This text has shadow with #30D343 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30D343 on black background.


Color preview on white background

This text has color #30D343 on white background.



Black color preview on #30D343 background

This text has black color on #30D343 background.


White color preview on #30D343 background

This text has white color on #30D343 background.