COLOR #30C813

HEX: #30C813
RGB: (48,200,19)

Color info

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

RGB color model

#30C813 color RGB value is (48,200,19).

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

RGB channels and saturation

R 48 of 255 = 19%
G 200 of 255 = 78%
B 19 of 255 = 7%

48
200
19

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

Portions of RGB colors in percentages

R + G + B =
48 + 200 + 19 = 267 (100%)
R 48 of 267 ~ 17.98%
G 200 of 267 ~ 74.91%
B 19 of 267 ~ 7.12%

%17.98
%74.91

CMYK color model

#30C813 color CMYK value is (76,0,91,22).

  • cyan value is 76.00%
  • magenta value is 0.00%
  • yellow value is 90.50%
  • key color value is 21.57%
CMYK:
(76,0,91,22)
C76M0Y91K22 
(76%,0%,91%,22%)
(0.76/0.00/0.91/0.22)	

CMYK percentages

%76
%0
%90.5
%21.57

Codes

Color #30C813 in popluar color models

30C813
RGB4820019
HSL110°82.65%42.94%
HSB/HSV110°90.50%78.43%
CMYK76.00%0.00%90.50%
21.57%

Color #30C813 in popluar number systems.

HEX30C813
Decimal4820019
Binary1100001100100010011
Octal6031023

Shades and tints

Shades of #30C813

#30C813
(48,200,19)
#2CB612
(44,182,18)
#28A411
(40,164,17)
#249210
(36,146,16)
#20800F
(32,128,15)
#1C6E0E
(28,110,14)
#185C0D
(24,92,13)
#144A0C
(20,74,12)
#10380B
(16,56,11)
#0C260A
(12,38,10)
#081409
(8,20,9)
#000000
(0,0,0)

Tints of #30C813

#30C813
(48,200,19)
#42CD28
(66,205,40)
#54D23D
(84,210,61)
#66D752
(102,215,82)
#78DC67
(120,220,103)
#8AE17C
(138,225,124)
#9CE691
(156,230,145)
#AEEBA6
(174,235,166)
#C0F0BB
(192,240,187)
#D2F5D0
(210,245,208)
#E4FAE5
(228,250,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30C813; }

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

This text font color is #30C813.


Background Color

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

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

This div background color is #30C813.


Border color

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

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

This div border color is #30C813.


Opacity

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

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

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

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

This text has shadow with #30C813 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30C813 on black background.


Color preview on white background

This text has color #30C813 on white background.



Black color preview on #30C813 background

This text has black color on #30C813 background.


White color preview on #30C813 background

This text has white color on #30C813 background.