COLOR #3ACE66

HEX: #3ACE66 RGB: (58,206,102)

Color info

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

RGB color model

#3ACE66 color RGB value is (58,206,102).

RGB: (58,206,102) (23%, 81%, 40%)

RGB channels and saturation

R 58 of 255 = 23%
G 206 of 255 = 81%
B 102 of 255 = 40%

58
206
102

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

Portions of RGB colors in percentages

R + G + B = 58 + 206 + 102 = 366 (100%)
R 58 of 366 ~ 15.85%
G 206 of 366 ~ 56.28%
B 102 of 366 ~ 27.87'%

%15.85
%56.28
%27.87

CMYK color model

#3ACE66 color CMYK value is (72,0,50,19).

  • cyan value is 71.84%
  • magenta value is 0.00%
  • yellow value is 50.49%
  • key color value is 19.22%

CMYK: (72,0,50,19)
C72M0Y50K19 (72%, 0%, 50%, 19%)
(0.72 / 0.00 / 0.50 / 0.19)

CMYK percentages

%71.84
%0
%50.49
%19.22

Codes

Color #3ACE66 in popluar color models

3A CE 66
RGB 58 206 102
HSL 138° 60.16% 51.76%
HSB/HSV 138° 71.84% 80.78%
CMYK 71.84% 0.00% 50.49%
19.22%

Color #3ACE66 in popluar number systems.

HEX 3A CE 66
Decimal 58 206 102
Binary 111010 11001110 1100110
Octal 72 316 146

Shades and tints

Shades of #3ACE66

#3ACE66
(58,206,102)
#35BC5D
(53,188,93)
#30AA54
(48,170,84)
#2B984B
(43,152,75)
#268642
(38,134,66)
#217439
(33,116,57)
#1C6230
(28,98,48)
#175027
(23,80,39)
#123E1E
(18,62,30)
#0D2C15
(13,44,21)
#081A0C
(8,26,12)
#000000
(0,0,0)

Tints of #3ACE66

#3ACE66
(58,206,102)
#4BD273
(75,210,115)
#5CD680
(92,214,128)
#6DDA8D
(109,218,141)
#7EDE9A
(126,222,154)
#8FE2A7
(143,226,167)
#A0E6B4
(160,230,180)
#B1EAC1
(177,234,193)
#C2EECE
(194,238,206)
#D3F2DB
(211,242,219)
#E4F6E8
(228,246,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3ACE66 color. Also use rgb(58,206,102) instead hex code.

Text Font Color

.myTextColor { color: #3ACE66; }

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

This text font color is #3ACE66.

Background Color

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

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

This div background color is #3ACE66.

Border color

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

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

This div border color is #3ACE66.

Opacity

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

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

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

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

This text has shadow with #3ACE66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3ACE66.

Preview

Color preview on black background

This text has color #3ACE66 on black background.


Color preview on white background

This text has color #3ACE66 on white background.


Black color preview on #3ACE66 background

This text has black color on #3ACE66 background.


White color preview on #3ACE66 background

This text has white color on #3ACE66 background.


Related colors

Complementary color

Complementary color for #hex is #C53199.


I love getcolorcode.com

Triadic colors

1 #663ACE and #CE663A with #3ACE66 are triadic colors.

2 #66CE3A and #CE3A66 with #3ACE66 are triadic colors.