COLOR #4ADC68

HEX: #4ADC68
RGB: (74,220,104)

Color info

#4ADC68 contains mainly green color. Web safe color of #4ADC68 is #33CC66 (or #3C6).

RGB color model

#4ADC68 color RGB value is (74,220,104).

  • red value is 74;
  • green value is 220;
  • blue value is 104.
RGB:
(74,220,104)
(29%,86%,41%)

RGB channels and saturation

R 74 of 255 = 29%
G 220 of 255 = 86%
B 104 of 255 = 41%

74
220
104

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

Portions of RGB colors in percentages

R + G + B =
74 + 220 + 104 = 398 (100%)
R 74 of 398 ~ 18.59%
G 220 of 398 ~ 55.28%
B 104 of 398 ~ 26.13%

%18.59
%55.28
%26.13

CMYK color model

#4ADC68 color CMYK value is (66,0,53,14).

  • cyan value is 66.36%
  • magenta value is 0.00%
  • yellow value is 52.73%
  • key color value is 13.73%
CMYK:
(66,0,53,14)
C66M0Y53K14 
(66%,0%,53%,14%)
(0.66/0.00/0.53/0.14)	

CMYK percentages

%66.36
%0
%52.73
%13.73

Codes

Color #4ADC68 in popluar color models

4ADC68
RGB74220104
HSL132°67.59%57.65%
HSB/HSV132°66.36%86.27%
CMYK66.36%0.00%52.73%
13.73%

Color #4ADC68 in popluar number systems.

HEX4ADC68
Decimal74220104
Binary1001010110111001101000
Octal112334150

Shades and tints

Shades of #4ADC68

#4ADC68
(74,220,104)
#44C85F
(68,200,95)
#3EB456
(62,180,86)
#38A04D
(56,160,77)
#328C44
(50,140,68)
#2C783B
(44,120,59)
#266432
(38,100,50)
#205029
(32,80,41)
#1A3C20
(26,60,32)
#142817
(20,40,23)
#0E140E
(14,20,14)
#000000
(0,0,0)

Tints of #4ADC68

#4ADC68
(74,220,104)
#5ADF75
(90,223,117)
#6AE282
(106,226,130)
#7AE58F
(122,229,143)
#8AE89C
(138,232,156)
#9AEBA9
(154,235,169)
#AAEEB6
(170,238,182)
#BAF1C3
(186,241,195)
#CAF4D0
(202,244,208)
#DAF7DD
(218,247,221)
#EAFAEA
(234,250,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4ADC68 color. Also use rgb(74,220,104) instead hex code.

Text Font Color

.myTextColor { color: #4ADC68; }

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

This text font color is #4ADC68.


Background Color

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

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

This div background color is #4ADC68.


Border color

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

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

This div border color is #4ADC68.


Opacity

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

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

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

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

This text has shadow with #4ADC68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4ADC68 on black background.


Color preview on white background

This text has color #4ADC68 on white background.



Black color preview on #4ADC68 background

This text has black color on #4ADC68 background.


White color preview on #4ADC68 background

This text has white color on #4ADC68 background.