COLOR #3EFD96

HEX: #3EFD96
RGB: (62,253,150)

Color info

#3EFD96 contains mainly green color. Web safe color of #3EFD96 is #33FF99 (or #3F9).

RGB color model

#3EFD96 color RGB value is (62,253,150).

  • red value is 62;
  • green value is 253;
  • blue value is 150.
RGB:
(62,253,150)
(24%,99%,59%)

RGB channels and saturation

R 62 of 255 = 24%
G 253 of 255 = 99%
B 150 of 255 = 59%

62
253
150

R + G + B ~ 61%. #3EFD96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
62 + 253 + 150 = 465 (100%)
R 62 of 465 ~ 13.33%
G 253 of 465 ~ 54.41%
B 150 of 465 ~ 32.26%

%13.33
%54.41
%32.26

CMYK color model

#3EFD96 color CMYK value is (75,0,41,1).

  • cyan value is 75.49%
  • magenta value is 0.00%
  • yellow value is 40.71%
  • key color value is 0.78%
CMYK:
(75,0,41,1)
C75M0Y41K1 
(75%,0%,41%,1%)
(0.75/0.00/0.41/0.01)	

CMYK percentages

%75.49
%0
%40.71
%0.78

Codes

Color #3EFD96 in popluar color models

3EFD96
RGB62253150
HSL148°97.95%61.76%
HSB/HSV148°75.49%99.22%
CMYK75.49%0.00%40.71%
0.78%

Color #3EFD96 in popluar number systems.

HEX3EFD96
Decimal62253150
Binary1111101111110110010110
Octal76375226

Shades and tints

Shades of #3EFD96

#3EFD96
(62,253,150)
#39E689
(57,230,137)
#34CF7C
(52,207,124)
#2FB86F
(47,184,111)
#2AA162
(42,161,98)
#258A55
(37,138,85)
#207348
(32,115,72)
#1B5C3B
(27,92,59)
#16452E
(22,69,46)
#112E21
(17,46,33)
#0C1714
(12,23,20)
#000000
(0,0,0)

Tints of #3EFD96

#3EFD96
(62,253,150)
#4FFD9F
(79,253,159)
#60FDA8
(96,253,168)
#71FDB1
(113,253,177)
#82FDBA
(130,253,186)
#93FDC3
(147,253,195)
#A4FDCC
(164,253,204)
#B5FDD5
(181,253,213)
#C6FDDE
(198,253,222)
#D7FDE7
(215,253,231)
#E8FDF0
(232,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3EFD96 color. Also use rgb(62,253,150) instead hex code.

Text Font Color

.myTextColor { color: #3EFD96; }

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

This text font color is #3EFD96.


Background Color

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

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

This div background color is #3EFD96.


Border color

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

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

This div border color is #3EFD96.


Opacity

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

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

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

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

This text has shadow with #3EFD96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3EFD96 on black background.


Color preview on white background

This text has color #3EFD96 on white background.



Black color preview on #3EFD96 background

This text has black color on #3EFD96 background.


White color preview on #3EFD96 background

This text has white color on #3EFD96 background.