COLOR #30F43E

HEX: #30F43E
RGB: (48,244,62)

Color info

#30F43E contains mainly green color. Web safe color of #30F43E is #33FF33 (or #3F3).

RGB color model

#30F43E color RGB value is (48,244,62).

  • red value is 48;
  • green value is 244;
  • blue value is 62.
RGB:
(48,244,62)
(19%,96%,24%)

RGB channels and saturation

R 48 of 255 = 19%
G 244 of 255 = 96%
B 62 of 255 = 24%

48
244
62

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

Portions of RGB colors in percentages

R + G + B =
48 + 244 + 62 = 354 (100%)
R 48 of 354 ~ 13.56%
G 244 of 354 ~ 68.93%
B 62 of 354 ~ 17.51%

%13.56
%68.93
%17.51

CMYK color model

#30F43E color CMYK value is (80,0,75,4).

  • cyan value is 80.33%
  • magenta value is 0.00%
  • yellow value is 74.59%
  • key color value is 4.31%
CMYK:
(80,0,75,4)
C80M0Y75K4 
(80%,0%,75%,4%)
(0.80/0.00/0.75/0.04)	

CMYK percentages

%80.33
%0
%74.59
%4.31

Codes

Color #30F43E in popluar color models

30F43E
RGB4824462
HSL124°89.91%57.25%
HSB/HSV124°80.33%95.69%
CMYK80.33%0.00%74.59%
4.31%

Color #30F43E in popluar number systems.

HEX30F43E
Decimal4824462
Binary11000011110100111110
Octal6036476

Shades and tints

Shades of #30F43E

#30F43E
(48,244,62)
#2CDE39
(44,222,57)
#28C834
(40,200,52)
#24B22F
(36,178,47)
#209C2A
(32,156,42)
#1C8625
(28,134,37)
#187020
(24,112,32)
#145A1B
(20,90,27)
#104416
(16,68,22)
#0C2E11
(12,46,17)
#08180C
(8,24,12)
#000000
(0,0,0)

Tints of #30F43E

#30F43E
(48,244,62)
#42F54F
(66,245,79)
#54F660
(84,246,96)
#66F771
(102,247,113)
#78F882
(120,248,130)
#8AF993
(138,249,147)
#9CFAA4
(156,250,164)
#AEFBB5
(174,251,181)
#C0FCC6
(192,252,198)
#D2FDD7
(210,253,215)
#E4FEE8
(228,254,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30F43E color. Also use rgb(48,244,62) instead hex code.

Text Font Color

.myTextColor { color: #30F43E; }

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

This text font color is #30F43E.


Background Color

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

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

This div background color is #30F43E.


Border color

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

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

This div border color is #30F43E.


Opacity

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

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

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

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

This text has shadow with #30F43E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30F43E on black background.


Color preview on white background

This text has color #30F43E on white background.



Black color preview on #30F43E background

This text has black color on #30F43E background.


White color preview on #30F43E background

This text has white color on #30F43E background.