Color Hex Logo

#2ab240 Color Hex

#2AB240
(42,178,64)
0 Favorites   0 Comments

Color spaces of #2ab240

RGB 4217864
HSL0.360.620.43
HSV130°76°70°
CMYK 0.760.000.64   0.30
XYZ17.800732.703210.2246
Yxy32.70320.29310.5385
Hunter Lab57.1867-44.514529.4300
CIE-Lab63.9199-58.414046.8870

#2ab240 color RGB value is (42,178,64).

#2ab240 hex color red value is 42, green value is 178 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #2ab240 hue: 0.36 , saturation: 0.62 and the lightness value of 2ab240 is 0.43.

The process color (four color CMYK) of #2ab240 color hex is 0.76, 0.00, 0.64, 0.30. Web safe color of #2ab240 is #339933. Color #2ab240 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10110010 01000000
Octal 52 262 100
Decimal 42 178 64
Hex 2A B2 40

RGB Percentages of Color #2ab240

%14.79
%62.68
%22.54

CMYK Percentages of Color #2ab240

%76
%0
%64
%30

Triadic Colors of #2ab240

#2ab240 #402ab2 #b2402a

Analogous Colors of #2ab240

#2ab240 #2ab284 #58b22a

Monochromatic Colors of #2ab240

#2ab240

Complementary Color

#2ab240 #b22a9c

#2ab240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ab240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ab240 Color CSS Codes

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

#2ab240 Text Font Color

<p style="color:#2ab240">Text here</p>

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


#2ab240 Background Color

<div style="background-color:#2ab240">
Div content here</div>

This div background color is #2ab240


#2ab240 Border Color

<div style="border:3px solid #2ab240">
Div here</div>

This div border color is #2ab240


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ab240


Comments

No comments written yet.

Please login to write comment.