COLOR #30AF41

HEX: #30AF41
RGB: (48,175,65)

Color info

#30AF41 contains mainly green color. Web safe color of #30AF41 is #339933 (or #393).

RGB color model

#30AF41 color RGB value is (48,175,65).

  • red value is 48;
  • green value is 175;
  • blue value is 65.
RGB:
(48,175,65)
(19%,69%,25%)

RGB channels and saturation

R 48 of 255 = 19%
G 175 of 255 = 69%
B 65 of 255 = 25%

48
175
65

R + G + B ~ 38%. #30AF41 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
48 + 175 + 65 = 288 (100%)
R 48 of 288 ~ 16.67%
G 175 of 288 ~ 60.76%
B 65 of 288 ~ 22.57%

%16.67
%60.76
%22.57

CMYK color model

#30AF41 color CMYK value is (73,0,63,31).

  • cyan value is 72.57%
  • magenta value is 0.00%
  • yellow value is 62.86%
  • key color value is 31.37%
CMYK:
(73,0,63,31)
C73M0Y63K31 
(73%,0%,63%,31%)
(0.73/0.00/0.63/0.31)	

CMYK percentages

%72.57
%0
%62.86
%31.37

Codes

Color #30AF41 in popluar color models

30AF41
RGB4817565
HSL128°56.95%43.73%
HSB/HSV128°72.57%68.63%
CMYK72.57%0.00%62.86%
31.37%

Color #30AF41 in popluar number systems.

HEX30AF41
Decimal4817565
Binary110000101011111000001
Octal60257101

Shades and tints

Shades of #30AF41

#30AF41
(48,175,65)
#2CA03C
(44,160,60)
#289137
(40,145,55)
#248232
(36,130,50)
#20732D
(32,115,45)
#1C6428
(28,100,40)
#185523
(24,85,35)
#14461E
(20,70,30)
#103719
(16,55,25)
#0C2814
(12,40,20)
#08190F
(8,25,15)
#000000
(0,0,0)

Tints of #30AF41

#30AF41
(48,175,65)
#42B652
(66,182,82)
#54BD63
(84,189,99)
#66C474
(102,196,116)
#78CB85
(120,203,133)
#8AD296
(138,210,150)
#9CD9A7
(156,217,167)
#AEE0B8
(174,224,184)
#C0E7C9
(192,231,201)
#D2EEDA
(210,238,218)
#E4F5EB
(228,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30AF41 color. Also use rgb(48,175,65) instead hex code.

Text Font Color

.myTextColor { color: #30AF41; }

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

This text font color is #30AF41.


Background Color

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

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

This div background color is #30AF41.


Border color

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

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

This div border color is #30AF41.


Opacity

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

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

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

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

This text has shadow with #30AF41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30AF41 on black background.


Color preview on white background

This text has color #30AF41 on white background.



Black color preview on #30AF41 background

This text has black color on #30AF41 background.


White color preview on #30AF41 background

This text has white color on #30AF41 background.