COLOR #4AD212

HEX: #4AD212
RGB: (74,210,18)

Color info

#4AD212 contains mainly green color. Web safe color of #4AD212 is #33CC00 (or #3C0).

RGB color model

#4AD212 color RGB value is (74,210,18).

  • red value is 74;
  • green value is 210;
  • blue value is 18.
RGB:
(74,210,18)
(29%,82%,7%)

RGB channels and saturation

R 74 of 255 = 29%
G 210 of 255 = 82%
B 18 of 255 = 7%

74
210
18

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

Portions of RGB colors in percentages

R + G + B =
74 + 210 + 18 = 302 (100%)
R 74 of 302 ~ 24.5%
G 210 of 302 ~ 69.54%
B 18 of 302 ~ 5.96%

%24.5
%69.54

CMYK color model

#4AD212 color CMYK value is (65,0,91,18).

  • cyan value is 64.76%
  • magenta value is 0.00%
  • yellow value is 91.43%
  • key color value is 17.65%
CMYK:
(65,0,91,18)
C65M0Y91K18 
(65%,0%,91%,18%)
(0.65/0.00/0.91/0.18)	

CMYK percentages

%64.76
%0
%91.43
%17.65

Codes

Color #4AD212 in popluar color models

4AD212
RGB7421018
HSL103°84.21%44.71%
HSB/HSV103°91.43%82.35%
CMYK64.76%0.00%91.43%
17.65%

Color #4AD212 in popluar number systems.

HEX4AD212
Decimal7421018
Binary10010101101001010010
Octal11232222

Shades and tints

Shades of #4AD212

#4AD212
(74,210,18)
#44BF11
(68,191,17)
#3EAC10
(62,172,16)
#38990F
(56,153,15)
#32860E
(50,134,14)
#2C730D
(44,115,13)
#26600C
(38,96,12)
#204D0B
(32,77,11)
#1A3A0A
(26,58,10)
#142709
(20,39,9)
#0E1408
(14,20,8)
#000000
(0,0,0)

Tints of #4AD212

#4AD212
(74,210,18)
#5AD627
(90,214,39)
#6ADA3C
(106,218,60)
#7ADE51
(122,222,81)
#8AE266
(138,226,102)
#9AE67B
(154,230,123)
#AAEA90
(170,234,144)
#BAEEA5
(186,238,165)
#CAF2BA
(202,242,186)
#DAF6CF
(218,246,207)
#EAFAE4
(234,250,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4AD212 color. Also use rgb(74,210,18) instead hex code.

Text Font Color

.myTextColor { color: #4AD212; }

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

This text font color is #4AD212.


Background Color

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

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

This div background color is #4AD212.


Border color

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

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

This div border color is #4AD212.


Opacity

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

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

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

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

This text has shadow with #4AD212 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4AD212 on black background.


Color preview on white background

This text has color #4AD212 on white background.



Black color preview on #4AD212 background

This text has black color on #4AD212 background.


White color preview on #4AD212 background

This text has white color on #4AD212 background.