COLOR #3EF430

HEX: #3EF430
RGB: (62,244,48)

Color info

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

RGB color model

#3EF430 color RGB value is (62,244,48).

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

RGB channels and saturation

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

62
244
48

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

Portions of RGB colors in percentages

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

%17.51
%68.93
%13.56

CMYK color model

#3EF430 color CMYK value is (75,0,80,4).

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

CMYK percentages

%74.59
%0
%80.33
%4.31

Codes

Color #3EF430 in popluar color models

3EF430
RGB6224448
HSL116°89.91%57.25%
HSB/HSV116°80.33%95.69%
CMYK74.59%0.00%80.33%
4.31%

Color #3EF430 in popluar number systems.

HEX3EF430
Decimal6224448
Binary11111011110100110000
Octal7636460

Shades and tints

Shades of #3EF430

#3EF430
(62,244,48)
#39DE2C
(57,222,44)
#34C828
(52,200,40)
#2FB224
(47,178,36)
#2A9C20
(42,156,32)
#25861C
(37,134,28)
#207018
(32,112,24)
#1B5A14
(27,90,20)
#164410
(22,68,16)
#112E0C
(17,46,12)
#0C1808
(12,24,8)
#000000
(0,0,0)

Tints of #3EF430

#3EF430
(62,244,48)
#4FF542
(79,245,66)
#60F654
(96,246,84)
#71F766
(113,247,102)
#82F878
(130,248,120)
#93F98A
(147,249,138)
#A4FA9C
(164,250,156)
#B5FBAE
(181,251,174)
#C6FCC0
(198,252,192)
#D7FDD2
(215,253,210)
#E8FEE4
(232,254,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3EF430; }

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

This text font color is #3EF430.


Background Color

.myBgColor { background-color: #3EF430; }

<div style="background-color:#3EF430">Inner text</div>

This div background color is #3EF430.


Border color

.myBorderColor { border: 1px solid #3EF430; }

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

This div border color is #3EF430.


Opacity

.myOpacity80 { color: #3EF430; opacity: 0.8; }

<p style="color:#3EF430;opacity:0.8;">80%</p>

Text with #3EF430 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 #3EF430;}

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

This text has shadow with #3EF430 color.

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

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

This text has shadow with #3EF430 primary color and red secondary color.


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

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

This text has shadow with #3EF430 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3EF430 on black background.


Color preview on white background

This text has color #3EF430 on white background.



Black color preview on #3EF430 background

This text has black color on #3EF430 background.


White color preview on #3EF430 background

This text has white color on #3EF430 background.