color codes Logo

#42f27e color codes

#42F27E
(66,242,126)
0 Favorites   0 Comments

Color spaces of #42f27e

RGB 66242126
HSL0.390.870.60
HSV140°73°95°
CMYK 0.730.000.48   0.05
XYZ37.764866.168930.5201
Yxy66.16890.28090.4921
Hunter Lab81.3443-59.482334.6956
CIE-Lab85.0825-68.119543.3905

#42f27e color RGB value is (66,242,126).

#42f27e hex color red value is 66, green value is 242 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #42f27e hue: 0.39 , saturation: 0.87 and the lightness value of 42f27e is 0.60.

The process color (four color CMYK) of #42f27e color code is 0.73, 0.00, 0.48, 0.05. Web safe color of #42f27e is #33ff66. Color #42f27e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11110010 01111110
Octal 102 362 176
Decimal 66 242 126
Hex 42 F2 7E

RGB Percentages of Color #42f27e

%15.21
%55.76
%29.03

CMYK Percentages of Color #42f27e

%73
%0
%48
%5

Triadic Colors of #42f27e

#42f27e #7e42f2 #f27e42

Analogous Colors of #42f27e

#42f27e #42f2d6 #5ef242

Monochromatic Colors of #42f27e

#42f27e

Complementary Color

#42f27e #f242b6

#42f27e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42f27e Color Preview on White Background

Lorem ipsum dolor sit amet.

#42f27e Color CSS Codes

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

#42f27e Text Font Color

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

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


#42f27e Background Color

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

This div background color is #42f27e


#42f27e Border Color

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

This div border color is #42f27e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42f27e


Comments

No comments written yet.

Please login to write comment.