COLOR #4DF28F

HEX: #4DF28F
RGB: (77,242,143)

Color info

#4DF28F contains mainly green color. Web safe color of #4DF28F is #33FF99 (or #3F9).

RGB color model

#4DF28F color RGB value is (77,242,143).

  • red value is 77;
  • green value is 242;
  • blue value is 143.
RGB:
(77,242,143)
(30%,95%,56%)

RGB channels and saturation

R 77 of 255 = 30%
G 242 of 255 = 95%
B 143 of 255 = 56%

77
242
143

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

Portions of RGB colors in percentages

R + G + B =
77 + 242 + 143 = 462 (100%)
R 77 of 462 ~ 16.67%
G 242 of 462 ~ 52.38%
B 143 of 462 ~ 30.95%

%16.67
%52.38
%30.95

CMYK color model

#4DF28F color CMYK value is (68,0,41,5).

  • cyan value is 68.18%
  • magenta value is 0.00%
  • yellow value is 40.91%
  • key color value is 5.10%
CMYK:
(68,0,41,5)
C68M0Y41K5 
(68%,0%,41%,5%)
(0.68/0.00/0.41/0.05)	

CMYK percentages

%68.18
%0
%40.91
%5.1

Codes

Color #4DF28F in popluar color models

4DF28F
RGB77242143
HSL144°86.39%62.55%
HSB/HSV144°68.18%94.90%
CMYK68.18%0.00%40.91%
5.10%

Color #4DF28F in popluar number systems.

HEX4DF28F
Decimal77242143
Binary10011011111001010001111
Octal115362217

Shades and tints

Shades of #4DF28F

#4DF28F
(77,242,143)
#46DC82
(70,220,130)
#3FC675
(63,198,117)
#38B068
(56,176,104)
#319A5B
(49,154,91)
#2A844E
(42,132,78)
#236E41
(35,110,65)
#1C5834
(28,88,52)
#154227
(21,66,39)
#0E2C1A
(14,44,26)
#07160D
(7,22,13)
#000000
(0,0,0)

Tints of #4DF28F

#4DF28F
(77,242,143)
#5DF399
(93,243,153)
#6DF4A3
(109,244,163)
#7DF5AD
(125,245,173)
#8DF6B7
(141,246,183)
#9DF7C1
(157,247,193)
#ADF8CB
(173,248,203)
#BDF9D5
(189,249,213)
#CDFADF
(205,250,223)
#DDFBE9
(221,251,233)
#EDFCF3
(237,252,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4DF28F color. Also use rgb(77,242,143) instead hex code.

Text Font Color

.myTextColor { color: #4DF28F; }

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

This text font color is #4DF28F.


Background Color

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

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

This div background color is #4DF28F.


Border color

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

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

This div border color is #4DF28F.


Opacity

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

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

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

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

This text has shadow with #4DF28F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4DF28F on black background.


Color preview on white background

This text has color #4DF28F on white background.



Black color preview on #4DF28F background

This text has black color on #4DF28F background.


White color preview on #4DF28F background

This text has white color on #4DF28F background.