Color Hex Logo

#4efc72 Color Hex

#4EFC72
(78,252,114)
0 Favorites   0 Comments

Color spaces of #4efc72

RGB 78252114
HSL0.370.970.65
HSV132°69°99°
CMYK 0.690.000.55   0.01
XYZ40.989672.455427.7445
Yxy72.45540.29030.5132
Hunter Lab85.1207-63.005240.2594
CIE-Lab88.1873-71.324152.8383

#4efc72 color RGB value is (78,252,114).

#4efc72 hex color red value is 78, green value is 252 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #4efc72 hue: 0.37 , saturation: 0.97 and the lightness value of 4efc72 is 0.65.

The process color (four color CMYK) of #4efc72 color hex is 0.69, 0.00, 0.55, 0.01. Web safe color of #4efc72 is #66ff66. Color #4efc72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11111100 01110010
Octal 116 374 162
Decimal 78 252 114
Hex 4E FC 72

RGB Percentages of Color #4efc72

%17.57
%56.76
%25.68

CMYK Percentages of Color #4efc72

%69
%0
%55
%1

Triadic Colors of #4efc72

#4efc72 #724efc #fc724e

Analogous Colors of #4efc72

#4efc72 #4efcc9 #81fc4e

Monochromatic Colors of #4efc72

#4efc72

Complementary Color

#4efc72 #fc4ed8

#4efc72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4efc72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4efc72 Color CSS Codes

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

#4efc72 Text Font Color

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

This sample text font color is #4efc72
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.


#4efc72 Background Color

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

This div background color is #4efc72


#4efc72 Border Color

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

This div border color is #4efc72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4efc72

Related Colors


Comments

No comments written yet.

Please login to write comment.