COLOR #3AE587

HEX: #3AE587
RGB: (58,229,135)

Color info

#3AE587 contains mainly green color. Web safe color of #3AE587 is #33CC99 (or #3C9).

RGB color model

#3AE587 color RGB value is (58,229,135).

  • red value is 58;
  • green value is 229;
  • blue value is 135.
RGB:
(58,229,135)
(23%,90%,53%)

RGB channels and saturation

R 58 of 255 = 23%
G 229 of 255 = 90%
B 135 of 255 = 53%

58
229
135

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

Portions of RGB colors in percentages

R + G + B =
58 + 229 + 135 = 422 (100%)
R 58 of 422 ~ 13.74%
G 229 of 422 ~ 54.27%
B 135 of 422 ~ 31.99%

%13.74
%54.27
%31.99

CMYK color model

#3AE587 color CMYK value is (75,0,41,10).

  • cyan value is 74.67%
  • magenta value is 0.00%
  • yellow value is 41.05%
  • key color value is 10.20%
CMYK:
(75,0,41,10)
C75M0Y41K10 
(75%,0%,41%,10%)
(0.75/0.00/0.41/0.10)	

CMYK percentages

%74.67
%0
%41.05
%10.2

Codes

Color #3AE587 in popluar color models

3AE587
RGB58229135
HSL147°76.68%56.27%
HSB/HSV147°74.67%89.80%
CMYK74.67%0.00%41.05%
10.20%

Color #3AE587 in popluar number systems.

HEX3AE587
Decimal58229135
Binary1110101110010110000111
Octal72345207

Shades and tints

Shades of #3AE587

#3AE587
(58,229,135)
#35D17B
(53,209,123)
#30BD6F
(48,189,111)
#2BA963
(43,169,99)
#269557
(38,149,87)
#21814B
(33,129,75)
#1C6D3F
(28,109,63)
#175933
(23,89,51)
#124527
(18,69,39)
#0D311B
(13,49,27)
#081D0F
(8,29,15)
#000000
(0,0,0)

Tints of #3AE587

#3AE587
(58,229,135)
#4BE791
(75,231,145)
#5CE99B
(92,233,155)
#6DEBA5
(109,235,165)
#7EEDAF
(126,237,175)
#8FEFB9
(143,239,185)
#A0F1C3
(160,241,195)
#B1F3CD
(177,243,205)
#C2F5D7
(194,245,215)
#D3F7E1
(211,247,225)
#E4F9EB
(228,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3AE587 color. Also use rgb(58,229,135) instead hex code.

Text Font Color

.myTextColor { color: #3AE587; }

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

This text font color is #3AE587.


Background Color

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

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

This div background color is #3AE587.


Border color

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

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

This div border color is #3AE587.


Opacity

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

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

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

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

This text has shadow with #3AE587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3AE587 on black background.


Color preview on white background

This text has color #3AE587 on white background.



Black color preview on #3AE587 background

This text has black color on #3AE587 background.


White color preview on #3AE587 background

This text has white color on #3AE587 background.