Color Hex Logo

#42fc04 Color Hex

#42FC04
(66,252,4)
0 Favorites   0 Comments

Color spaces of #42fc04

RGB 662524
HSL0.290.980.50
HSV105°98°99°
CMYK 0.740.000.98   0.01
XYZ37.079170.787811.8240
Yxy70.78780.30980.5914
Hunter Lab84.1355-68.570950.5625
CIE-Lab87.3818-80.268782.8262

#42fc04 color RGB value is (66,252,4).

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

The process color (four color CMYK) of #42fc04 color hex is 0.74, 0.00, 0.98, 0.01. Web safe color of #42fc04 is #33ff00. Color #42fc04 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000010 11111100 00000100
Octal 102 374 4
Decimal 66 252 4
Hex 42 FC 4

RGB Percentages of Color #42fc04

%20.50
%78.26
%1.24

CMYK Percentages of Color #42fc04

%74
%0
%98
%1

Triadic Colors of #42fc04

#42fc04 #0442fc #fc0442

Analogous Colors of #42fc04

#42fc04 #04fc42 #befc04

Monochromatic Colors of #42fc04

#42fc04

Complementary Color

#42fc04 #be04fc

#42fc04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42fc04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#42fc04 Color CSS Codes

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

#42fc04 Text Font Color

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

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


#42fc04 Background Color

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

This div background color is #42fc04


#42fc04 Border Color

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

This div border color is #42fc04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42fc04


Comments

No comments written yet.

Please login to write comment.