COLOR #30BC18

HEX: #30BC18
RGB: (48,188,24)

Color info

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

RGB color model

#30BC18 color RGB value is (48,188,24).

  • red value is 48;
  • green value is 188;
  • blue value is 24.
RGB:
(48,188,24)
(19%,74%,9%)

RGB channels and saturation

R 48 of 255 = 19%
G 188 of 255 = 74%
B 24 of 255 = 9%

48
188
24

R + G + B ~ 34%. #30BC18 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 188 + 24 = 260 (100%)
R 48 of 260 ~ 18.46%
G 188 of 260 ~ 72.31%
B 24 of 260 ~ 9.23%

%18.46
%72.31

CMYK color model

#30BC18 color CMYK value is (74,0,87,26).

  • cyan value is 74.47%
  • magenta value is 0.00%
  • yellow value is 87.23%
  • key color value is 26.27%
CMYK:
(74,0,87,26)
C74M0Y87K26 
(74%,0%,87%,26%)
(0.74/0.00/0.87/0.26)	

CMYK percentages

%74.47
%0
%87.23
%26.27

Codes

Color #30BC18 in popluar color models

30BC18
RGB4818824
HSL111°77.36%41.57%
HSB/HSV111°87.23%73.73%
CMYK74.47%0.00%87.23%
26.27%

Color #30BC18 in popluar number systems.

HEX30BC18
Decimal4818824
Binary1100001011110011000
Octal6027430

Shades and tints

Shades of #30BC18

#30BC18
(48,188,24)
#2CAB16
(44,171,22)
#289A14
(40,154,20)
#248912
(36,137,18)
#207810
(32,120,16)
#1C670E
(28,103,14)
#18560C
(24,86,12)
#14450A
(20,69,10)
#103408
(16,52,8)
#0C2306
(12,35,6)
#081204
(8,18,4)
#000000
(0,0,0)

Tints of #30BC18

#30BC18
(48,188,24)
#42C22D
(66,194,45)
#54C842
(84,200,66)
#66CE57
(102,206,87)
#78D46C
(120,212,108)
#8ADA81
(138,218,129)
#9CE096
(156,224,150)
#AEE6AB
(174,230,171)
#C0ECC0
(192,236,192)
#D2F2D5
(210,242,213)
#E4F8EA
(228,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30BC18 color. Also use rgb(48,188,24) instead hex code.

Text Font Color

.myTextColor { color: #30BC18; }

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

This text font color is #30BC18.


Background Color

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

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

This div background color is #30BC18.


Border color

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

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

This div border color is #30BC18.


Opacity

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

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

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

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

This text has shadow with #30BC18 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30BC18 on black background.


Color preview on white background

This text has color #30BC18 on white background.



Black color preview on #30BC18 background

This text has black color on #30BC18 background.


White color preview on #30BC18 background

This text has white color on #30BC18 background.