Color Hex Logo

#2cc96d Color Hex

#2CC96D
(44,201,109)
0 Favorites   0 Comments

Color spaces of #2cc96d

RGB 44201109
HSL0.400.640.48
HSV145°78°79°
CMYK 0.780.000.46   0.21
XYZ24.685743.412921.5465
Yxy43.41290.27540.4843
Hunter Lab65.8885-48.428226.7332
CIE-Lab71.8343-59.585234.8912

#2cc96d color RGB value is (44,201,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101100 11001001 01101101
Octal 54 311 155
Decimal 44 201 109
Hex 2C C9 6D

RGB Percentages of Color #2cc96d

%12.43
%56.78
%30.79

CMYK Percentages of Color #2cc96d

%78
%0
%46
%21

Triadic Colors of #2cc96d

#2cc96d #6d2cc9 #c96d2c

Analogous Colors of #2cc96d

#2cc96d #2cc9bc #39c92c

Monochromatic Colors of #2cc96d

#2cc96d

Complementary Color

#2cc96d #c92c88

#2cc96d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2cc96d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2cc96d Color CSS Codes

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

#2cc96d Text Font Color

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

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


#2cc96d Background Color

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

This div background color is #2cc96d


#2cc96d Border Color

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

This div border color is #2cc96d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2cc96d


Comments

No comments written yet.

Please login to write comment.