COLOR #4DED1E

HEX: #4DED1E RGB: (77,237,30)

Color info

#4DED1E contains mainly green color. Web safe color of #4DED1E is #33FF33 (or #3F3).

RGB color model

#4DED1E color RGB value is (77,237,30).

RGB: (77,237,30) (30%, 93%, 12%)

RGB channels and saturation

R 77 of 255 = 30%
G 237 of 255 = 93%
B 30 of 255 = 12%

77
237
30

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

Portions of RGB colors in percentages

R + G + B = 77 + 237 + 30 = 344 (100%)
R 77 of 344 ~ 22.38%
G 237 of 344 ~ 68.9%
B 30 of 344 ~ 8.72'%

%22.38
%68.9

CMYK color model

#4DED1E color CMYK value is (68,0,87,7).

  • cyan value is 67.51%
  • magenta value is 0.00%
  • yellow value is 87.34%
  • key color value is 7.06%

CMYK: (68,0,87,7)
C68M0Y87K7 (68%, 0%, 87%, 7%)
(0.68 / 0.00 / 0.87 / 0.07)

CMYK percentages

%67.51
%0
%87.34
%7.06

Codes

Color #4DED1E in popluar color models

4D ED 1E
RGB 77 237 30
HSL 106° 85.19% 52.35%
HSB/HSV 106° 87.34% 92.94%
CMYK 67.51% 0.00% 87.34%
7.06%

Color #4DED1E in popluar number systems.

HEX 4D ED 1E
Decimal 77 237 30
Binary 1001101 11101101 11110
Octal 115 355 36

Shades and tints

Shades of #4DED1E

#4DED1E
(77,237,30)
#46D81C
(70,216,28)
#3FC31A
(63,195,26)
#38AE18
(56,174,24)
#319916
(49,153,22)
#2A8414
(42,132,20)
#236F12
(35,111,18)
#1C5A10
(28,90,16)
#15450E
(21,69,14)
#0E300C
(14,48,12)
#071B0A
(7,27,10)
#000000
(0,0,0)

Tints of #4DED1E

#4DED1E
(77,237,30)
#5DEE32
(93,238,50)
#6DEF46
(109,239,70)
#7DF05A
(125,240,90)
#8DF16E
(141,241,110)
#9DF282
(157,242,130)
#ADF396
(173,243,150)
#BDF4AA
(189,244,170)
#CDF5BE
(205,245,190)
#DDF6D2
(221,246,210)
#EDF7E6
(237,247,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DED1E color. Also use rgb(77,237,30) instead hex code.

Text Font Color

.myTextColor { color: #4DED1E; }

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

This text font color is #4DED1E.

Background Color

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

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

This div background color is #4DED1E.

Border color

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

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

This div border color is #4DED1E.

Opacity

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

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

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

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

This text has shadow with #4DED1E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4DED1E.

Preview

Color preview on black background

This text has color #4DED1E on black background.


Color preview on white background

This text has color #4DED1E on white background.


Black color preview on #4DED1E background

This text has black color on #4DED1E background.


White color preview on #4DED1E background

This text has white color on #4DED1E background.


Related colors

Complementary color

Complementary color for #hex is #B212E1.


I love getcolorcode.com

Triadic colors

1 #1E4DED and #ED1E4D with #4DED1E are triadic colors.

2 #1EED4D and #ED4D1E with #4DED1E are triadic colors.