Color Hex Logo

#2cb75e Color Hex

#2CB75E
(44,183,94)
0 Favorites   0 Comments

Color spaces of #2cb75e

RGB 4418394
HSL0.390.610.45
HSV142°76°72°
CMYK 0.760.000.49   0.28
XYZ19.992635.210616.3323
Yxy35.21060.27950.4922
Hunter Lab59.3385-43.701425.2180
CIE-Lab65.9123-55.711834.9626

#2cb75e color RGB value is (44,183,94).

#2cb75e hex color red value is 44, green value is 183 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #2cb75e hue: 0.39 , saturation: 0.61 and the lightness value of 2cb75e is 0.45.

The process color (four color CMYK) of #2cb75e color hex is 0.76, 0.00, 0.49, 0.28. Web safe color of #2cb75e is #33cc66. Color #2cb75e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 10110111 01011110
Octal 54 267 136
Decimal 44 183 94
Hex 2C B7 5E

RGB Percentages of Color #2cb75e

%13.71
%57.01
%29.28

CMYK Percentages of Color #2cb75e

%76
%0
%49
%28

Triadic Colors of #2cb75e

#2cb75e #5e2cb7 #b75e2c

Analogous Colors of #2cb75e

#2cb75e #2cb7a4 #40b72c

Monochromatic Colors of #2cb75e

#2cb75e

Complementary Color

#2cb75e #b72c85

#2cb75e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2cb75e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2cb75e Color CSS Codes

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

#2cb75e Text Font Color

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

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


#2cb75e Background Color

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

This div background color is #2cb75e


#2cb75e Border Color

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

This div border color is #2cb75e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2cb75e


Comments

No comments written yet.

Please login to write comment.