COLOR #4DCD3C

HEX: #4DCD3C RGB: (77,205,60)

Color info

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

RGB color model

#4DCD3C color RGB value is (77,205,60).

RGB: (77,205,60) (30%, 80%, 24%)

RGB channels and saturation

R 77 of 255 = 30%
G 205 of 255 = 80%
B 60 of 255 = 24%

77
205
60

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

Portions of RGB colors in percentages

R + G + B = 77 + 205 + 60 = 342 (100%)
R 77 of 342 ~ 22.51%
G 205 of 342 ~ 59.94%
B 60 of 342 ~ 17.54'%

%22.51
%59.94
%17.54

CMYK color model

#4DCD3C color CMYK value is (62,0,71,20).

  • cyan value is 62.44%
  • magenta value is 0.00%
  • yellow value is 70.73%
  • key color value is 19.61%

CMYK: (62,0,71,20)
C62M0Y71K20 (62%, 0%, 71%, 20%)
(0.62 / 0.00 / 0.71 / 0.20)

CMYK percentages

%62.44
%0
%70.73
%19.61

Codes

Color #4DCD3C in popluar color models

4D CD 3C
RGB 77 205 60
HSL 113° 59.18% 51.96%
HSB/HSV 113° 70.73% 80.39%
CMYK 62.44% 0.00% 70.73%
19.61%

Color #4DCD3C in popluar number systems.

HEX 4D CD 3C
Decimal 77 205 60
Binary 1001101 11001101 111100
Octal 115 315 74

Shades and tints

Shades of #4DCD3C

#4DCD3C
(77,205,60)
#46BB37
(70,187,55)
#3FA932
(63,169,50)
#38972D
(56,151,45)
#318528
(49,133,40)
#2A7323
(42,115,35)
#23611E
(35,97,30)
#1C4F19
(28,79,25)
#153D14
(21,61,20)
#0E2B0F
(14,43,15)
#07190A
(7,25,10)
#000000
(0,0,0)

Tints of #4DCD3C

#4DCD3C
(77,205,60)
#5DD14D
(93,209,77)
#6DD55E
(109,213,94)
#7DD96F
(125,217,111)
#8DDD80
(141,221,128)
#9DE191
(157,225,145)
#ADE5A2
(173,229,162)
#BDE9B3
(189,233,179)
#CDEDC4
(205,237,196)
#DDF1D5
(221,241,213)
#EDF5E6
(237,245,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DCD3C color. Also use rgb(77,205,60) instead hex code.

Text Font Color

.myTextColor { color: #4DCD3C; }

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

This text font color is #4DCD3C.

Background Color

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

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

This div background color is #4DCD3C.

Border color

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

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

This div border color is #4DCD3C.

Opacity

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

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

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

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

This text has shadow with #4DCD3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4DCD3C.

Preview

Color preview on black background

This text has color #4DCD3C on black background.


Color preview on white background

This text has color #4DCD3C on white background.


Black color preview on #4DCD3C background

This text has black color on #4DCD3C background.


White color preview on #4DCD3C background

This text has white color on #4DCD3C background.


Related colors

Complementary color

Complementary color for #hex is #B232C3.


I love getcolorcode.com

Triadic colors

1 #3C4DCD and #CD3C4D with #4DCD3C are triadic colors.

2 #3CCD4D and #CD4D3C with #4DCD3C are triadic colors.