COLOR #4AC537

HEX: #4AC537 RGB: (74,197,55)

Color info

#4AC537 contains mainly green color. Web safe color of #4AC537 is #33CC33 (or #3C3).

RGB color model

#4AC537 color RGB value is (74,197,55).

RGB: (74,197,55) (29%, 77%, 22%)

RGB channels and saturation

R 74 of 255 = 29%
G 197 of 255 = 77%
B 55 of 255 = 22%

74
197
55

R + G + B ~ 43%. #4AC537 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 74 + 197 + 55 = 326 (100%)
R 74 of 326 ~ 22.7%
G 197 of 326 ~ 60.43%
B 55 of 326 ~ 16.87'%

%22.7
%60.43
%16.87

CMYK color model

#4AC537 color CMYK value is (62,0,72,23).

  • cyan value is 62.44%
  • magenta value is 0.00%
  • yellow value is 72.08%
  • key color value is 22.75%

CMYK: (62,0,72,23)
C62M0Y72K23 (62%, 0%, 72%, 23%)
(0.62 / 0.00 / 0.72 / 0.23)

CMYK percentages

%62.44
%0
%72.08
%22.75

Codes

Color #4AC537 in popluar color models

4A C5 37
RGB 74 197 55
HSL 112° 56.35% 49.41%
HSB/HSV 112° 72.08% 77.25%
CMYK 62.44% 0.00% 72.08%
22.75%

Color #4AC537 in popluar number systems.

HEX 4A C5 37
Decimal 74 197 55
Binary 1001010 11000101 110111
Octal 112 305 67

Shades and tints

Shades of #4AC537

#4AC537
(74,197,55)
#44B432
(68,180,50)
#3EA32D
(62,163,45)
#389228
(56,146,40)
#328123
(50,129,35)
#2C701E
(44,112,30)
#265F19
(38,95,25)
#204E14
(32,78,20)
#1A3D0F
(26,61,15)
#142C0A
(20,44,10)
#0E1B05
(14,27,5)
#000000
(0,0,0)

Tints of #4AC537

#4AC537
(74,197,55)
#5ACA49
(90,202,73)
#6ACF5B
(106,207,91)
#7AD46D
(122,212,109)
#8AD97F
(138,217,127)
#9ADE91
(154,222,145)
#AAE3A3
(170,227,163)
#BAE8B5
(186,232,181)
#CAEDC7
(202,237,199)
#DAF2D9
(218,242,217)
#EAF7EB
(234,247,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AC537 color. Also use rgb(74,197,55) instead hex code.

Text Font Color

.myTextColor { color: #4AC537; }

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

This text font color is #4AC537.

Background Color

.myBgColor { background-color: #4AC537; }

<div style="background-color:#4AC537">Inner text</div>

This div background color is #4AC537.

Border color

.myBorderColor { border: 1px solid #4AC537; }

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

This div border color is #4AC537.

Opacity

.myOpacity80 { color: #4AC537; opacity: 0.8; }

<p style="color:#4AC537;opacity:0.8;">80%</p>

Text with #4AC537 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 #4AC537;}

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

This text has shadow with #4AC537 color.


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

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

This text has shadow with #4AC537 primary color and red secondary color.


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

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

This text has shadow with #4AC537 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #4AC537.

Preview

Color preview on black background

This text has color #4AC537 on black background.


Color preview on white background

This text has color #4AC537 on white background.


Black color preview on #4AC537 background

This text has black color on #4AC537 background.


White color preview on #4AC537 background

This text has white color on #4AC537 background.


Related colors

Complementary color

Complementary color for #hex is #B53AC8.


I love getcolorcode.com

Triadic colors

1 #374AC5 and #C5374A with #4AC537 are triadic colors.

2 #37C54A and #C54A37 with #4AC537 are triadic colors.