COLOR #30F66C

HEX: #30F66C
RGB: (48,246,108)

Color info

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

RGB color model

#30F66C color RGB value is (48,246,108).

  • red value is 48;
  • green value is 246;
  • blue value is 108.
RGB:
(48,246,108)
(19%,96%,42%)

RGB channels and saturation

R 48 of 255 = 19%
G 246 of 255 = 96%
B 108 of 255 = 42%

48
246
108

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

Portions of RGB colors in percentages

R + G + B =
48 + 246 + 108 = 402 (100%)
R 48 of 402 ~ 11.94%
G 246 of 402 ~ 61.19%
B 108 of 402 ~ 26.87%

%11.94
%61.19
%26.87

CMYK color model

#30F66C color CMYK value is (80,0,56,4).

  • cyan value is 80.49%
  • magenta value is 0.00%
  • yellow value is 56.10%
  • key color value is 3.53%
CMYK:
(80,0,56,4)
C80M0Y56K4 
(80%,0%,56%,4%)
(0.80/0.00/0.56/0.04)	

CMYK percentages

%80.49
%0
%56.1
%3.53

Codes

Color #30F66C in popluar color models

30F66C
RGB48246108
HSL138°91.67%57.65%
HSB/HSV138°80.49%96.47%
CMYK80.49%0.00%56.10%
3.53%

Color #30F66C in popluar number systems.

HEX30F66C
Decimal48246108
Binary110000111101101101100
Octal60366154

Shades and tints

Shades of #30F66C

#30F66C
(48,246,108)
#2CE063
(44,224,99)
#28CA5A
(40,202,90)
#24B451
(36,180,81)
#209E48
(32,158,72)
#1C883F
(28,136,63)
#187236
(24,114,54)
#145C2D
(20,92,45)
#104624
(16,70,36)
#0C301B
(12,48,27)
#081A12
(8,26,18)
#000000
(0,0,0)

Tints of #30F66C

#30F66C
(48,246,108)
#42F679
(66,246,121)
#54F686
(84,246,134)
#66F693
(102,246,147)
#78F6A0
(120,246,160)
#8AF6AD
(138,246,173)
#9CF6BA
(156,246,186)
#AEF6C7
(174,246,199)
#C0F6D4
(192,246,212)
#D2F6E1
(210,246,225)
#E4F6EE
(228,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30F66C color. Also use rgb(48,246,108) instead hex code.

Text Font Color

.myTextColor { color: #30F66C; }

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

This text font color is #30F66C.


Background Color

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

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

This div background color is #30F66C.


Border color

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

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

This div border color is #30F66C.


Opacity

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

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

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

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

This text has shadow with #30F66C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30F66C on black background.


Color preview on white background

This text has color #30F66C on white background.



Black color preview on #30F66C background

This text has black color on #30F66C background.


White color preview on #30F66C background

This text has white color on #30F66C background.