COLOR #3AE477

HEX: #3AE477
RGB: (58,228,119)

Color info

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

RGB color model

#3AE477 color RGB value is (58,228,119).

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

RGB channels and saturation

R 58 of 255 = 23%
G 228 of 255 = 89%
B 119 of 255 = 47%

58
228
119

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

Portions of RGB colors in percentages

R + G + B =
58 + 228 + 119 = 405 (100%)
R 58 of 405 ~ 14.32%
G 228 of 405 ~ 56.3%
B 119 of 405 ~ 29.38%

%14.32
%56.3
%29.38

CMYK color model

#3AE477 color CMYK value is (75,0,48,11).

  • cyan value is 74.56%
  • magenta value is 0.00%
  • yellow value is 47.81%
  • key color value is 10.59%
CMYK:
(75,0,48,11)
C75M0Y48K11 
(75%,0%,48%,11%)
(0.75/0.00/0.48/0.11)	

CMYK percentages

%74.56
%0
%47.81
%10.59

Codes

Color #3AE477 in popluar color models

3AE477
RGB58228119
HSL142°75.89%56.08%
HSB/HSV142°74.56%89.41%
CMYK74.56%0.00%47.81%
10.59%

Color #3AE477 in popluar number systems.

HEX3AE477
Decimal58228119
Binary111010111001001110111
Octal72344167

Shades and tints

Shades of #3AE477

#3AE477
(58,228,119)
#35D06D
(53,208,109)
#30BC63
(48,188,99)
#2BA859
(43,168,89)
#26944F
(38,148,79)
#218045
(33,128,69)
#1C6C3B
(28,108,59)
#175831
(23,88,49)
#124427
(18,68,39)
#0D301D
(13,48,29)
#081C13
(8,28,19)
#000000
(0,0,0)

Tints of #3AE477

#3AE477
(58,228,119)
#4BE683
(75,230,131)
#5CE88F
(92,232,143)
#6DEA9B
(109,234,155)
#7EECA7
(126,236,167)
#8FEEB3
(143,238,179)
#A0F0BF
(160,240,191)
#B1F2CB
(177,242,203)
#C2F4D7
(194,244,215)
#D3F6E3
(211,246,227)
#E4F8EF
(228,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #3AE477; }

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

This text font color is #3AE477.


Background Color

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

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

This div background color is #3AE477.


Border color

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

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

This div border color is #3AE477.


Opacity

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

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

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

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

This text has shadow with #3AE477 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3AE477 on black background.


Color preview on white background

This text has color #3AE477 on white background.



Black color preview on #3AE477 background

This text has black color on #3AE477 background.


White color preview on #3AE477 background

This text has white color on #3AE477 background.