COLOR #4AC11E

HEX: #4AC11E
RGB: (74,193,30)

Color info

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

RGB color model

#4AC11E color RGB value is (74,193,30).

  • red value is 74;
  • green value is 193;
  • blue value is 30.
RGB:
(74,193,30)
(29%,76%,12%)

RGB channels and saturation

R 74 of 255 = 29%
G 193 of 255 = 76%
B 30 of 255 = 12%

74
193
30

R + G + B ~ 39%. #4AC11E is quite dark color.

Portions of RGB colors in percentages

R + G + B =
74 + 193 + 30 = 297 (100%)
R 74 of 297 ~ 24.92%
G 193 of 297 ~ 64.98%
B 30 of 297 ~ 10.1%

%24.92
%64.98
%10.1

CMYK color model

#4AC11E color CMYK value is (62,0,84,24).

  • cyan value is 61.66%
  • magenta value is 0.00%
  • yellow value is 84.46%
  • key color value is 24.31%
CMYK:
(62,0,84,24)
C62M0Y84K24 
(62%,0%,84%,24%)
(0.62/0.00/0.84/0.24)	

CMYK percentages

%61.66
%0
%84.46
%24.31

Codes

Color #4AC11E in popluar color models

4AC11E
RGB7419330
HSL104°73.09%43.73%
HSB/HSV104°84.46%75.69%
CMYK61.66%0.00%84.46%
24.31%

Color #4AC11E in popluar number systems.

HEX4AC11E
Decimal7419330
Binary10010101100000111110
Octal11230136

Shades and tints

Shades of #4AC11E

#4AC11E
(74,193,30)
#44B01C
(68,176,28)
#3E9F1A
(62,159,26)
#388E18
(56,142,24)
#327D16
(50,125,22)
#2C6C14
(44,108,20)
#265B12
(38,91,18)
#204A10
(32,74,16)
#1A390E
(26,57,14)
#14280C
(20,40,12)
#0E170A
(14,23,10)
#000000
(0,0,0)

Tints of #4AC11E

#4AC11E
(74,193,30)
#5AC632
(90,198,50)
#6ACB46
(106,203,70)
#7AD05A
(122,208,90)
#8AD56E
(138,213,110)
#9ADA82
(154,218,130)
#AADF96
(170,223,150)
#BAE4AA
(186,228,170)
#CAE9BE
(202,233,190)
#DAEED2
(218,238,210)
#EAF3E6
(234,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AC11E color. Also use rgb(74,193,30) instead hex code.

Text Font Color

.myTextColor { color: #4AC11E; }

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

This text font color is #4AC11E.


Background Color

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

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

This div background color is #4AC11E.


Border color

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

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

This div border color is #4AC11E.


Opacity

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

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

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

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

This text has shadow with #4AC11E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AC11E on black background.


Color preview on white background

This text has color #4AC11E on white background.



Black color preview on #4AC11E background

This text has black color on #4AC11E background.


White color preview on #4AC11E background

This text has white color on #4AC11E background.