Color Hex Logo

#42d041 Color Hex

#42D041
(66,208,65)
0 Favorites   0 Comments

Color spaces of #42d041

RGB 6620865
HSL0.330.600.54
HSV120°69°82°
CMYK 0.680.000.69   0.18
XYZ25.756846.651712.6482
Yxy46.65170.30280.5485
Hunter Lab68.3020-52.216036.8321
CIE-Lab73.9664-64.226657.5288

#42d041 color RGB value is (66,208,65).

#42d041 hex color red value is 66, green value is 208 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #42d041 hue: 0.33 , saturation: 0.60 and the lightness value of 42d041 is 0.54.

The process color (four color CMYK) of #42d041 color hex is 0.68, 0.00, 0.69, 0.18. Web safe color of #42d041 is #33cc33. Color #42d041 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11010000 01000001
Octal 102 320 101
Decimal 66 208 65
Hex 42 D0 41

RGB Percentages of Color #42d041

%19.47
%61.36
%19.17

CMYK Percentages of Color #42d041

%68
%0
%69
%18

Triadic Colors of #42d041

#42d041 #4142d0 #d04142

Analogous Colors of #42d041

#42d041 #41d088 #8ad041

Monochromatic Colors of #42d041

#42d041

Complementary Color

#42d041 #cf41d0

#42d041 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42d041 Color Preview on White Background

Lorem ipsum dolor sit amet.

#42d041 Color CSS Codes

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

#42d041 Text Font Color

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

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


#42d041 Background Color

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

This div background color is #42d041


#42d041 Border Color

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

This div border color is #42d041


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42d041


Comments

No comments written yet.

Please login to write comment.