COLOR #2ACC4B

HEX: #2ACC4B RGB: (42,204,75)

Color info

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

RGB color model

#2ACC4B color RGB value is (42,204,75).

RGB: (42,204,75) (16%, 80%, 29%)

RGB channels and saturation

R 42 of 255 = 16%
G 204 of 255 = 80%
B 75 of 255 = 29%

42
204
75

R + G + B ~ 42%. #2ACC4B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 42 + 204 + 75 = 321 (100%)
R 42 of 321 ~ 13.08%
G 204 of 321 ~ 63.55%
B 75 of 321 ~ 23.36'%

%13.08
%63.55
%23.36

CMYK color model

#2ACC4B color CMYK value is (79,0,63,20).

  • cyan value is 79.41%
  • magenta value is 0.00%
  • yellow value is 63.24%
  • key color value is 20.00%

CMYK: (79,0,63,20)
C79M0Y63K20 (79%, 0%, 63%, 20%)
(0.79 / 0.00 / 0.63 / 0.20)

CMYK percentages

%79.41
%0
%63.24
%20

Codes

Color #2ACC4B in popluar color models

2A CC 4B
RGB 42 204 75
HSL 132° 65.85% 48.24%
HSB/HSV 132° 79.41% 80.00%
CMYK 79.41% 0.00% 63.24%
20.00%

Color #2ACC4B in popluar number systems.

HEX 2A CC 4B
Decimal 42 204 75
Binary 101010 11001100 1001011
Octal 52 314 113

Shades and tints

Shades of #2ACC4B

#2ACC4B
(42,204,75)
#27BA45
(39,186,69)
#24A83F
(36,168,63)
#219639
(33,150,57)
#1E8433
(30,132,51)
#1B722D
(27,114,45)
#186027
(24,96,39)
#154E21
(21,78,33)
#123C1B
(18,60,27)
#0F2A15
(15,42,21)
#0C180F
(12,24,15)
#000000
(0,0,0)

Tints of #2ACC4B

#2ACC4B
(42,204,75)
#3DD05B
(61,208,91)
#50D46B
(80,212,107)
#63D87B
(99,216,123)
#76DC8B
(118,220,139)
#89E09B
(137,224,155)
#9CE4AB
(156,228,171)
#AFE8BB
(175,232,187)
#C2ECCB
(194,236,203)
#D5F0DB
(213,240,219)
#E8F4EB
(232,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2ACC4B color. Also use rgb(42,204,75) instead hex code.

Text Font Color

.myTextColor { color: #2ACC4B; }

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

This text font color is #2ACC4B.

Background Color

.myBgColor { background-color: #2ACC4B; }

<div style="background-color:#2ACC4B">Inner text</div>

This div background color is #2ACC4B.

Border color

.myBorderColor { border: 1px solid #2ACC4B; }

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

This div border color is #2ACC4B.

Opacity

.myOpacity80 { color: #2ACC4B; opacity: 0.8; }

<p style="color:#2ACC4B;opacity:0.8;">80%</p>

Text with #2ACC4B 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 #2ACC4B;}

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

This text has shadow with #2ACC4B color.


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

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

This text has shadow with #2ACC4B primary color and red secondary color.


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

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

This text has shadow with #2ACC4B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #2ACC4B.

Preview

Color preview on black background

This text has color #2ACC4B on black background.


Color preview on white background

This text has color #2ACC4B on white background.


Black color preview on #2ACC4B background

This text has black color on #2ACC4B background.


White color preview on #2ACC4B background

This text has white color on #2ACC4B background.


Related colors

Complementary color

Complementary color for #hex is #D533B4.


I love getcolorcode.com

Triadic colors

1 #4B2ACC and #CC4B2A with #2ACC4B are triadic colors.

2 #4BCC2A and #CC2A4B with #2ACC4B are triadic colors.