COLOR #2AC755

HEX: #2AC755
RGB: (42,199,85)

Color info

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

RGB color model

#2AC755 color RGB value is (42,199,85).

  • red value is 42;
  • green value is 199;
  • blue value is 85.
RGB:
(42,199,85)
(16%,78%,33%)

RGB channels and saturation

R 42 of 255 = 16%
G 199 of 255 = 78%
B 85 of 255 = 33%

42
199
85

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

Portions of RGB colors in percentages

R + G + B =
42 + 199 + 85 = 326 (100%)
R 42 of 326 ~ 12.88%
G 199 of 326 ~ 61.04%
B 85 of 326 ~ 26.07%

%12.88
%61.04
%26.07

CMYK color model

#2AC755 color CMYK value is (79,0,57,22).

  • cyan value is 78.89%
  • magenta value is 0.00%
  • yellow value is 57.29%
  • key color value is 21.96%
CMYK:
(79,0,57,22)
C79M0Y57K22 
(79%,0%,57%,22%)
(0.79/0.00/0.57/0.22)	

CMYK percentages

%78.89
%0
%57.29
%21.96

Codes

Color #2AC755 in popluar color models

2AC755
RGB4219985
HSL136°65.15%47.25%
HSB/HSV136°78.89%78.04%
CMYK78.89%0.00%57.29%
21.96%

Color #2AC755 in popluar number systems.

HEX2AC755
Decimal4219985
Binary101010110001111010101
Octal52307125

Shades and tints

Shades of #2AC755

#2AC755
(42,199,85)
#27B54E
(39,181,78)
#24A347
(36,163,71)
#219140
(33,145,64)
#1E7F39
(30,127,57)
#1B6D32
(27,109,50)
#185B2B
(24,91,43)
#154924
(21,73,36)
#12371D
(18,55,29)
#0F2516
(15,37,22)
#0C130F
(12,19,15)
#000000
(0,0,0)

Tints of #2AC755

#2AC755
(42,199,85)
#3DCC64
(61,204,100)
#50D173
(80,209,115)
#63D682
(99,214,130)
#76DB91
(118,219,145)
#89E0A0
(137,224,160)
#9CE5AF
(156,229,175)
#AFEABE
(175,234,190)
#C2EFCD
(194,239,205)
#D5F4DC
(213,244,220)
#E8F9EB
(232,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2AC755 color. Also use rgb(42,199,85) instead hex code.

Text Font Color

.myTextColor { color: #2AC755; }

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

This text font color is #2AC755.


Background Color

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

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

This div background color is #2AC755.


Border color

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

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

This div border color is #2AC755.


Opacity

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

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

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

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

This text has shadow with #2AC755 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2AC755 on black background.


Color preview on white background

This text has color #2AC755 on white background.



Black color preview on #2AC755 background

This text has black color on #2AC755 background.


White color preview on #2AC755 background

This text has white color on #2AC755 background.