COLOR #2AC288

HEX: #2AC288
RGB: (42,194,136)

Color info

#2AC288 contains mainly green and blue colors. Web safe color of #2AC288 is #33CC99 (or #3C9).

RGB color model

#2AC288 color RGB value is (42,194,136).

  • red value is 42;
  • green value is 194;
  • blue value is 136.
RGB:
(42,194,136)
(16%,76%,53%)

RGB channels and saturation

R 42 of 255 = 16%
G 194 of 255 = 76%
B 136 of 255 = 53%

42
194
136

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

Portions of RGB colors in percentages

R + G + B =
42 + 194 + 136 = 372 (100%)
R 42 of 372 ~ 11.29%
G 194 of 372 ~ 52.15%
B 136 of 372 ~ 36.56%

%11.29
%52.15
%36.56

CMYK color model

#2AC288 color CMYK value is (78,0,30,24).

  • cyan value is 78.35%
  • magenta value is 0.00%
  • yellow value is 29.90%
  • key color value is 23.92%
CMYK:
(78,0,30,24)
C78M0Y30K24 
(78%,0%,30%,24%)
(0.78/0.00/0.30/0.24)	

CMYK percentages

%78.35
%0
%29.9
%23.92

Codes

Color #2AC288 in popluar color models

2AC288
RGB42194136
HSL157°64.41%46.27%
HSB/HSV157°78.35%76.08%
CMYK78.35%0.00%29.90%
23.92%

Color #2AC288 in popluar number systems.

HEX2AC288
Decimal42194136
Binary1010101100001010001000
Octal52302210

Shades and tints

Shades of #2AC288

#2AC288
(42,194,136)
#27B17C
(39,177,124)
#24A070
(36,160,112)
#218F64
(33,143,100)
#1E7E58
(30,126,88)
#1B6D4C
(27,109,76)
#185C40
(24,92,64)
#154B34
(21,75,52)
#123A28
(18,58,40)
#0F291C
(15,41,28)
#0C1810
(12,24,16)
#000000
(0,0,0)

Tints of #2AC288

#2AC288
(42,194,136)
#3DC792
(61,199,146)
#50CC9C
(80,204,156)
#63D1A6
(99,209,166)
#76D6B0
(118,214,176)
#89DBBA
(137,219,186)
#9CE0C4
(156,224,196)
#AFE5CE
(175,229,206)
#C2EAD8
(194,234,216)
#D5EFE2
(213,239,226)
#E8F4EC
(232,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2AC288 color. Also use rgb(42,194,136) instead hex code.

Text Font Color

.myTextColor { color: #2AC288; }

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

This text font color is #2AC288.


Background Color

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

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

This div background color is #2AC288.


Border color

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

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

This div border color is #2AC288.


Opacity

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

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

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

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

This text has shadow with #2AC288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2AC288 on black background.


Color preview on white background

This text has color #2AC288 on white background.



Black color preview on #2AC288 background

This text has black color on #2AC288 background.


White color preview on #2AC288 background

This text has white color on #2AC288 background.