Color Hex Logo

#42cd30 Color Hex

#42CD30
(66,205,48)
0 Favorites   0 Comments

Color spaces of #42cd30

RGB 6620548
HSL0.310.620.50
HSV113°77°80°
CMYK 0.680.000.77   0.20
XYZ24.611645.034310.1916
Yxy45.03430.30830.5641
Hunter Lab67.1076-51.973737.9710
CIE-Lab72.9145-64.560562.4928

#42cd30 color RGB value is (66,205,48).

#42cd30 hex color red value is 66, green value is 205 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #42cd30 hue: 0.31 , saturation: 0.62 and the lightness value of 42cd30 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 11001101 00110000
Octal 102 315 60
Decimal 66 205 48
Hex 42 CD 30

RGB Percentages of Color #42cd30

%20.69
%64.26
%15.05

CMYK Percentages of Color #42cd30

%68
%0
%77
%20

Triadic Colors of #42cd30

#42cd30 #3042cd #cd3042

Analogous Colors of #42cd30

#42cd30 #30cd6d #91cd30

Monochromatic Colors of #42cd30

#42cd30

Complementary Color

#42cd30 #bb30cd

#42cd30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42cd30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#42cd30 Color CSS Codes

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

#42cd30 Text Font Color

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

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


#42cd30 Background Color

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

This div background color is #42cd30


#42cd30 Border Color

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

This div border color is #42cd30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42cd30


Comments

No comments written yet.

Please login to write comment.