COLOR #2AE644

HEX: #2AE644
RGB: (42,230,68)

Color info

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

RGB color model

#2AE644 color RGB value is (42,230,68).

  • red value is 42;
  • green value is 230;
  • blue value is 68.
RGB:
(42,230,68)
(16%,90%,27%)

RGB channels and saturation

R 42 of 255 = 16%
G 230 of 255 = 90%
B 68 of 255 = 27%

42
230
68

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

Portions of RGB colors in percentages

R + G + B =
42 + 230 + 68 = 340 (100%)
R 42 of 340 ~ 12.35%
G 230 of 340 ~ 67.65%
B 68 of 340 ~ 20%

%12.35
%67.65
%20

CMYK color model

#2AE644 color CMYK value is (82,0,70,10).

  • cyan value is 81.74%
  • magenta value is 0.00%
  • yellow value is 70.43%
  • key color value is 9.80%
CMYK:
(82,0,70,10)
C82M0Y70K10 
(82%,0%,70%,10%)
(0.82/0.00/0.70/0.10)	

CMYK percentages

%81.74
%0
%70.43
%9.8

Codes

Color #2AE644 in popluar color models

2AE644
RGB4223068
HSL128°78.99%53.33%
HSB/HSV128°81.74%90.20%
CMYK81.74%0.00%70.43%
9.80%

Color #2AE644 in popluar number systems.

HEX2AE644
Decimal4223068
Binary101010111001101000100
Octal52346104

Shades and tints

Shades of #2AE644

#2AE644
(42,230,68)
#27D23E
(39,210,62)
#24BE38
(36,190,56)
#21AA32
(33,170,50)
#1E962C
(30,150,44)
#1B8226
(27,130,38)
#186E20
(24,110,32)
#155A1A
(21,90,26)
#124614
(18,70,20)
#0F320E
(15,50,14)
#0C1E08
(12,30,8)
#000000
(0,0,0)

Tints of #2AE644

#2AE644
(42,230,68)
#3DE855
(61,232,85)
#50EA66
(80,234,102)
#63EC77
(99,236,119)
#76EE88
(118,238,136)
#89F099
(137,240,153)
#9CF2AA
(156,242,170)
#AFF4BB
(175,244,187)
#C2F6CC
(194,246,204)
#D5F8DD
(213,248,221)
#E8FAEE
(232,250,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2AE644 color. Also use rgb(42,230,68) instead hex code.

Text Font Color

.myTextColor { color: #2AE644; }

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

This text font color is #2AE644.


Background Color

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

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

This div background color is #2AE644.


Border color

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

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

This div border color is #2AE644.


Opacity

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

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

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

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

This text has shadow with #2AE644 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2AE644 on black background.


Color preview on white background

This text has color #2AE644 on white background.



Black color preview on #2AE644 background

This text has black color on #2AE644 background.


White color preview on #2AE644 background

This text has white color on #2AE644 background.