COLOR #4DF428

HEX: #4DF428
RGB: (77,244,40)

Renk bilgisi

#4DF428 contains mainly green color. #4DF428 ‘ nin web güvenlik rengi #33FF33 (ya da #3F3) dir.

RGB renk modeli

#4DF428 color RGB value is (77,244,40).

  • kırmız ton 77;
  • yeşil ton 244;
  • mavi ton 40.
RGB:
(77,244,40)
(30%,96%,16%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 244 of 255 = 96%
B 40 of 255 = 16%

77
244
40

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

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 244 + 40 = 361 (100%)
R 77 of 361 ~ 21.33%
G 244 of 361 ~ 67.59%
B 40 of 361 ~ 11.08%

%21.33
%67.59
%11.08

CMYK RENK MODELİ

#4DF428 rengi CMYK tonu (68,0,84,4).

  • camgöbeği tonu 68.44%
  • eflatun tonu 0.00%
  • sarı tonu 83.61%
  • ana renk tonu 4.31%
CMYK:
(68,0,84,4)
C68M0Y84K4 
(68%,0%,84%,4%)
(0.68/0.00/0.84/0.04)	

CMYK yüzdeleri

%68.44
%0
%83.61
%4.31

Codes

Color #4DF428 in popluar color models

4DF428
RGB7724440
HSL109°90.27%55.69%
HSB/HSV109°83.61%95.69%
CMYK68.44%0.00%83.61%
4.31%

Color #4DF428 in popluar number systems.

HEX4DF428
Decimal7724440
Binary100110111110100101000
Octal11536450

Shades and tints

Shades of #4DF428

#4DF428
(77,244,40)
#46DE25
(70,222,37)
#3FC822
(63,200,34)
#38B21F
(56,178,31)
#319C1C
(49,156,28)
#2A8619
(42,134,25)
#237016
(35,112,22)
#1C5A13
(28,90,19)
#154410
(21,68,16)
#0E2E0D
(14,46,13)
#07180A
(7,24,10)
#000000
(0,0,0)

Tints of #4DF428

#4DF428
(77,244,40)
#5DF53B
(93,245,59)
#6DF64E
(109,246,78)
#7DF761
(125,247,97)
#8DF874
(141,248,116)
#9DF987
(157,249,135)
#ADFA9A
(173,250,154)
#BDFBAD
(189,251,173)
#CDFCC0
(205,252,192)
#DDFDD3
(221,253,211)
#EDFEE6
(237,254,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DF428 color. Also use rgb(77,244,40) instead hex code.

Text Font Color

.myTextColor { color: #4DF428; }

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

This text font color is #4DF428.


Background Color

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

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

This div background color is #4DF428.


Border color

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

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

This div border color is #4DF428.


Opacity

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

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

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

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

This text has shadow with #4DF428 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DF428 on black background.


Color preview on white background

This text has color #4DF428 on white background.



Black color preview on #4DF428 background

This text has black color on #4DF428 background.


White color preview on #4DF428 background

This text has white color on #4DF428 background.