COLOR #4EDF19

HEX: #4EDF19
RGB: (78,223,25)

Color info

#4EDF19 contains mainly green color. Web safe color of #4EDF19 is #66CC00 (or #6C0).

RGB color model

#4EDF19 color RGB value is (78,223,25).

  • red value is 78;
  • green value is 223;
  • blue value is 25.
RGB:
(78,223,25)
(31%,87%,10%)

RGB channels and saturation

R 78 of 255 = 31%
G 223 of 255 = 87%
B 25 of 255 = 10%

78
223
25

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

Portions of RGB colors in percentages

R + G + B =
78 + 223 + 25 = 326 (100%)
R 78 of 326 ~ 23.93%
G 223 of 326 ~ 68.4%
B 25 of 326 ~ 7.67%

%23.93
%68.4

CMYK color model

#4EDF19 color CMYK value is (65,0,89,13).

  • cyan value is 65.02%
  • magenta value is 0.00%
  • yellow value is 88.79%
  • key color value is 12.55%
CMYK:
(65,0,89,13)
C65M0Y89K13 
(65%,0%,89%,13%)
(0.65/0.00/0.89/0.13)	

CMYK percentages

%65.02
%0
%88.79
%12.55

Codes

Color #4EDF19 in popluar color models

4EDF19
RGB7822325
HSL104°79.84%48.63%
HSB/HSV104°88.79%87.45%
CMYK65.02%0.00%88.79%
12.55%

Color #4EDF19 in popluar number systems.

HEX4EDF19
Decimal7822325
Binary10011101101111111001
Octal11633731

Shades and tints

Shades of #4EDF19

#4EDF19
(78,223,25)
#47CB17
(71,203,23)
#40B715
(64,183,21)
#39A313
(57,163,19)
#328F11
(50,143,17)
#2B7B0F
(43,123,15)
#24670D
(36,103,13)
#1D530B
(29,83,11)
#163F09
(22,63,9)
#0F2B07
(15,43,7)
#081705
(8,23,5)
#000000
(0,0,0)

Tints of #4EDF19

#4EDF19
(78,223,25)
#5EE12D
(94,225,45)
#6EE341
(110,227,65)
#7EE555
(126,229,85)
#8EE769
(142,231,105)
#9EE97D
(158,233,125)
#AEEB91
(174,235,145)
#BEEDA5
(190,237,165)
#CEEFB9
(206,239,185)
#DEF1CD
(222,241,205)
#EEF3E1
(238,243,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4EDF19 color. Also use rgb(78,223,25) instead hex code.

Text Font Color

.myTextColor { color: #4EDF19; }

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

This text font color is #4EDF19.


Background Color

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

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

This div background color is #4EDF19.


Border color

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

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

This div border color is #4EDF19.


Opacity

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

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

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

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

This text has shadow with #4EDF19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4EDF19 on black background.


Color preview on white background

This text has color #4EDF19 on white background.



Black color preview on #4EDF19 background

This text has black color on #4EDF19 background.


White color preview on #4EDF19 background

This text has white color on #4EDF19 background.