COLOR #3AEC6D

HEX: #3AEC6D RGB: (58,236,109)

Color info

#3AEC6D contains mainly green color. Web safe color of #3AEC6D is #33FF66 (or #3F6).

RGB color model

#3AEC6D color RGB value is (58,236,109).

RGB: (58,236,109) (23%, 93%, 43%)

RGB channels and saturation

R 58 of 255 = 23%
G 236 of 255 = 93%
B 109 of 255 = 43%

58
236
109

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

Portions of RGB colors in percentages

R + G + B = 58 + 236 + 109 = 403 (100%)
R 58 of 403 ~ 14.39%
G 236 of 403 ~ 58.56%
B 109 of 403 ~ 27.05'%

%14.39
%58.56
%27.05

CMYK color model

#3AEC6D color CMYK value is (75,0,54,7).

  • cyan value is 75.42%
  • magenta value is 0.00%
  • yellow value is 53.81%
  • key color value is 7.45%

CMYK: (75,0,54,7)
C75M0Y54K7 (75%, 0%, 54%, 7%)
(0.75 / 0.00 / 0.54 / 0.07)

CMYK percentages

%75.42
%0
%53.81
%7.45

Codes

Color #3AEC6D in popluar color models

3A EC 6D
RGB 58 236 109
HSL 137° 82.41% 57.65%
HSB/HSV 137° 75.42% 92.55%
CMYK 75.42% 0.00% 53.81%
7.45%

Color #3AEC6D in popluar number systems.

HEX 3A EC 6D
Decimal 58 236 109
Binary 111010 11101100 1101101
Octal 72 354 155

Shades and tints

Shades of #3AEC6D

#3AEC6D
(58,236,109)
#35D764
(53,215,100)
#30C25B
(48,194,91)
#2BAD52
(43,173,82)
#269849
(38,152,73)
#218340
(33,131,64)
#1C6E37
(28,110,55)
#17592E
(23,89,46)
#124425
(18,68,37)
#0D2F1C
(13,47,28)
#081A13
(8,26,19)
#000000
(0,0,0)

Tints of #3AEC6D

#3AEC6D
(58,236,109)
#4BED7A
(75,237,122)
#5CEE87
(92,238,135)
#6DEF94
(109,239,148)
#7EF0A1
(126,240,161)
#8FF1AE
(143,241,174)
#A0F2BB
(160,242,187)
#B1F3C8
(177,243,200)
#C2F4D5
(194,244,213)
#D3F5E2
(211,245,226)
#E4F6EF
(228,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3AEC6D color. Also use rgb(58,236,109) instead hex code.

Text Font Color

.myTextColor { color: #3AEC6D; }

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

This text font color is #3AEC6D.

Background Color

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

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

This div background color is #3AEC6D.

Border color

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

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

This div border color is #3AEC6D.

Opacity

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

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

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

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

This text has shadow with #3AEC6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3AEC6D.

Preview

Color preview on black background

This text has color #3AEC6D on black background.


Color preview on white background

This text has color #3AEC6D on white background.


Black color preview on #3AEC6D background

This text has black color on #3AEC6D background.


White color preview on #3AEC6D background

This text has white color on #3AEC6D background.


Related colors

Complementary color

Complementary color for #hex is #C51392.


I love getcolorcode.com

Triadic colors

1 #6D3AEC and #EC6D3A with #3AEC6D are triadic colors.

2 #6DEC3A and #EC3A6D with #3AEC6D are triadic colors.