Color Hex Logo

#42e902 Color Hex

#42E902
(66,233,2)
0 Favorites   0 Comments

Color spaces of #42e902

RGB 662332
HSL0.290.980.46
HSV103°99°91°
CMYK 0.720.000.99   0.09
XYZ31.396659.44059.8758
Yxy59.44050.31170.5902
Hunter Lab77.0977-62.230146.3736
CIE-Lab81.5331-74.766178.3004

#42e902 color RGB value is (66,233,2).

#42e902 hex color red value is 66, green value is 233 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #42e902 hue: 0.29 , saturation: 0.98 and the lightness value of 42e902 is 0.46.

The process color (four color CMYK) of #42e902 color hex is 0.72, 0.00, 0.99, 0.09. Web safe color of #42e902 is #33ff00. Color #42e902 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11101001 00000010
Octal 102 351 2
Decimal 66 233 2
Hex 42 E9 2

RGB Percentages of Color #42e902

%21.93
%77.41
%0.66

CMYK Percentages of Color #42e902

%72
%0
%99
%9

Triadic Colors of #42e902

#42e902 #0242e9 #e90242

Analogous Colors of #42e902

#42e902 #02e936 #b6e902

Monochromatic Colors of #42e902

#42e902

Complementary Color

#42e902 #a902e9

#42e902 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42e902 Color Preview on White Background

Lorem ipsum dolor sit amet.

#42e902 Color CSS Codes

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

#42e902 Text Font Color

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

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


#42e902 Background Color

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

This div background color is #42e902


#42e902 Border Color

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

This div border color is #42e902


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42e902


Comments

No comments written yet.

Please login to write comment.