Color Hex Logo

#4ed942 Color Hex

#4ED942
(78,217,66)
0 Favorites   0 Comments

Color spaces of #4ed942

RGB 7821766
HSL0.320.670.55
HSV115°70°85°
CMYK 0.640.000.70   0.15
XYZ28.938151.638813.5963
Yxy51.63880.30730.5483
Hunter Lab71.8601-53.873239.0841
CIE-Lab77.0644-64.772160.4903

#4ed942 color RGB value is (78,217,66).

#4ed942 hex color red value is 78, green value is 217 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #4ed942 hue: 0.32 , saturation: 0.67 and the lightness value of 4ed942 is 0.55.

The process color (four color CMYK) of #4ed942 color hex is 0.64, 0.00, 0.70, 0.15. Web safe color of #4ed942 is #66cc33. Color #4ed942 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011001 01000010
Octal 116 331 102
Decimal 78 217 66
Hex 4E D9 42

RGB Percentages of Color #4ed942

%21.61
%60.11
%18.28

CMYK Percentages of Color #4ed942

%64
%0
%70
%15

Triadic Colors of #4ed942

#4ed942 #424ed9 #d9424e

Analogous Colors of #4ed942

#4ed942 #42d982 #9ad942

Monochromatic Colors of #4ed942

#4ed942

Complementary Color

#4ed942 #cd42d9

#4ed942 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ed942 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ed942 Color CSS Codes

.mybgcolor {background-color:#4ed942; } 
.myforecolor {color:#4ed942; }
.mybordercolor {border:3px solid #4ed942; }

#4ed942 Text Font Color

<p style="color:#4ed942">Text here</p>

This sample text font color is #4ed942
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#4ed942 Background Color

<div style="background-color:#4ed942">
Div content here</div>

This div background color is #4ed942


#4ed942 Border Color

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

This div border color is #4ed942


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(78,217,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4ed942; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4ed942;
  -webkit-box-shadow: 1px 1px 3px 2px #4ed942;
  box-shadow:         1px 1px 3px 2px #4ed942; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,217,66, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4ed942">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #4ed942;
  -webkit-box-shadow: 1px 1px 3px 2px #4ed942;
  box-shadow:         1px 1px 3px 2px #4ed942;">
Div content here</div>

This div box has shadow with color #4ed942


Comments

No comments written yet.

Please login to write comment.