Color Hex Logo

#42c527 Color Hex

#42C527
(66,197,39)
0 Favorites   0 Comments

Color spaces of #42c527

RGB 6619739
HSL0.300.670.46
HSV110°80°77°
CMYK 0.660.000.80   0.23
XYZ22.579241.23728.6890
Yxy41.23720.31140.5687
Hunter Lab64.2162-49.615636.9289
CIE-Lab70.3418-62.497062.7592

#42c527 color RGB value is (66,197,39).

#42c527 hex color red value is 66, green value is 197 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #42c527 hue: 0.30 , saturation: 0.67 and the lightness value of 42c527 is 0.46.

The process color (four color CMYK) of #42c527 color hex is 0.66, 0.00, 0.80, 0.23. Web safe color of #42c527 is #33cc33. Color #42c527 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11000101 00100111
Octal 102 305 47
Decimal 66 197 39
Hex 42 C5 27

RGB Percentages of Color #42c527

%21.85
%65.23
%12.91

CMYK Percentages of Color #42c527

%66
%0
%80
%23

Triadic Colors of #42c527

#42c527 #2742c5 #c52742

Analogous Colors of #42c527

#42c527 #27c55b #91c527

Monochromatic Colors of #42c527

#42c527

Complementary Color

#42c527 #aa27c5

#42c527 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42c527 Color Preview on White Background

Lorem ipsum dolor sit amet.

#42c527 Color CSS Codes

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

#42c527 Text Font Color

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

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


#42c527 Background Color

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

This div background color is #42c527


#42c527 Border Color

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

This div border color is #42c527


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42c527


Comments

No comments written yet.

Please login to write comment.