Color Hex Logo

#2cb37b Color Hex

#2CB37B
(44,179,123)
0 Favorites   0 Comments

Color spaces of #2cb37b

RGB 44179123
HSL0.430.610.44
HSV155°75°70°
CMYK 0.750.000.31   0.30
XYZ20.734034.205724.2485
Yxy34.20570.26180.4320
Hunter Lab58.4856-39.069116.3580
CIE-Lab65.1255-48.689318.6430

#2cb37b color RGB value is (44,179,123).

#2cb37b hex color red value is 44, green value is 179 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #2cb37b hue: 0.43 , saturation: 0.61 and the lightness value of 2cb37b is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00101100 10110011 01111011
Octal 54 263 173
Decimal 44 179 123
Hex 2C B3 7B

RGB Percentages of Color #2cb37b

%12.72
%51.73
%35.55

CMYK Percentages of Color #2cb37b

%75
%0
%31
%30

Triadic Colors of #2cb37b

#2cb37b #7b2cb3 #b37b2c

Analogous Colors of #2cb37b

#2cb37b #2ca8b3 #2cb338

Monochromatic Colors of #2cb37b

#2cb37b

Complementary Color

#2cb37b #b32c64

#2cb37b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2cb37b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2cb37b Color CSS Codes

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

#2cb37b Text Font Color

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

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


#2cb37b Background Color

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

This div background color is #2cb37b


#2cb37b Border Color

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

This div border color is #2cb37b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2cb37b


Comments

No comments written yet.

Please login to write comment.