Color Hex Logo

#42eb7a Color Hex

#42EB7A
(66,235,122)
0 Favorites   0 Comments

Color spaces of #42eb7a

RGB 66235122
HSL0.390.810.59
HSV140°72°92°
CMYK 0.720.000.48   0.08
XYZ35.467961.980128.5063
Yxy61.98010.28160.4921
Hunter Lab78.7274-57.356133.6410
CIE-Lab82.9028-66.333142.5771

#42eb7a color RGB value is (66,235,122).

#42eb7a hex color red value is 66, green value is 235 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #42eb7a hue: 0.39 , saturation: 0.81 and the lightness value of 42eb7a is 0.59.

The process color (four color CMYK) of #42eb7a color hex is 0.72, 0.00, 0.48, 0.08. Web safe color of #42eb7a is #33ff66. Color #42eb7a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11101011 01111010
Octal 102 353 172
Decimal 66 235 122
Hex 42 EB 7A

RGB Percentages of Color #42eb7a

%15.60
%55.56
%28.84

CMYK Percentages of Color #42eb7a

%72
%0
%48
%8

Triadic Colors of #42eb7a

#42eb7a #7a42eb #eb7a42

Analogous Colors of #42eb7a

#42eb7a #42ebcf #5feb42

Monochromatic Colors of #42eb7a

#42eb7a

Complementary Color

#42eb7a #eb42b3

#42eb7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42eb7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#42eb7a Color CSS Codes

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

#42eb7a Text Font Color

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

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


#42eb7a Background Color

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

This div background color is #42eb7a


#42eb7a Border Color

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

This div border color is #42eb7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42eb7a


Comments

No comments written yet.

Please login to write comment.