COLOR #4DC016

HEX: #4DC016
RGB: (77,192,22)

Color info

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

RGB color model

#4DC016 color RGB value is (77,192,22).

  • red value is 77;
  • green value is 192;
  • blue value is 22.
RGB:
(77,192,22)
(30%,75%,9%)

RGB channels and saturation

R 77 of 255 = 30%
G 192 of 255 = 75%
B 22 of 255 = 9%

77
192
22

R + G + B ~ 38%. #4DC016 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
77 + 192 + 22 = 291 (100%)
R 77 of 291 ~ 26.46%
G 192 of 291 ~ 65.98%
B 22 of 291 ~ 7.56%

%26.46
%65.98

CMYK color model

#4DC016 color CMYK value is (60,0,89,25).

  • cyan value is 59.90%
  • magenta value is 0.00%
  • yellow value is 88.54%
  • key color value is 24.71%
CMYK:
(60,0,89,25)
C60M0Y89K25 
(60%,0%,89%,25%)
(0.60/0.00/0.89/0.25)	

CMYK percentages

%59.9
%0
%88.54
%24.71

Codes

Color #4DC016 in popluar color models

4DC016
RGB7719222
HSL101°79.44%41.96%
HSB/HSV101°88.54%75.29%
CMYK59.90%0.00%88.54%
24.71%

Color #4DC016 in popluar number systems.

HEX4DC016
Decimal7719222
Binary10011011100000010110
Octal11530026

Shades and tints

Shades of #4DC016

#4DC016
(77,192,22)
#46AF14
(70,175,20)
#3F9E12
(63,158,18)
#388D10
(56,141,16)
#317C0E
(49,124,14)
#2A6B0C
(42,107,12)
#235A0A
(35,90,10)
#1C4908
(28,73,8)
#153806
(21,56,6)
#0E2704
(14,39,4)
#071602
(7,22,2)
#000000
(0,0,0)

Tints of #4DC016

#4DC016
(77,192,22)
#5DC52B
(93,197,43)
#6DCA40
(109,202,64)
#7DCF55
(125,207,85)
#8DD46A
(141,212,106)
#9DD97F
(157,217,127)
#ADDE94
(173,222,148)
#BDE3A9
(189,227,169)
#CDE8BE
(205,232,190)
#DDEDD3
(221,237,211)
#EDF2E8
(237,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DC016 color. Also use rgb(77,192,22) instead hex code.

Text Font Color

.myTextColor { color: #4DC016; }

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

This text font color is #4DC016.


Background Color

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

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

This div background color is #4DC016.


Border color

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

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

This div border color is #4DC016.


Opacity

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

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

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

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

This text has shadow with #4DC016 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DC016 on black background.


Color preview on white background

This text has color #4DC016 on white background.



Black color preview on #4DC016 background

This text has black color on #4DC016 background.


White color preview on #4DC016 background

This text has white color on #4DC016 background.