COLOR #30E27E

HEX: #30E27E
RGB: (48,226,126)

Color info

#30E27E contains mainly green color. Web safe color of #30E27E is #33CC66 (or #3C6).

RGB color model

#30E27E color RGB value is (48,226,126).

  • red value is 48;
  • green value is 226;
  • blue value is 126.
RGB:
(48,226,126)
(19%,89%,49%)

RGB channels and saturation

R 48 of 255 = 19%
G 226 of 255 = 89%
B 126 of 255 = 49%

48
226
126

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

Portions of RGB colors in percentages

R + G + B =
48 + 226 + 126 = 400 (100%)
R 48 of 400 ~ 12%
G 226 of 400 ~ 56.5%
B 126 of 400 ~ 31.5%

%12
%56.5
%31.5

CMYK color model

#30E27E color CMYK value is (79,0,44,11).

  • cyan value is 78.76%
  • magenta value is 0.00%
  • yellow value is 44.25%
  • key color value is 11.37%
CMYK:
(79,0,44,11)
C79M0Y44K11 
(79%,0%,44%,11%)
(0.79/0.00/0.44/0.11)	

CMYK percentages

%78.76
%0
%44.25
%11.37

Codes

Color #30E27E in popluar color models

30E27E
RGB48226126
HSL146°75.42%53.73%
HSB/HSV146°78.76%88.63%
CMYK78.76%0.00%44.25%
11.37%

Color #30E27E in popluar number systems.

HEX30E27E
Decimal48226126
Binary110000111000101111110
Octal60342176

Shades and tints

Shades of #30E27E

#30E27E
(48,226,126)
#2CCE73
(44,206,115)
#28BA68
(40,186,104)
#24A65D
(36,166,93)
#209252
(32,146,82)
#1C7E47
(28,126,71)
#186A3C
(24,106,60)
#145631
(20,86,49)
#104226
(16,66,38)
#0C2E1B
(12,46,27)
#081A10
(8,26,16)
#000000
(0,0,0)

Tints of #30E27E

#30E27E
(48,226,126)
#42E489
(66,228,137)
#54E694
(84,230,148)
#66E89F
(102,232,159)
#78EAAA
(120,234,170)
#8AECB5
(138,236,181)
#9CEEC0
(156,238,192)
#AEF0CB
(174,240,203)
#C0F2D6
(192,242,214)
#D2F4E1
(210,244,225)
#E4F6EC
(228,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30E27E color. Also use rgb(48,226,126) instead hex code.

Text Font Color

.myTextColor { color: #30E27E; }

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

This text font color is #30E27E.


Background Color

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

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

This div background color is #30E27E.


Border color

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

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

This div border color is #30E27E.


Opacity

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

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

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

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

This text has shadow with #30E27E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30E27E on black background.


Color preview on white background

This text has color #30E27E on white background.



Black color preview on #30E27E background

This text has black color on #30E27E background.


White color preview on #30E27E background

This text has white color on #30E27E background.