COLOR #30EB2F

HEX: #30EB2F
RGB: (48,235,47)

Color info

#30EB2F contains mainly green color. Web safe color of #30EB2F is #33FF33 (or #3F3).

RGB color model

#30EB2F color RGB value is (48,235,47).

  • red value is 48;
  • green value is 235;
  • blue value is 47.
RGB:
(48,235,47)
(19%,92%,18%)

RGB channels and saturation

R 48 of 255 = 19%
G 235 of 255 = 92%
B 47 of 255 = 18%

48
235
47

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

Portions of RGB colors in percentages

R + G + B =
48 + 235 + 47 = 330 (100%)
R 48 of 330 ~ 14.55%
G 235 of 330 ~ 71.21%
B 47 of 330 ~ 14.24%

%14.55
%71.21
%14.24

CMYK color model

#30EB2F color CMYK value is (80,0,80,8).

  • cyan value is 79.57%
  • magenta value is 0.00%
  • yellow value is 80.00%
  • key color value is 7.84%
CMYK:
(80,0,80,8)
C80M0Y80K8 
(80%,0%,80%,8%)
(0.80/0.00/0.80/0.08)	

CMYK percentages

%79.57
%0
%80
%7.84

Codes

Color #30EB2F in popluar color models

30EB2F
RGB4823547
HSL120°82.46%55.29%
HSB/HSV120°80.00%92.16%
CMYK79.57%0.00%80.00%
7.84%

Color #30EB2F in popluar number systems.

HEX30EB2F
Decimal4823547
Binary11000011101011101111
Octal6035357

Shades and tints

Shades of #30EB2F

#30EB2F
(48,235,47)
#2CD62B
(44,214,43)
#28C127
(40,193,39)
#24AC23
(36,172,35)
#20971F
(32,151,31)
#1C821B
(28,130,27)
#186D17
(24,109,23)
#145813
(20,88,19)
#10430F
(16,67,15)
#0C2E0B
(12,46,11)
#081907
(8,25,7)
#000000
(0,0,0)

Tints of #30EB2F

#30EB2F
(48,235,47)
#42EC41
(66,236,65)
#54ED53
(84,237,83)
#66EE65
(102,238,101)
#78EF77
(120,239,119)
#8AF089
(138,240,137)
#9CF19B
(156,241,155)
#AEF2AD
(174,242,173)
#C0F3BF
(192,243,191)
#D2F4D1
(210,244,209)
#E4F5E3
(228,245,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30EB2F; }

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

This text font color is #30EB2F.


Background Color

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

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

This div background color is #30EB2F.


Border color

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

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

This div border color is #30EB2F.


Opacity

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

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

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

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

This text has shadow with #30EB2F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30EB2F on black background.


Color preview on white background

This text has color #30EB2F on white background.



Black color preview on #30EB2F background

This text has black color on #30EB2F background.


White color preview on #30EB2F background

This text has white color on #30EB2F background.