COLOR #30E361

HEX: #30E361
RGB: (48,227,97)

Color info

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

RGB color model

#30E361 color RGB value is (48,227,97).

  • red value is 48;
  • green value is 227;
  • blue value is 97.
RGB:
(48,227,97)
(19%,89%,38%)

RGB channels and saturation

R 48 of 255 = 19%
G 227 of 255 = 89%
B 97 of 255 = 38%

48
227
97

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

Portions of RGB colors in percentages

R + G + B =
48 + 227 + 97 = 372 (100%)
R 48 of 372 ~ 12.9%
G 227 of 372 ~ 61.02%
B 97 of 372 ~ 26.08%

%12.9
%61.02
%26.08

CMYK color model

#30E361 color CMYK value is (79,0,57,11).

  • cyan value is 78.85%
  • magenta value is 0.00%
  • yellow value is 57.27%
  • key color value is 10.98%
CMYK:
(79,0,57,11)
C79M0Y57K11 
(79%,0%,57%,11%)
(0.79/0.00/0.57/0.11)	

CMYK percentages

%78.85
%0
%57.27
%10.98

Codes

Color #30E361 in popluar color models

30E361
RGB4822797
HSL136°76.17%53.92%
HSB/HSV136°78.85%89.02%
CMYK78.85%0.00%57.27%
10.98%

Color #30E361 in popluar number systems.

HEX30E361
Decimal4822797
Binary110000111000111100001
Octal60343141

Shades and tints

Shades of #30E361

#30E361
(48,227,97)
#2CCF59
(44,207,89)
#28BB51
(40,187,81)
#24A749
(36,167,73)
#209341
(32,147,65)
#1C7F39
(28,127,57)
#186B31
(24,107,49)
#145729
(20,87,41)
#104321
(16,67,33)
#0C2F19
(12,47,25)
#081B11
(8,27,17)
#000000
(0,0,0)

Tints of #30E361

#30E361
(48,227,97)
#42E56F
(66,229,111)
#54E77D
(84,231,125)
#66E98B
(102,233,139)
#78EB99
(120,235,153)
#8AEDA7
(138,237,167)
#9CEFB5
(156,239,181)
#AEF1C3
(174,241,195)
#C0F3D1
(192,243,209)
#D2F5DF
(210,245,223)
#E4F7ED
(228,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30E361 color. Also use rgb(48,227,97) instead hex code.

Text Font Color

.myTextColor { color: #30E361; }

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

This text font color is #30E361.


Background Color

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

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

This div background color is #30E361.


Border color

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

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

This div border color is #30E361.


Opacity

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

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

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

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

This text has shadow with #30E361 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30E361 on black background.


Color preview on white background

This text has color #30E361 on white background.



Black color preview on #30E361 background

This text has black color on #30E361 background.


White color preview on #30E361 background

This text has white color on #30E361 background.