COLOR #4DCF3E

HEX: #4DCF3E
RGB: (77,207,62)

Color info

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

RGB color model

#4DCF3E color RGB value is (77,207,62).

  • red value is 77;
  • green value is 207;
  • blue value is 62.
RGB:
(77,207,62)
(30%,81%,24%)

RGB channels and saturation

R 77 of 255 = 30%
G 207 of 255 = 81%
B 62 of 255 = 24%

77
207
62

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

Portions of RGB colors in percentages

R + G + B =
77 + 207 + 62 = 346 (100%)
R 77 of 346 ~ 22.25%
G 207 of 346 ~ 59.83%
B 62 of 346 ~ 17.92%

%22.25
%59.83
%17.92

CMYK color model

#4DCF3E color CMYK value is (63,0,70,19).

  • cyan value is 62.80%
  • magenta value is 0.00%
  • yellow value is 70.05%
  • key color value is 18.82%
CMYK:
(63,0,70,19)
C63M0Y70K19 
(63%,0%,70%,19%)
(0.63/0.00/0.70/0.19)	

CMYK percentages

%62.8
%0
%70.05
%18.82

Codes

Color #4DCF3E in popluar color models

4DCF3E
RGB7720762
HSL114°60.17%52.75%
HSB/HSV114°70.05%81.18%
CMYK62.80%0.00%70.05%
18.82%

Color #4DCF3E in popluar number systems.

HEX4DCF3E
Decimal7720762
Binary100110111001111111110
Octal11531776

Shades and tints

Shades of #4DCF3E

#4DCF3E
(77,207,62)
#46BD39
(70,189,57)
#3FAB34
(63,171,52)
#38992F
(56,153,47)
#31872A
(49,135,42)
#2A7525
(42,117,37)
#236320
(35,99,32)
#1C511B
(28,81,27)
#153F16
(21,63,22)
#0E2D11
(14,45,17)
#071B0C
(7,27,12)
#000000
(0,0,0)

Tints of #4DCF3E

#4DCF3E
(77,207,62)
#5DD34F
(93,211,79)
#6DD760
(109,215,96)
#7DDB71
(125,219,113)
#8DDF82
(141,223,130)
#9DE393
(157,227,147)
#ADE7A4
(173,231,164)
#BDEBB5
(189,235,181)
#CDEFC6
(205,239,198)
#DDF3D7
(221,243,215)
#EDF7E8
(237,247,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DCF3E color. Also use rgb(77,207,62) instead hex code.

Text Font Color

.myTextColor { color: #4DCF3E; }

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

This text font color is #4DCF3E.


Background Color

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

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

This div background color is #4DCF3E.


Border color

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

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

This div border color is #4DCF3E.


Opacity

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

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

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

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

This text has shadow with #4DCF3E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DCF3E on black background.


Color preview on white background

This text has color #4DCF3E on white background.



Black color preview on #4DCF3E background

This text has black color on #4DCF3E background.


White color preview on #4DCF3E background

This text has white color on #4DCF3E background.