Color Hex Logo

#42bc3d Color Hex

#42BC3D
(66,188,61)
0 Favorites   0 Comments

Color spaces of #42bc3d

RGB 6618861
HSL0.330.510.49
HSV118°68°74°
CMYK 0.650.000.68   0.26
XYZ21.072337.461610.5351
Yxy37.46160.30510.5424
Hunter Lab61.2059-45.655332.6388
CIE-Lab67.6219-57.821452.3588

#42bc3d color RGB value is (66,188,61).

#42bc3d hex color red value is 66, green value is 188 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #42bc3d hue: 0.33 , saturation: 0.51 and the lightness value of 42bc3d is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10111100 00111101
Octal 102 274 75
Decimal 66 188 61
Hex 42 BC 3D

RGB Percentages of Color #42bc3d

%20.95
%59.68
%19.37

CMYK Percentages of Color #42bc3d

%65
%0
%68
%26

Triadic Colors of #42bc3d

#42bc3d #3d42bc #bc3d42

Analogous Colors of #42bc3d

#42bc3d #3dbc78 #82bc3d

Monochromatic Colors of #42bc3d

#42bc3d

Complementary Color

#42bc3d #b73dbc

#42bc3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42bc3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#42bc3d Color CSS Codes

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

#42bc3d Text Font Color

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

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


#42bc3d Background Color

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

This div background color is #42bc3d


#42bc3d Border Color

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

This div border color is #42bc3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42bc3d


Comments

No comments written yet.

Please login to write comment.