Color Hex Logo

#42ff72 Color Hex

#42FF72
(66,255,114)
0 Favorites   0 Comments

Color spaces of #42ff72

RGB 66255114
HSL0.381.000.63
HSV135°74°100°
CMYK 0.740.000.55   0.00
XYZ41.044073.893228.0192
Yxy73.89320.28710.5169
Hunter Lab85.9612-65.203440.8471
CIE-Lab88.8720-74.108153.6016

#42ff72 color RGB value is (66,255,114).

#42ff72 hex color red value is 66, green value is 255 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #42ff72 hue: 0.38 , saturation: 1.00 and the lightness value of 42ff72 is 0.63.

The process color (four color CMYK) of #42ff72 color hex is 0.74, 0.00, 0.55, 0.00. Web safe color of #42ff72 is #33ff66. Color #42ff72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11111111 01110010
Octal 102 377 162
Decimal 66 255 114
Hex 42 FF 72

RGB Percentages of Color #42ff72

%15.17
%58.62
%26.21

CMYK Percentages of Color #42ff72

%74
%0
%55
%0

Triadic Colors of #42ff72

#42ff72 #7242ff #ff7242

Analogous Colors of #42ff72

#42ff72 #42ffd1 #71ff42

Monochromatic Colors of #42ff72

#42ff72

Complementary Color

#42ff72 #ff42cf

#42ff72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42ff72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#42ff72 Color CSS Codes

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

#42ff72 Text Font Color

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

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


#42ff72 Background Color

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

This div background color is #42ff72


#42ff72 Border Color

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

This div border color is #42ff72


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(66,255,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 #42ff72">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42ff72

Related Colors


Comments

No comments written yet.

Please login to write comment.