COLOR #4DDC17

HEX: #4DDC17 RGB: (77,220,23)

Color info

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

RGB color model

#4DDC17 color RGB value is (77,220,23).

RGB: (77,220,23) (30%, 86%, 9%)

RGB channels and saturation

R 77 of 255 = 30%
G 220 of 255 = 86%
B 23 of 255 = 9%

77
220
23

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

Portions of RGB colors in percentages

R + G + B = 77 + 220 + 23 = 320 (100%)
R 77 of 320 ~ 24.06%
G 220 of 320 ~ 68.75%
B 23 of 320 ~ 7.19'%

%24.06
%68.75

CMYK color model

#4DDC17 color CMYK value is (65,0,90,14).

  • cyan value is 65.00%
  • magenta value is 0.00%
  • yellow value is 89.55%
  • key color value is 13.73%

CMYK: (65,0,90,14)
C65M0Y90K14 (65%, 0%, 90%, 14%)
(0.65 / 0.00 / 0.90 / 0.14)

CMYK percentages

%65
%0
%89.55
%13.73

Codes

Color #4DDC17 in popluar color models

4D DC 17
RGB 77 220 23
HSL 104° 81.07% 47.65%
HSB/HSV 104° 89.55% 86.27%
CMYK 65.00% 0.00% 89.55%
13.73%

Color #4DDC17 in popluar number systems.

HEX 4D DC 17
Decimal 77 220 23
Binary 1001101 11011100 10111
Octal 115 334 27

Shades and tints

Shades of #4DDC17

#4DDC17
(77,220,23)
#46C815
(70,200,21)
#3FB413
(63,180,19)
#38A011
(56,160,17)
#318C0F
(49,140,15)
#2A780D
(42,120,13)
#23640B
(35,100,11)
#1C5009
(28,80,9)
#153C07
(21,60,7)
#0E2805
(14,40,5)
#071403
(7,20,3)
#000000
(0,0,0)

Tints of #4DDC17

#4DDC17
(77,220,23)
#5DDF2C
(93,223,44)
#6DE241
(109,226,65)
#7DE556
(125,229,86)
#8DE86B
(141,232,107)
#9DEB80
(157,235,128)
#ADEE95
(173,238,149)
#BDF1AA
(189,241,170)
#CDF4BF
(205,244,191)
#DDF7D4
(221,247,212)
#EDFAE9
(237,250,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DDC17 color. Also use rgb(77,220,23) instead hex code.

Text Font Color

.myTextColor { color: #4DDC17; }

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

This text font color is #4DDC17.

Background Color

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

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

This div background color is #4DDC17.

Border color

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

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

This div border color is #4DDC17.

Opacity

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

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

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

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

This text has shadow with #4DDC17 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4DDC17.

Preview

Color preview on black background

This text has color #4DDC17 on black background.


Color preview on white background

This text has color #4DDC17 on white background.


Black color preview on #4DDC17 background

This text has black color on #4DDC17 background.


White color preview on #4DDC17 background

This text has white color on #4DDC17 background.


Related colors

Complementary color

Complementary color for #hex is #B223E8.


I love getcolorcode.com

Triadic colors

1 #174DDC and #DC174D with #4DDC17 are triadic colors.

2 #17DC4D and #DC4D17 with #4DDC17 are triadic colors.