COLOR #3AE47B

HEX: #3AE47B
RGB: (58,228,123)

Color info

#3AE47B contains mainly green color. Web safe color of #3AE47B is #33CC66 (or #3C6).

RGB color model

#3AE47B color RGB value is (58,228,123).

  • red value is 58;
  • green value is 228;
  • blue value is 123.
RGB:
(58,228,123)
(23%,89%,48%)

RGB channels and saturation

R 58 of 255 = 23%
G 228 of 255 = 89%
B 123 of 255 = 48%

58
228
123

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

Portions of RGB colors in percentages

R + G + B =
58 + 228 + 123 = 409 (100%)
R 58 of 409 ~ 14.18%
G 228 of 409 ~ 55.75%
B 123 of 409 ~ 30.07%

%14.18
%55.75
%30.07

CMYK color model

#3AE47B color CMYK value is (75,0,46,11).

  • cyan value is 74.56%
  • magenta value is 0.00%
  • yellow value is 46.05%
  • key color value is 10.59%
CMYK:
(75,0,46,11)
C75M0Y46K11 
(75%,0%,46%,11%)
(0.75/0.00/0.46/0.11)	

CMYK percentages

%74.56
%0
%46.05
%10.59

Codes

Color #3AE47B in popluar color models

3AE47B
RGB58228123
HSL143°75.89%56.08%
HSB/HSV143°74.56%89.41%
CMYK74.56%0.00%46.05%
10.59%

Color #3AE47B in popluar number systems.

HEX3AE47B
Decimal58228123
Binary111010111001001111011
Octal72344173

Shades and tints

Shades of #3AE47B

#3AE47B
(58,228,123)
#35D070
(53,208,112)
#30BC65
(48,188,101)
#2BA85A
(43,168,90)
#26944F
(38,148,79)
#218044
(33,128,68)
#1C6C39
(28,108,57)
#17582E
(23,88,46)
#124423
(18,68,35)
#0D3018
(13,48,24)
#081C0D
(8,28,13)
#000000
(0,0,0)

Tints of #3AE47B

#3AE47B
(58,228,123)
#4BE687
(75,230,135)
#5CE893
(92,232,147)
#6DEA9F
(109,234,159)
#7EECAB
(126,236,171)
#8FEEB7
(143,238,183)
#A0F0C3
(160,240,195)
#B1F2CF
(177,242,207)
#C2F4DB
(194,244,219)
#D3F6E7
(211,246,231)
#E4F8F3
(228,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3AE47B color. Also use rgb(58,228,123) instead hex code.

Text Font Color

.myTextColor { color: #3AE47B; }

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

This text font color is #3AE47B.


Background Color

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

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

This div background color is #3AE47B.


Border color

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

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

This div border color is #3AE47B.


Opacity

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

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

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

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

This text has shadow with #3AE47B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3AE47B on black background.


Color preview on white background

This text has color #3AE47B on white background.



Black color preview on #3AE47B background

This text has black color on #3AE47B background.


White color preview on #3AE47B background

This text has white color on #3AE47B background.