COLOR #2AE52E

HEX: #2AE52E
RGB: (42,229,46)

Color info

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

RGB color model

#2AE52E color RGB value is (42,229,46).

  • red value is 42;
  • green value is 229;
  • blue value is 46.
RGB:
(42,229,46)
(16%,90%,18%)

RGB channels and saturation

R 42 of 255 = 16%
G 229 of 255 = 90%
B 46 of 255 = 18%

42
229
46

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

Portions of RGB colors in percentages

R + G + B =
42 + 229 + 46 = 317 (100%)
R 42 of 317 ~ 13.25%
G 229 of 317 ~ 72.24%
B 46 of 317 ~ 14.51%

%13.25
%72.24
%14.51

CMYK color model

#2AE52E color CMYK value is (82,0,80,10).

  • cyan value is 81.66%
  • magenta value is 0.00%
  • yellow value is 79.91%
  • key color value is 10.20%
CMYK:
(82,0,80,10)
C82M0Y80K10 
(82%,0%,80%,10%)
(0.82/0.00/0.80/0.10)	

CMYK percentages

%81.66
%0
%79.91
%10.2

Codes

Color #2AE52E in popluar color models

2AE52E
RGB4222946
HSL121°78.24%53.14%
HSB/HSV121°81.66%89.80%
CMYK81.66%0.00%79.91%
10.20%

Color #2AE52E in popluar number systems.

HEX2AE52E
Decimal4222946
Binary10101011100101101110
Octal5234556

Shades and tints

Shades of #2AE52E

#2AE52E
(42,229,46)
#27D12A
(39,209,42)
#24BD26
(36,189,38)
#21A922
(33,169,34)
#1E951E
(30,149,30)
#1B811A
(27,129,26)
#186D16
(24,109,22)
#155912
(21,89,18)
#12450E
(18,69,14)
#0F310A
(15,49,10)
#0C1D06
(12,29,6)
#000000
(0,0,0)

Tints of #2AE52E

#2AE52E
(42,229,46)
#3DE741
(61,231,65)
#50E954
(80,233,84)
#63EB67
(99,235,103)
#76ED7A
(118,237,122)
#89EF8D
(137,239,141)
#9CF1A0
(156,241,160)
#AFF3B3
(175,243,179)
#C2F5C6
(194,245,198)
#D5F7D9
(213,247,217)
#E8F9EC
(232,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2AE52E color. Also use rgb(42,229,46) instead hex code.

Text Font Color

.myTextColor { color: #2AE52E; }

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

This text font color is #2AE52E.


Background Color

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

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

This div background color is #2AE52E.


Border color

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

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

This div border color is #2AE52E.


Opacity

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

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

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

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

This text has shadow with #2AE52E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2AE52E on black background.


Color preview on white background

This text has color #2AE52E on white background.



Black color preview on #2AE52E background

This text has black color on #2AE52E background.


White color preview on #2AE52E background

This text has white color on #2AE52E background.