COLOR #2AB436

HEX: #2AB436
RGB: (42,180,54)

Color info

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

RGB color model

#2AB436 color RGB value is (42,180,54).

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

RGB channels and saturation

R 42 of 255 = 16%
G 180 of 255 = 71%
B 54 of 255 = 21%

42
180
54

R + G + B ~ 36%. #2AB436 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
42 + 180 + 54 = 276 (100%)
R 42 of 276 ~ 15.22%
G 180 of 276 ~ 65.22%
B 54 of 276 ~ 19.57%

%15.22
%65.22
%19.57

CMYK color model

#2AB436 color CMYK value is (77,0,70,29).

  • cyan value is 76.67%
  • magenta value is 0.00%
  • yellow value is 70.00%
  • key color value is 29.41%
CMYK:
(77,0,70,29)
C77M0Y70K29 
(77%,0%,70%,29%)
(0.77/0.00/0.70/0.29)	

CMYK percentages

%76.67
%0
%70
%29.41

Codes

Color #2AB436 in popluar color models

2AB436
RGB4218054
HSL125°62.16%43.53%
HSB/HSV125°76.67%70.59%
CMYK76.67%0.00%70.00%
29.41%

Color #2AB436 in popluar number systems.

HEX2AB436
Decimal4218054
Binary10101010110100110110
Octal5226466

Shades and tints

Shades of #2AB436

#2AB436
(42,180,54)
#27A432
(39,164,50)
#24942E
(36,148,46)
#21842A
(33,132,42)
#1E7426
(30,116,38)
#1B6422
(27,100,34)
#18541E
(24,84,30)
#15441A
(21,68,26)
#123416
(18,52,22)
#0F2412
(15,36,18)
#0C140E
(12,20,14)
#000000
(0,0,0)

Tints of #2AB436

#2AB436
(42,180,54)
#3DBA48
(61,186,72)
#50C05A
(80,192,90)
#63C66C
(99,198,108)
#76CC7E
(118,204,126)
#89D290
(137,210,144)
#9CD8A2
(156,216,162)
#AFDEB4
(175,222,180)
#C2E4C6
(194,228,198)
#D5EAD8
(213,234,216)
#E8F0EA
(232,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #2AB436; }

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

This text font color is #2AB436.


Background Color

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

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

This div background color is #2AB436.


Border color

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

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

This div border color is #2AB436.


Opacity

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

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

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

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

This text has shadow with #2AB436 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2AB436 on black background.


Color preview on white background

This text has color #2AB436 on white background.



Black color preview on #2AB436 background

This text has black color on #2AB436 background.


White color preview on #2AB436 background

This text has white color on #2AB436 background.