COLOR #4ED01D

HEX: #4ED01D
RGB: (78,208,29)

Renk bilgisi

#4ED01D contains mainly green color. #4ED01D ‘ nin web güvenlik rengi #66CC33 (ya da #6C3) dir.

RGB renk modeli

#4ED01D color RGB value is (78,208,29).

  • kırmız ton 78;
  • yeşil ton 208;
  • mavi ton 29.
RGB:
(78,208,29)
(31%,82%,11%)

RGB bağlantıları ve doygunluk

R 78 of 255 = 31%
G 208 of 255 = 82%
B 29 of 255 = 11%

78
208
29

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

Yüzdelerle RGB renk parçaları

R + G + B =
78 + 208 + 29 = 315 (100%)
R 78 of 315 ~ 24.76%
G 208 of 315 ~ 66.03%
B 29 of 315 ~ 9.21%

%24.76
%66.03

CMYK RENK MODELİ

#4ED01D rengi CMYK tonu (63,0,86,18).

  • camgöbeği tonu 62.50%
  • eflatun tonu 0.00%
  • sarı tonu 86.06%
  • ana renk tonu 18.43%
CMYK:
(63,0,86,18)
C63M0Y86K18 
(63%,0%,86%,18%)
(0.63/0.00/0.86/0.18)	

CMYK yüzdeleri

%62.5
%0
%86.06
%18.43

Codes

Color #4ED01D in popluar color models

4ED01D
RGB7820829
HSL104°75.53%46.47%
HSB/HSV104°86.06%81.57%
CMYK62.50%0.00%86.06%
18.43%

Color #4ED01D in popluar number systems.

HEX4ED01D
Decimal7820829
Binary10011101101000011101
Octal11632035

Shades and tints

Shades of #4ED01D

#4ED01D
(78,208,29)
#47BE1B
(71,190,27)
#40AC19
(64,172,25)
#399A17
(57,154,23)
#328815
(50,136,21)
#2B7613
(43,118,19)
#246411
(36,100,17)
#1D520F
(29,82,15)
#16400D
(22,64,13)
#0F2E0B
(15,46,11)
#081C09
(8,28,9)
#000000
(0,0,0)

Tints of #4ED01D

#4ED01D
(78,208,29)
#5ED431
(94,212,49)
#6ED845
(110,216,69)
#7EDC59
(126,220,89)
#8EE06D
(142,224,109)
#9EE481
(158,228,129)
#AEE895
(174,232,149)
#BEECA9
(190,236,169)
#CEF0BD
(206,240,189)
#DEF4D1
(222,244,209)
#EEF8E5
(238,248,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4ED01D color. Also use rgb(78,208,29) instead hex code.

Text Font Color

.myTextColor { color: #4ED01D; }

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

This text font color is #4ED01D.


Background Color

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

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

This div background color is #4ED01D.


Border color

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

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

This div border color is #4ED01D.


Opacity

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

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

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

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

This text has shadow with #4ED01D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4ED01D on black background.


Color preview on white background

This text has color #4ED01D on white background.



Black color preview on #4ED01D background

This text has black color on #4ED01D background.


White color preview on #4ED01D background

This text has white color on #4ED01D background.