Color Hex Logo

#42e379 Color Hex

#42E379
(66,227,121)
0 Favorites   0 Comments

Color spaces of #42e379

RGB 66227121
HSL0.390.740.57
HSV140°71°89°
CMYK 0.710.000.47   0.11
XYZ33.167057.476927.4352
Yxy57.47690.28090.4868
Hunter Lab75.8135-54.583231.6138
CIE-Lab80.4471-63.706739.9660

#42e379 color RGB value is (66,227,121).

#42e379 hex color red value is 66, green value is 227 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #42e379 hue: 0.39 , saturation: 0.74 and the lightness value of 42e379 is 0.57.

The process color (four color CMYK) of #42e379 color hex is 0.71, 0.00, 0.47, 0.11. Web safe color of #42e379 is #33cc66. Color #42e379 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11100011 01111001
Octal 102 343 171
Decimal 66 227 121
Hex 42 E3 79

RGB Percentages of Color #42e379

%15.94
%54.83
%29.23

CMYK Percentages of Color #42e379

%71
%0
%47
%11

Triadic Colors of #42e379

#42e379 #7942e3 #e37942

Analogous Colors of #42e379

#42e379 #42e3ca #5be342

Monochromatic Colors of #42e379

#42e379

Complementary Color

#42e379 #e342ac

#42e379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42e379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#42e379 Color CSS Codes

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

#42e379 Text Font Color

<p style="color:#42e379">Text here</p>

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


#42e379 Background Color

<div style="background-color:#42e379">
Div content here</div>

This div background color is #42e379


#42e379 Border Color

<div style="border:3px solid #42e379">
Div here</div>

This div border color is #42e379


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(66,227,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #42e379; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #42e379;
  -webkit-box-shadow: 1px 1px 3px 2px #42e379;
  box-shadow:         1px 1px 3px 2px #42e379; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42e379


Comments

No comments written yet.

Please login to write comment.