COLOR #2AB46C

HEX: #2AB46C
RGB: (42,180,108)

Color info

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

RGB color model

#2AB46C color RGB value is (42,180,108).

  • red value is 42;
  • green value is 180;
  • blue value is 108.
RGB:
(42,180,108)
(16%,71%,42%)

RGB channels and saturation

R 42 of 255 = 16%
G 180 of 255 = 71%
B 108 of 255 = 42%

42
180
108

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

Portions of RGB colors in percentages

R + G + B =
42 + 180 + 108 = 330 (100%)
R 42 of 330 ~ 12.73%
G 180 of 330 ~ 54.55%
B 108 of 330 ~ 32.73%

%12.73
%54.55
%32.73

CMYK color model

#2AB46C color CMYK value is (77,0,40,29).

  • cyan value is 76.67%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 29.41%
CMYK:
(77,0,40,29)
C77M0Y40K29 
(77%,0%,40%,29%)
(0.77/0.00/0.40/0.29)	

CMYK percentages

%76.67
%0
%40
%29.41

Codes

Color #2AB46C in popluar color models

2AB46C
RGB42180108
HSL149°62.16%43.53%
HSB/HSV149°76.67%70.59%
CMYK76.67%0.00%40.00%
29.41%

Color #2AB46C in popluar number systems.

HEX2AB46C
Decimal42180108
Binary101010101101001101100
Octal52264154

Shades and tints

Shades of #2AB46C

#2AB46C
(42,180,108)
#27A463
(39,164,99)
#24945A
(36,148,90)
#218451
(33,132,81)
#1E7448
(30,116,72)
#1B643F
(27,100,63)
#185436
(24,84,54)
#15442D
(21,68,45)
#123424
(18,52,36)
#0F241B
(15,36,27)
#0C1412
(12,20,18)
#000000
(0,0,0)

Tints of #2AB46C

#2AB46C
(42,180,108)
#3DBA79
(61,186,121)
#50C086
(80,192,134)
#63C693
(99,198,147)
#76CCA0
(118,204,160)
#89D2AD
(137,210,173)
#9CD8BA
(156,216,186)
#AFDEC7
(175,222,199)
#C2E4D4
(194,228,212)
#D5EAE1
(213,234,225)
#E8F0EE
(232,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2AB46C color. Also use rgb(42,180,108) instead hex code.

Text Font Color

.myTextColor { color: #2AB46C; }

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

This text font color is #2AB46C.


Background Color

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

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

This div background color is #2AB46C.


Border color

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

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

This div border color is #2AB46C.


Opacity

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

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

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

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

This text has shadow with #2AB46C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2AB46C on black background.


Color preview on white background

This text has color #2AB46C on white background.



Black color preview on #2AB46C background

This text has black color on #2AB46C background.


White color preview on #2AB46C background

This text has white color on #2AB46C background.