COLOR #30AB02

HEX: #30AB02
RGB: (48,171,2)

Color info

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

RGB color model

#30AB02 color RGB value is (48,171,2).

  • red value is 48;
  • green value is 171;
  • blue value is 2.
RGB:
(48,171,2)
(19%,67%,1%)

RGB channels and saturation

R 48 of 255 = 19%
G 171 of 255 = 67%
B 2 of 255 = 1%

48
171
2

R + G + B ~ 29%. #30AB02 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 171 + 2 = 221 (100%)
R 48 of 221 ~ 21.72%
G 171 of 221 ~ 77.38%
B 2 of 221 ~ 0.9%

%21.72
%77.38

CMYK color model

#30AB02 color CMYK value is (72,0,99,33).

  • cyan value is 71.93%
  • magenta value is 0.00%
  • yellow value is 98.83%
  • key color value is 32.94%
CMYK:
(72,0,99,33)
C72M0Y99K33 
(72%,0%,99%,33%)
(0.72/0.00/0.99/0.33)	

CMYK percentages

%71.93
%0
%98.83
%32.94

Codes

Color #30AB02 in popluar color models

30AB02
RGB481712
HSL104°97.69%33.92%
HSB/HSV104°98.83%67.06%
CMYK71.93%0.00%98.83%
32.94%

Color #30AB02 in popluar number systems.

HEX30AB02
Decimal481712
Binary1100001010101110
Octal602532

Shades and tints

Shades of #30AB02

#30AB02
(48,171,2)
#2C9C02
(44,156,2)
#288D02
(40,141,2)
#247E02
(36,126,2)
#206F02
(32,111,2)
#1C6002
(28,96,2)
#185102
(24,81,2)
#144202
(20,66,2)
#103302
(16,51,2)
#0C2402
(12,36,2)
#081502
(8,21,2)
#000000
(0,0,0)

Tints of #30AB02

#30AB02
(48,171,2)
#42B219
(66,178,25)
#54B930
(84,185,48)
#66C047
(102,192,71)
#78C75E
(120,199,94)
#8ACE75
(138,206,117)
#9CD58C
(156,213,140)
#AEDCA3
(174,220,163)
#C0E3BA
(192,227,186)
#D2EAD1
(210,234,209)
#E4F1E8
(228,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30AB02 color. Also use rgb(48,171,2) instead hex code.

Text Font Color

.myTextColor { color: #30AB02; }

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

This text font color is #30AB02.


Background Color

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

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

This div background color is #30AB02.


Border color

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

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

This div border color is #30AB02.


Opacity

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

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

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

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

This text has shadow with #30AB02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30AB02 on black background.


Color preview on white background

This text has color #30AB02 on white background.



Black color preview on #30AB02 background

This text has black color on #30AB02 background.


White color preview on #30AB02 background

This text has white color on #30AB02 background.