Color Hex Logo

#42bb23 Color Hex

#42BB23
(66,187,35)
0 Favorites   0 Comments

Color spaces of #42bb23

RGB 6618735
HSL0.300.680.44
HSV108°81°73°
CMYK 0.650.000.81   0.27
XYZ20.320536.82027.6261
Yxy36.82020.31370.5685
Hunter Lab60.6797-46.413035.0243
CIE-Lab67.1419-59.395060.9070

#42bb23 color RGB value is (66,187,35).

#42bb23 hex color red value is 66, green value is 187 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #42bb23 hue: 0.30 , saturation: 0.68 and the lightness value of 42bb23 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 01000010 10111011 00100011
Octal 102 273 43
Decimal 66 187 35
Hex 42 BB 23

RGB Percentages of Color #42bb23

%22.92
%64.93
%12.15

CMYK Percentages of Color #42bb23

%65
%0
%81
%27

Triadic Colors of #42bb23

#42bb23 #2342bb #bb2342

Analogous Colors of #42bb23

#42bb23 #23bb50 #8ebb23

Monochromatic Colors of #42bb23

#42bb23

Complementary Color

#42bb23 #9c23bb

#42bb23 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#42bb23 Color Preview on White Background

Lorem ipsum dolor sit amet.

#42bb23 Color CSS Codes

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

#42bb23 Text Font Color

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

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


#42bb23 Background Color

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

This div background color is #42bb23


#42bb23 Border Color

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

This div border color is #42bb23


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #42bb23


Comments

No comments written yet.

Please login to write comment.