COLOR #30AF55

HEX: #30AF55
RGB: (48,175,85)

Color info

#30AF55 contains mainly green color. Web safe color of #30AF55 is #339966 (or #396).

RGB color model

#30AF55 color RGB value is (48,175,85).

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

RGB channels and saturation

R 48 of 255 = 19%
G 175 of 255 = 69%
B 85 of 255 = 33%

48
175
85

R + G + B ~ 40%. #30AF55 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
48 + 175 + 85 = 308 (100%)
R 48 of 308 ~ 15.58%
G 175 of 308 ~ 56.82%
B 85 of 308 ~ 27.6%

%15.58
%56.82
%27.6

CMYK color model

#30AF55 color CMYK value is (73,0,51,31).

  • cyan value is 72.57%
  • magenta value is 0.00%
  • yellow value is 51.43%
  • key color value is 31.37%
CMYK:
(73,0,51,31)
C73M0Y51K31 
(73%,0%,51%,31%)
(0.73/0.00/0.51/0.31)	

CMYK percentages

%72.57
%0
%51.43
%31.37

Codes

Color #30AF55 in popluar color models

30AF55
RGB4817585
HSL137°56.95%43.73%
HSB/HSV137°72.57%68.63%
CMYK72.57%0.00%51.43%
31.37%

Color #30AF55 in popluar number systems.

HEX30AF55
Decimal4817585
Binary110000101011111010101
Octal60257125

Shades and tints

Shades of #30AF55

#30AF55
(48,175,85)
#2CA04E
(44,160,78)
#289147
(40,145,71)
#248240
(36,130,64)
#207339
(32,115,57)
#1C6432
(28,100,50)
#18552B
(24,85,43)
#144624
(20,70,36)
#10371D
(16,55,29)
#0C2816
(12,40,22)
#08190F
(8,25,15)
#000000
(0,0,0)

Tints of #30AF55

#30AF55
(48,175,85)
#42B664
(66,182,100)
#54BD73
(84,189,115)
#66C482
(102,196,130)
#78CB91
(120,203,145)
#8AD2A0
(138,210,160)
#9CD9AF
(156,217,175)
#AEE0BE
(174,224,190)
#C0E7CD
(192,231,205)
#D2EEDC
(210,238,220)
#E4F5EB
(228,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #30AF55; }

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

This text font color is #30AF55.


Background Color

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

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

This div background color is #30AF55.


Border color

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

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

This div border color is #30AF55.


Opacity

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

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

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

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

This text has shadow with #30AF55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30AF55 on black background.


Color preview on white background

This text has color #30AF55 on white background.



Black color preview on #30AF55 background

This text has black color on #30AF55 background.


White color preview on #30AF55 background

This text has white color on #30AF55 background.