COLOR #30BC1A

HEX: #30BC1A
RGB: (48,188,26)

Color info

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

RGB color model

#30BC1A color RGB value is (48,188,26).

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

RGB channels and saturation

R 48 of 255 = 19%
G 188 of 255 = 74%
B 26 of 255 = 10%

48
188
26

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

Portions of RGB colors in percentages

R + G + B =
48 + 188 + 26 = 262 (100%)
R 48 of 262 ~ 18.32%
G 188 of 262 ~ 71.76%
B 26 of 262 ~ 9.92%

%18.32
%71.76
%9.92

CMYK color model

#30BC1A color CMYK value is (74,0,86,26).

  • cyan value is 74.47%
  • magenta value is 0.00%
  • yellow value is 86.17%
  • key color value is 26.27%
CMYK:
(74,0,86,26)
C74M0Y86K26 
(74%,0%,86%,26%)
(0.74/0.00/0.86/0.26)	

CMYK percentages

%74.47
%0
%86.17
%26.27

Codes

Color #30BC1A in popluar color models

30BC1A
RGB4818826
HSL112°75.70%41.96%
HSB/HSV112°86.17%73.73%
CMYK74.47%0.00%86.17%
26.27%

Color #30BC1A in popluar number systems.

HEX30BC1A
Decimal4818826
Binary1100001011110011010
Octal6027432

Shades and tints

Shades of #30BC1A

#30BC1A
(48,188,26)
#2CAB18
(44,171,24)
#289A16
(40,154,22)
#248914
(36,137,20)
#207812
(32,120,18)
#1C6710
(28,103,16)
#18560E
(24,86,14)
#14450C
(20,69,12)
#10340A
(16,52,10)
#0C2308
(12,35,8)
#081206
(8,18,6)
#000000
(0,0,0)

Tints of #30BC1A

#30BC1A
(48,188,26)
#42C22E
(66,194,46)
#54C842
(84,200,66)
#66CE56
(102,206,86)
#78D46A
(120,212,106)
#8ADA7E
(138,218,126)
#9CE092
(156,224,146)
#AEE6A6
(174,230,166)
#C0ECBA
(192,236,186)
#D2F2CE
(210,242,206)
#E4F8E2
(228,248,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30BC1A; }

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

This text font color is #30BC1A.


Background Color

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

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

This div background color is #30BC1A.


Border color

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

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

This div border color is #30BC1A.


Opacity

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

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

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

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

This text has shadow with #30BC1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30BC1A on black background.


Color preview on white background

This text has color #30BC1A on white background.



Black color preview on #30BC1A background

This text has black color on #30BC1A background.


White color preview on #30BC1A background

This text has white color on #30BC1A background.