COLOR #30CB96

HEX: #30CB96
RGB: (48,203,150)

Color info

#30CB96 contains mainly green and blue colors. Web safe color of #30CB96 is #33CC99 (or #3C9).

RGB color model

#30CB96 color RGB value is (48,203,150).

  • red value is 48;
  • green value is 203;
  • blue value is 150.
RGB:
(48,203,150)
(19%,80%,59%)

RGB channels and saturation

R 48 of 255 = 19%
G 203 of 255 = 80%
B 150 of 255 = 59%

48
203
150

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

Portions of RGB colors in percentages

R + G + B =
48 + 203 + 150 = 401 (100%)
R 48 of 401 ~ 11.97%
G 203 of 401 ~ 50.62%
B 150 of 401 ~ 37.41%

%11.97
%50.62
%37.41

CMYK color model

#30CB96 color CMYK value is (76,0,26,20).

  • cyan value is 76.35%
  • magenta value is 0.00%
  • yellow value is 26.11%
  • key color value is 20.39%
CMYK:
(76,0,26,20)
C76M0Y26K20 
(76%,0%,26%,20%)
(0.76/0.00/0.26/0.20)	

CMYK percentages

%76.35
%0
%26.11
%20.39

Codes

Color #30CB96 in popluar color models

30CB96
RGB48203150
HSL159°61.75%49.22%
HSB/HSV159°76.35%79.61%
CMYK76.35%0.00%26.11%
20.39%

Color #30CB96 in popluar number systems.

HEX30CB96
Decimal48203150
Binary1100001100101110010110
Octal60313226

Shades and tints

Shades of #30CB96

#30CB96
(48,203,150)
#2CB989
(44,185,137)
#28A77C
(40,167,124)
#24956F
(36,149,111)
#208362
(32,131,98)
#1C7155
(28,113,85)
#185F48
(24,95,72)
#144D3B
(20,77,59)
#103B2E
(16,59,46)
#0C2921
(12,41,33)
#081714
(8,23,20)
#000000
(0,0,0)

Tints of #30CB96

#30CB96
(48,203,150)
#42CF9F
(66,207,159)
#54D3A8
(84,211,168)
#66D7B1
(102,215,177)
#78DBBA
(120,219,186)
#8ADFC3
(138,223,195)
#9CE3CC
(156,227,204)
#AEE7D5
(174,231,213)
#C0EBDE
(192,235,222)
#D2EFE7
(210,239,231)
#E4F3F0
(228,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30CB96 color. Also use rgb(48,203,150) instead hex code.

Text Font Color

.myTextColor { color: #30CB96; }

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

This text font color is #30CB96.


Background Color

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

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

This div background color is #30CB96.


Border color

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

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

This div border color is #30CB96.


Opacity

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

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

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

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

This text has shadow with #30CB96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30CB96 on black background.


Color preview on white background

This text has color #30CB96 on white background.



Black color preview on #30CB96 background

This text has black color on #30CB96 background.


White color preview on #30CB96 background

This text has white color on #30CB96 background.