COLOR #30AC16

HEX: #30AC16
RGB: (48,172,22)

Color info

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

RGB color model

#30AC16 color RGB value is (48,172,22).

  • red value is 48;
  • green value is 172;
  • blue value is 22.
RGB:
(48,172,22)
(19%,67%,9%)

RGB channels and saturation

R 48 of 255 = 19%
G 172 of 255 = 67%
B 22 of 255 = 9%

48
172
22

R + G + B ~ 32%. #30AC16 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 172 + 22 = 242 (100%)
R 48 of 242 ~ 19.83%
G 172 of 242 ~ 71.07%
B 22 of 242 ~ 9.09%

%19.83
%71.07

CMYK color model

#30AC16 color CMYK value is (72,0,87,33).

  • cyan value is 72.09%
  • magenta value is 0.00%
  • yellow value is 87.21%
  • key color value is 32.55%
CMYK:
(72,0,87,33)
C72M0Y87K33 
(72%,0%,87%,33%)
(0.72/0.00/0.87/0.33)	

CMYK percentages

%72.09
%0
%87.21
%32.55

Codes

Color #30AC16 in popluar color models

30AC16
RGB4817222
HSL110°77.32%38.04%
HSB/HSV110°87.21%67.45%
CMYK72.09%0.00%87.21%
32.55%

Color #30AC16 in popluar number systems.

HEX30AC16
Decimal4817222
Binary1100001010110010110
Octal6025426

Shades and tints

Shades of #30AC16

#30AC16
(48,172,22)
#2C9D14
(44,157,20)
#288E12
(40,142,18)
#247F10
(36,127,16)
#20700E
(32,112,14)
#1C610C
(28,97,12)
#18520A
(24,82,10)
#144308
(20,67,8)
#103406
(16,52,6)
#0C2504
(12,37,4)
#081602
(8,22,2)
#000000
(0,0,0)

Tints of #30AC16

#30AC16
(48,172,22)
#42B32B
(66,179,43)
#54BA40
(84,186,64)
#66C155
(102,193,85)
#78C86A
(120,200,106)
#8ACF7F
(138,207,127)
#9CD694
(156,214,148)
#AEDDA9
(174,221,169)
#C0E4BE
(192,228,190)
#D2EBD3
(210,235,211)
#E4F2E8
(228,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30AC16 color. Also use rgb(48,172,22) instead hex code.

Text Font Color

.myTextColor { color: #30AC16; }

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

This text font color is #30AC16.


Background Color

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

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

This div background color is #30AC16.


Border color

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

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

This div border color is #30AC16.


Opacity

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

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

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

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

This text has shadow with #30AC16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30AC16 on black background.


Color preview on white background

This text has color #30AC16 on white background.



Black color preview on #30AC16 background

This text has black color on #30AC16 background.


White color preview on #30AC16 background

This text has white color on #30AC16 background.