COLOR #4DD332

HEX: #4DD332
RGB: (77,211,50)

Color info

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

RGB color model

#4DD332 color RGB value is (77,211,50).

  • red value is 77;
  • green value is 211;
  • blue value is 50.
RGB:
(77,211,50)
(30%,83%,20%)

RGB channels and saturation

R 77 of 255 = 30%
G 211 of 255 = 83%
B 50 of 255 = 20%

77
211
50

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

Portions of RGB colors in percentages

R + G + B =
77 + 211 + 50 = 338 (100%)
R 77 of 338 ~ 22.78%
G 211 of 338 ~ 62.43%
B 50 of 338 ~ 14.79%

%22.78
%62.43
%14.79

CMYK color model

#4DD332 color CMYK value is (64,0,76,17).

  • cyan value is 63.51%
  • magenta value is 0.00%
  • yellow value is 76.30%
  • key color value is 17.25%
CMYK:
(64,0,76,17)
C64M0Y76K17 
(64%,0%,76%,17%)
(0.64/0.00/0.76/0.17)	

CMYK percentages

%63.51
%0
%76.3
%17.25

Codes

Color #4DD332 in popluar color models

4DD332
RGB7721150
HSL110°64.66%51.18%
HSB/HSV110°76.30%82.75%
CMYK63.51%0.00%76.30%
17.25%

Color #4DD332 in popluar number systems.

HEX4DD332
Decimal7721150
Binary100110111010011110010
Octal11532362

Shades and tints

Shades of #4DD332

#4DD332
(77,211,50)
#46C02E
(70,192,46)
#3FAD2A
(63,173,42)
#389A26
(56,154,38)
#318722
(49,135,34)
#2A741E
(42,116,30)
#23611A
(35,97,26)
#1C4E16
(28,78,22)
#153B12
(21,59,18)
#0E280E
(14,40,14)
#07150A
(7,21,10)
#000000
(0,0,0)

Tints of #4DD332

#4DD332
(77,211,50)
#5DD744
(93,215,68)
#6DDB56
(109,219,86)
#7DDF68
(125,223,104)
#8DE37A
(141,227,122)
#9DE78C
(157,231,140)
#ADEB9E
(173,235,158)
#BDEFB0
(189,239,176)
#CDF3C2
(205,243,194)
#DDF7D4
(221,247,212)
#EDFBE6
(237,251,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DD332 color. Also use rgb(77,211,50) instead hex code.

Text Font Color

.myTextColor { color: #4DD332; }

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

This text font color is #4DD332.


Background Color

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

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

This div background color is #4DD332.


Border color

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

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

This div border color is #4DD332.


Opacity

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

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

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

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

This text has shadow with #4DD332 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DD332 on black background.


Color preview on white background

This text has color #4DD332 on white background.



Black color preview on #4DD332 background

This text has black color on #4DD332 background.


White color preview on #4DD332 background

This text has white color on #4DD332 background.