Color Hex Logo

#2cc77f Color Hex

#2CC77F
(44,199,127)
0 Favorites   0 Comments

Color spaces of #2cc77f

RGB 44199127
HSL0.420.640.48
HSV152°78°78°
CMYK 0.780.000.36   0.22
XYZ25.292942.914627.0290
Yxy42.91460.26560.4506
Hunter Lab65.5092-45.722921.3935
CIE-Lab71.4970-55.536725.1613

#2cc77f color RGB value is (44,199,127).

#2cc77f hex color red value is 44, green value is 199 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #2cc77f hue: 0.42 , saturation: 0.64 and the lightness value of 2cc77f is 0.48.

The process color (four color CMYK) of #2cc77f color hex is 0.78, 0.00, 0.36, 0.22. Web safe color of #2cc77f is #33cc66. Color #2cc77f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 11000111 01111111
Octal 54 307 177
Decimal 44 199 127
Hex 2C C7 7F

RGB Percentages of Color #2cc77f

%11.89
%53.78
%34.32

CMYK Percentages of Color #2cc77f

%78
%0
%36
%22

Triadic Colors of #2cc77f

#2cc77f #7f2cc7 #c77f2c

Analogous Colors of #2cc77f

#2cc77f #2cc2c7 #2cc732

Monochromatic Colors of #2cc77f

#2cc77f

Complementary Color

#2cc77f #c72c74

#2cc77f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2cc77f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2cc77f Color CSS Codes

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

#2cc77f Text Font Color

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

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


#2cc77f Background Color

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

This div background color is #2cc77f


#2cc77f Border Color

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

This div border color is #2cc77f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2cc77f


Comments

No comments written yet.

Please login to write comment.