COLOR #4DE616

HEX: #4DE616
RGB: (77,230,22)

Color info

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

RGB color model

#4DE616 color RGB value is (77,230,22).

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

RGB channels and saturation

R 77 of 255 = 30%
G 230 of 255 = 90%
B 22 of 255 = 9%

77
230
22

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

Portions of RGB colors in percentages

R + G + B =
77 + 230 + 22 = 329 (100%)
R 77 of 329 ~ 23.4%
G 230 of 329 ~ 69.91%
B 22 of 329 ~ 6.69%

%23.4
%69.91

CMYK color model

#4DE616 color CMYK value is (67,0,90,10).

  • cyan value is 66.52%
  • magenta value is 0.00%
  • yellow value is 90.43%
  • key color value is 9.80%
CMYK:
(67,0,90,10)
C67M0Y90K10 
(67%,0%,90%,10%)
(0.67/0.00/0.90/0.10)	

CMYK percentages

%66.52
%0
%90.43
%9.8

Codes

Color #4DE616 in popluar color models

4DE616
RGB7723022
HSL104°82.54%49.41%
HSB/HSV104°90.43%90.20%
CMYK66.52%0.00%90.43%
9.80%

Color #4DE616 in popluar number systems.

HEX4DE616
Decimal7723022
Binary10011011110011010110
Octal11534626

Shades and tints

Shades of #4DE616

#4DE616
(77,230,22)
#46D214
(70,210,20)
#3FBE12
(63,190,18)
#38AA10
(56,170,16)
#31960E
(49,150,14)
#2A820C
(42,130,12)
#236E0A
(35,110,10)
#1C5A08
(28,90,8)
#154606
(21,70,6)
#0E3204
(14,50,4)
#071E02
(7,30,2)
#000000
(0,0,0)

Tints of #4DE616

#4DE616
(77,230,22)
#5DE82B
(93,232,43)
#6DEA40
(109,234,64)
#7DEC55
(125,236,85)
#8DEE6A
(141,238,106)
#9DF07F
(157,240,127)
#ADF294
(173,242,148)
#BDF4A9
(189,244,169)
#CDF6BE
(205,246,190)
#DDF8D3
(221,248,211)
#EDFAE8
(237,250,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4DE616; }

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

This text font color is #4DE616.


Background Color

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

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

This div background color is #4DE616.


Border color

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

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

This div border color is #4DE616.


Opacity

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

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

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

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

This text has shadow with #4DE616 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DE616 on black background.


Color preview on white background

This text has color #4DE616 on white background.



Black color preview on #4DE616 background

This text has black color on #4DE616 background.


White color preview on #4DE616 background

This text has white color on #4DE616 background.