COLOR #3AF378

HEX: #3AF378 RGB: (58,243,120)

Color info

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

RGB color model

#3AF378 color RGB value is (58,243,120).

RGB: (58,243,120) (23%, 95%, 47%)

RGB channels and saturation

R 58 of 255 = 23%
G 243 of 255 = 95%
B 120 of 255 = 47%

58
243
120

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

Portions of RGB colors in percentages

R + G + B = 58 + 243 + 120 = 421 (100%)
R 58 of 421 ~ 13.78%
G 243 of 421 ~ 57.72%
B 120 of 421 ~ 28.5'%

%13.78
%57.72
%28.5

CMYK color model

#3AF378 color CMYK value is (76,0,51,5).

  • cyan value is 76.13%
  • magenta value is 0.00%
  • yellow value is 50.62%
  • key color value is 4.71%

CMYK: (76,0,51,5)
C76M0Y51K5 (76%, 0%, 51%, 5%)
(0.76 / 0.00 / 0.51 / 0.05)

CMYK percentages

%76.13
%0
%50.62
%4.71

Codes

Color #3AF378 in popluar color models

3A F3 78
RGB 58 243 120
HSL 140° 88.52% 59.02%
HSB/HSV 140° 76.13% 95.29%
CMYK 76.13% 0.00% 50.62%
4.71%

Color #3AF378 in popluar number systems.

HEX 3A F3 78
Decimal 58 243 120
Binary 111010 11110011 1111000
Octal 72 363 170

Shades and tints

Shades of #3AF378

#3AF378
(58,243,120)
#35DD6E
(53,221,110)
#30C764
(48,199,100)
#2BB15A
(43,177,90)
#269B50
(38,155,80)
#218546
(33,133,70)
#1C6F3C
(28,111,60)
#175932
(23,89,50)
#124328
(18,67,40)
#0D2D1E
(13,45,30)
#081714
(8,23,20)
#000000
(0,0,0)

Tints of #3AF378

#3AF378
(58,243,120)
#4BF484
(75,244,132)
#5CF590
(92,245,144)
#6DF69C
(109,246,156)
#7EF7A8
(126,247,168)
#8FF8B4
(143,248,180)
#A0F9C0
(160,249,192)
#B1FACC
(177,250,204)
#C2FBD8
(194,251,216)
#D3FCE4
(211,252,228)
#E4FDF0
(228,253,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3AF378 color. Also use rgb(58,243,120) instead hex code.

Text Font Color

.myTextColor { color: #3AF378; }

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

This text font color is #3AF378.

Background Color

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

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

This div background color is #3AF378.

Border color

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

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

This div border color is #3AF378.

Opacity

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

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

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

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

This text has shadow with #3AF378 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #3AF378.

Preview

Color preview on black background

This text has color #3AF378 on black background.


Color preview on white background

This text has color #3AF378 on white background.


Black color preview on #3AF378 background

This text has black color on #3AF378 background.


White color preview on #3AF378 background

This text has white color on #3AF378 background.


Related colors

Complementary color

Complementary color for #hex is #C50C87.


I love getcolorcode.com

Triadic colors

1 #783AF3 and #F3783A with #3AF378 are triadic colors.

2 #78F33A and #F33A78 with #3AF378 are triadic colors.