COLOR #30B10C

HEX: #30B10C
RGB: (48,177,12)

Color info

#30B10C contains mainly green color. Web safe color of #30B10C is #339900 (or #390).

RGB color model

#30B10C color RGB value is (48,177,12).

  • red value is 48;
  • green value is 177;
  • blue value is 12.
RGB:
(48,177,12)
(19%,69%,5%)

RGB channels and saturation

R 48 of 255 = 19%
G 177 of 255 = 69%
B 12 of 255 = 5%

48
177
12

R + G + B ~ 31%. #30B10C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 177 + 12 = 237 (100%)
R 48 of 237 ~ 20.25%
G 177 of 237 ~ 74.68%
B 12 of 237 ~ 5.06%

%20.25
%74.68

CMYK color model

#30B10C color CMYK value is (73,0,93,31).

  • cyan value is 72.88%
  • magenta value is 0.00%
  • yellow value is 93.22%
  • key color value is 30.59%
CMYK:
(73,0,93,31)
C73M0Y93K31 
(73%,0%,93%,31%)
(0.73/0.00/0.93/0.31)	

CMYK percentages

%72.88
%0
%93.22
%30.59

Codes

Color #30B10C in popluar color models

30B10C
RGB4817712
HSL107°87.30%37.06%
HSB/HSV107°93.22%69.41%
CMYK72.88%0.00%93.22%
30.59%

Color #30B10C in popluar number systems.

HEX30B10C
Decimal4817712
Binary110000101100011100
Octal6026114

Shades and tints

Shades of #30B10C

#30B10C
(48,177,12)
#2CA10B
(44,161,11)
#28910A
(40,145,10)
#248109
(36,129,9)
#207108
(32,113,8)
#1C6107
(28,97,7)
#185106
(24,81,6)
#144105
(20,65,5)
#103104
(16,49,4)
#0C2103
(12,33,3)
#081102
(8,17,2)
#000000
(0,0,0)

Tints of #30B10C

#30B10C
(48,177,12)
#42B822
(66,184,34)
#54BF38
(84,191,56)
#66C64E
(102,198,78)
#78CD64
(120,205,100)
#8AD47A
(138,212,122)
#9CDB90
(156,219,144)
#AEE2A6
(174,226,166)
#C0E9BC
(192,233,188)
#D2F0D2
(210,240,210)
#E4F7E8
(228,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30B10C color. Also use rgb(48,177,12) instead hex code.

Text Font Color

.myTextColor { color: #30B10C; }

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

This text font color is #30B10C.


Background Color

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

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

This div background color is #30B10C.


Border color

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

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

This div border color is #30B10C.


Opacity

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

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

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

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

This text has shadow with #30B10C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30B10C on black background.


Color preview on white background

This text has color #30B10C on white background.



Black color preview on #30B10C background

This text has black color on #30B10C background.


White color preview on #30B10C background

This text has white color on #30B10C background.