COLOR #30C815

HEX: #30C815
RGB: (48,200,21)

Color info

#30C815 contains mainly green color. Web safe color of #30C815 is #33CC00 (or #3C0).

RGB color model

#30C815 color RGB value is (48,200,21).

  • red value is 48;
  • green value is 200;
  • blue value is 21.
RGB:
(48,200,21)
(19%,78%,8%)

RGB channels and saturation

R 48 of 255 = 19%
G 200 of 255 = 78%
B 21 of 255 = 8%

48
200
21

R + G + B ~ 35%. #30C815 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 200 + 21 = 269 (100%)
R 48 of 269 ~ 17.84%
G 200 of 269 ~ 74.35%
B 21 of 269 ~ 7.81%

%17.84
%74.35

CMYK color model

#30C815 color CMYK value is (76,0,90,22).

  • cyan value is 76.00%
  • magenta value is 0.00%
  • yellow value is 89.50%
  • key color value is 21.57%
CMYK:
(76,0,90,22)
C76M0Y90K22 
(76%,0%,90%,22%)
(0.76/0.00/0.90/0.22)	

CMYK percentages

%76
%0
%89.5
%21.57

Codes

Color #30C815 in popluar color models

30C815
RGB4820021
HSL111°81.00%43.33%
HSB/HSV111°89.50%78.43%
CMYK76.00%0.00%89.50%
21.57%

Color #30C815 in popluar number systems.

HEX30C815
Decimal4820021
Binary1100001100100010101
Octal6031025

Shades and tints

Shades of #30C815

#30C815
(48,200,21)
#2CB614
(44,182,20)
#28A413
(40,164,19)
#249212
(36,146,18)
#208011
(32,128,17)
#1C6E10
(28,110,16)
#185C0F
(24,92,15)
#144A0E
(20,74,14)
#10380D
(16,56,13)
#0C260C
(12,38,12)
#08140B
(8,20,11)
#000000
(0,0,0)

Tints of #30C815

#30C815
(48,200,21)
#42CD2A
(66,205,42)
#54D23F
(84,210,63)
#66D754
(102,215,84)
#78DC69
(120,220,105)
#8AE17E
(138,225,126)
#9CE693
(156,230,147)
#AEEBA8
(174,235,168)
#C0F0BD
(192,240,189)
#D2F5D2
(210,245,210)
#E4FAE7
(228,250,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30C815 color. Also use rgb(48,200,21) instead hex code.

Text Font Color

.myTextColor { color: #30C815; }

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

This text font color is #30C815.


Background Color

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

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

This div background color is #30C815.


Border color

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

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

This div border color is #30C815.


Opacity

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

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

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

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

This text has shadow with #30C815 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30C815 on black background.


Color preview on white background

This text has color #30C815 on white background.



Black color preview on #30C815 background

This text has black color on #30C815 background.


White color preview on #30C815 background

This text has white color on #30C815 background.