Color Hex Logo

#42ae18 Color Hex

#42AE18
(66,174,24)
0 Favorites   0 Comments

Color spaces of #42ae18

RGB 6617424
HSL0.290.760.39
HSV103°86°68°
CMYK 0.620.000.86   0.32
XYZ17.547731.49636.0187
Yxy31.49630.31870.5720
Hunter Lab56.1216-42.400632.9266
CIE-Lab62.9244-55.484959.8901

#42ae18 color RGB value is (66,174,24).

#42ae18 hex color red value is 66, green value is 174 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #42ae18 hue: 0.29 , saturation: 0.76 and the lightness value of 42ae18 is 0.39.

The process color (four color CMYK) of #42ae18 color hex is 0.62, 0.00, 0.86, 0.32. Web safe color of #42ae18 is #339900. Color #42ae18 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 10101110 00011000
Octal 102 256 30
Decimal 66 174 24
Hex 42 AE 18

RGB Percentages of Color #42ae18

%25.00
%65.91
%9.09

CMYK Percentages of Color #42ae18

%62
%0
%86
%32

Triadic Colors of #42ae18

#42ae18 #1842ae #ae1842

Analogous Colors of #42ae18

#42ae18 #18ae39 #8dae18

Monochromatic Colors of #42ae18

#42ae18

Complementary Color

#42ae18 #8418ae

#42ae18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42ae18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#42ae18 Color CSS Codes

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

#42ae18 Text Font Color

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

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


#42ae18 Background Color

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

This div background color is #42ae18


#42ae18 Border Color

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

This div border color is #42ae18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42ae18


Comments

No comments written yet.

Please login to write comment.