COLOR #4AE846

HEX: #4AE846
RGB: (74,232,70)

Color info

#4AE846 contains mainly green color. Web safe color of #4AE846 is #33FF33 (or #3F3).

RGB color model

#4AE846 color RGB value is (74,232,70).

  • red value is 74;
  • green value is 232;
  • blue value is 70.
RGB:
(74,232,70)
(29%,91%,27%)

RGB channels and saturation

R 74 of 255 = 29%
G 232 of 255 = 91%
B 70 of 255 = 27%

74
232
70

R + G + B ~ 49%. #4AE846 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
74 + 232 + 70 = 376 (100%)
R 74 of 376 ~ 19.68%
G 232 of 376 ~ 61.7%
B 70 of 376 ~ 18.62%

%19.68
%61.7
%18.62

CMYK color model

#4AE846 color CMYK value is (68,0,70,9).

  • cyan value is 68.10%
  • magenta value is 0.00%
  • yellow value is 69.83%
  • key color value is 9.02%
CMYK:
(68,0,70,9)
C68M0Y70K9 
(68%,0%,70%,9%)
(0.68/0.00/0.70/0.09)	

CMYK percentages

%68.1
%0
%69.83
%9.02

Codes

Color #4AE846 in popluar color models

4AE846
RGB7423270
HSL119°77.88%59.22%
HSB/HSV119°69.83%90.98%
CMYK68.10%0.00%69.83%
9.02%

Color #4AE846 in popluar number systems.

HEX4AE846
Decimal7423270
Binary1001010111010001000110
Octal112350106

Shades and tints

Shades of #4AE846

#4AE846
(74,232,70)
#44D340
(68,211,64)
#3EBE3A
(62,190,58)
#38A934
(56,169,52)
#32942E
(50,148,46)
#2C7F28
(44,127,40)
#266A22
(38,106,34)
#20551C
(32,85,28)
#1A4016
(26,64,22)
#142B10
(20,43,16)
#0E160A
(14,22,10)
#000000
(0,0,0)

Tints of #4AE846

#4AE846
(74,232,70)
#5AEA56
(90,234,86)
#6AEC66
(106,236,102)
#7AEE76
(122,238,118)
#8AF086
(138,240,134)
#9AF296
(154,242,150)
#AAF4A6
(170,244,166)
#BAF6B6
(186,246,182)
#CAF8C6
(202,248,198)
#DAFAD6
(218,250,214)
#EAFCE6
(234,252,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AE846 color. Also use rgb(74,232,70) instead hex code.

Text Font Color

.myTextColor { color: #4AE846; }

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

This text font color is #4AE846.


Background Color

.myBgColor { background-color: #4AE846; }

<div style="background-color:#4AE846">Inner text</div>

This div background color is #4AE846.


Border color

.myBorderColor { border: 1px solid #4AE846; }

<div style="border:3px solid #4AE846">Div</div>

This div border color is #4AE846.


Opacity

.myOpacity80 { color: #4AE846; opacity: 0.8; }

<p style="color:#4AE846;opacity:0.8;">80%</p>

Text with #4AE846 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 #4AE846;}

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

This text has shadow with #4AE846 color.

.textShadow {text-shadow: 3px 3px 1px #4AE846, 3px 3px 1px red;}

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

This text has shadow with #4AE846 primary color and red secondary color.


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

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

This text has shadow with #4AE846 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AE846 on black background.


Color preview on white background

This text has color #4AE846 on white background.



Black color preview on #4AE846 background

This text has black color on #4AE846 background.


White color preview on #4AE846 background

This text has white color on #4AE846 background.