COLOR #30E886

HEX: #30E886
RGB: (48,232,134)

Color info

#30E886 contains mainly green color. Web safe color of #30E886 is #33FF99 (or #3F9).

RGB color model

#30E886 color RGB value is (48,232,134).

  • red value is 48;
  • green value is 232;
  • blue value is 134.
RGB:
(48,232,134)
(19%,91%,53%)

RGB channels and saturation

R 48 of 255 = 19%
G 232 of 255 = 91%
B 134 of 255 = 53%

48
232
134

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

Portions of RGB colors in percentages

R + G + B =
48 + 232 + 134 = 414 (100%)
R 48 of 414 ~ 11.59%
G 232 of 414 ~ 56.04%
B 134 of 414 ~ 32.37%

%11.59
%56.04
%32.37

CMYK color model

#30E886 color CMYK value is (79,0,42,9).

  • cyan value is 79.31%
  • magenta value is 0.00%
  • yellow value is 42.24%
  • key color value is 9.02%
CMYK:
(79,0,42,9)
C79M0Y42K9 
(79%,0%,42%,9%)
(0.79/0.00/0.42/0.09)	

CMYK percentages

%79.31
%0
%42.24
%9.02

Codes

Color #30E886 in popluar color models

30E886
RGB48232134
HSL148°80.00%54.90%
HSB/HSV148°79.31%90.98%
CMYK79.31%0.00%42.24%
9.02%

Color #30E886 in popluar number systems.

HEX30E886
Decimal48232134
Binary1100001110100010000110
Octal60350206

Shades and tints

Shades of #30E886

#30E886
(48,232,134)
#2CD37A
(44,211,122)
#28BE6E
(40,190,110)
#24A962
(36,169,98)
#209456
(32,148,86)
#1C7F4A
(28,127,74)
#186A3E
(24,106,62)
#145532
(20,85,50)
#104026
(16,64,38)
#0C2B1A
(12,43,26)
#08160E
(8,22,14)
#000000
(0,0,0)

Tints of #30E886

#30E886
(48,232,134)
#42EA91
(66,234,145)
#54EC9C
(84,236,156)
#66EEA7
(102,238,167)
#78F0B2
(120,240,178)
#8AF2BD
(138,242,189)
#9CF4C8
(156,244,200)
#AEF6D3
(174,246,211)
#C0F8DE
(192,248,222)
#D2FAE9
(210,250,233)
#E4FCF4
(228,252,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30E886 color. Also use rgb(48,232,134) instead hex code.

Text Font Color

.myTextColor { color: #30E886; }

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

This text font color is #30E886.


Background Color

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

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

This div background color is #30E886.


Border color

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

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

This div border color is #30E886.


Opacity

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

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

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

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

This text has shadow with #30E886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30E886 on black background.


Color preview on white background

This text has color #30E886 on white background.



Black color preview on #30E886 background

This text has black color on #30E886 background.


White color preview on #30E886 background

This text has white color on #30E886 background.