Color Hex Logo

#2ab37d Color Hex

#2AB37D
(42,179,125)
0 Favorites   0 Comments

Color spaces of #2ab37d

RGB 42179125
HSL0.430.620.43
HSV156°77°70°
CMYK 0.770.000.30   0.30
XYZ20.776634.213124.9108
Yxy34.21310.26000.4282
Hunter Lab58.4920-38.957015.6937
CIE-Lab65.1314-48.508517.5593

#2ab37d color RGB value is (42,179,125).

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

The process color (four color CMYK) of #2ab37d color hex is 0.77, 0.00, 0.30, 0.30. Web safe color of #2ab37d is #33cc66. Color #2ab37d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10110011 01111101
Octal 52 263 175
Decimal 42 179 125
Hex 2A B3 7D

RGB Percentages of Color #2ab37d

%12.14
%51.73
%36.13

CMYK Percentages of Color #2ab37d

%77
%0
%30
%30

Triadic Colors of #2ab37d

#2ab37d #7d2ab3 #b37d2a

Analogous Colors of #2ab37d

#2ab37d #2aa5b3 #2ab339

Monochromatic Colors of #2ab37d

#2ab37d

Complementary Color

#2ab37d #b32a60

#2ab37d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ab37d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ab37d Color CSS Codes

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

#2ab37d Text Font Color

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

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


#2ab37d Background Color

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

This div background color is #2ab37d


#2ab37d Border Color

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

This div border color is #2ab37d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ab37d


Comments

No comments written yet.

Please login to write comment.