Color Hex Logo

#42e071 Color Hex

#42E071
(66,224,113)
0 Favorites   0 Comments

Color spaces of #42e071

RGB 66224113
HSL0.380.720.57
HSV138°71°88°
CMYK 0.710.000.50   0.12
XYZ31.883155.661824.6862
Yxy55.66180.28410.4960
Hunter Lab74.6068-54.280332.6067
CIE-Lab79.4210-63.885842.5653

#42e071 color RGB value is (66,224,113).

#42e071 hex color red value is 66, green value is 224 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #42e071 hue: 0.38 , saturation: 0.72 and the lightness value of 42e071 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11100000 01110001
Octal 102 340 161
Decimal 66 224 113
Hex 42 E0 71

RGB Percentages of Color #42e071

%16.38
%55.58
%28.04

CMYK Percentages of Color #42e071

%71
%0
%50
%12

Triadic Colors of #42e071

#42e071 #7142e0 #e07142

Analogous Colors of #42e071

#42e071 #42e0c0 #62e042

Monochromatic Colors of #42e071

#42e071

Complementary Color

#42e071 #e042b1

#42e071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42e071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#42e071 Color CSS Codes

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

#42e071 Text Font Color

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

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


#42e071 Background Color

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

This div background color is #42e071


#42e071 Border Color

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

This div border color is #42e071


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42e071


Comments

No comments written yet.

Please login to write comment.