COLOR #30FA80

HEX: #30FA80
RGB: (48,250,128)

Color info

#30FA80 contains mainly green color. Web safe color of #30FA80 is #33FF66 (or #3F6).

RGB color model

#30FA80 color RGB value is (48,250,128).

  • red value is 48;
  • green value is 250;
  • blue value is 128.
RGB:
(48,250,128)
(19%,98%,50%)

RGB channels and saturation

R 48 of 255 = 19%
G 250 of 255 = 98%
B 128 of 255 = 50%

48
250
128

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

Portions of RGB colors in percentages

R + G + B =
48 + 250 + 128 = 426 (100%)
R 48 of 426 ~ 11.27%
G 250 of 426 ~ 58.69%
B 128 of 426 ~ 30.05%

%11.27
%58.69
%30.05

CMYK color model

#30FA80 color CMYK value is (81,0,49,2).

  • cyan value is 80.80%
  • magenta value is 0.00%
  • yellow value is 48.80%
  • key color value is 1.96%
CMYK:
(81,0,49,2)
C81M0Y49K2 
(81%,0%,49%,2%)
(0.81/0.00/0.49/0.02)	

CMYK percentages

%80.8
%0
%48.8
%1.96

Codes

Color #30FA80 in popluar color models

30FA80
RGB48250128
HSL144°95.28%58.43%
HSB/HSV144°80.80%98.04%
CMYK80.80%0.00%48.80%
1.96%

Color #30FA80 in popluar number systems.

HEX30FA80
Decimal48250128
Binary1100001111101010000000
Octal60372200

Shades and tints

Shades of #30FA80

#30FA80
(48,250,128)
#2CE475
(44,228,117)
#28CE6A
(40,206,106)
#24B85F
(36,184,95)
#20A254
(32,162,84)
#1C8C49
(28,140,73)
#18763E
(24,118,62)
#146033
(20,96,51)
#104A28
(16,74,40)
#0C341D
(12,52,29)
#081E12
(8,30,18)
#000000
(0,0,0)

Tints of #30FA80

#30FA80
(48,250,128)
#42FA8B
(66,250,139)
#54FA96
(84,250,150)
#66FAA1
(102,250,161)
#78FAAC
(120,250,172)
#8AFAB7
(138,250,183)
#9CFAC2
(156,250,194)
#AEFACD
(174,250,205)
#C0FAD8
(192,250,216)
#D2FAE3
(210,250,227)
#E4FAEE
(228,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30FA80 color. Also use rgb(48,250,128) instead hex code.

Text Font Color

.myTextColor { color: #30FA80; }

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

This text font color is #30FA80.


Background Color

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

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

This div background color is #30FA80.


Border color

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

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

This div border color is #30FA80.


Opacity

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

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

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

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

This text has shadow with #30FA80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30FA80 on black background.


Color preview on white background

This text has color #30FA80 on white background.



Black color preview on #30FA80 background

This text has black color on #30FA80 background.


White color preview on #30FA80 background

This text has white color on #30FA80 background.