COLOR #3EF087

HEX: #3EF087
RGB: (62,240,135)

Color info

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

RGB color model

#3EF087 color RGB value is (62,240,135).

  • red value is 62;
  • green value is 240;
  • blue value is 135.
RGB:
(62,240,135)
(24%,94%,53%)

RGB channels and saturation

R 62 of 255 = 24%
G 240 of 255 = 94%
B 135 of 255 = 53%

62
240
135

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

Portions of RGB colors in percentages

R + G + B =
62 + 240 + 135 = 437 (100%)
R 62 of 437 ~ 14.19%
G 240 of 437 ~ 54.92%
B 135 of 437 ~ 30.89%

%14.19
%54.92
%30.89

CMYK color model

#3EF087 color CMYK value is (74,0,44,6).

  • cyan value is 74.17%
  • magenta value is 0.00%
  • yellow value is 43.75%
  • key color value is 5.88%
CMYK:
(74,0,44,6)
C74M0Y44K6 
(74%,0%,44%,6%)
(0.74/0.00/0.44/0.06)	

CMYK percentages

%74.17
%0
%43.75
%5.88

Codes

Color #3EF087 in popluar color models

3EF087
RGB62240135
HSL145°85.58%59.22%
HSB/HSV145°74.17%94.12%
CMYK74.17%0.00%43.75%
5.88%

Color #3EF087 in popluar number systems.

HEX3EF087
Decimal62240135
Binary1111101111000010000111
Octal76360207

Shades and tints

Shades of #3EF087

#3EF087
(62,240,135)
#39DB7B
(57,219,123)
#34C66F
(52,198,111)
#2FB163
(47,177,99)
#2A9C57
(42,156,87)
#25874B
(37,135,75)
#20723F
(32,114,63)
#1B5D33
(27,93,51)
#164827
(22,72,39)
#11331B
(17,51,27)
#0C1E0F
(12,30,15)
#000000
(0,0,0)

Tints of #3EF087

#3EF087
(62,240,135)
#4FF191
(79,241,145)
#60F29B
(96,242,155)
#71F3A5
(113,243,165)
#82F4AF
(130,244,175)
#93F5B9
(147,245,185)
#A4F6C3
(164,246,195)
#B5F7CD
(181,247,205)
#C6F8D7
(198,248,215)
#D7F9E1
(215,249,225)
#E8FAEB
(232,250,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3EF087 color. Also use rgb(62,240,135) instead hex code.

Text Font Color

.myTextColor { color: #3EF087; }

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

This text font color is #3EF087.


Background Color

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

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

This div background color is #3EF087.


Border color

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

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

This div border color is #3EF087.


Opacity

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

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

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

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

This text has shadow with #3EF087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3EF087 on black background.


Color preview on white background

This text has color #3EF087 on white background.



Black color preview on #3EF087 background

This text has black color on #3EF087 background.


White color preview on #3EF087 background

This text has white color on #3EF087 background.