Color Hex Logo

#2cc25d Color Hex

#2CC25D
(44,194,93)
0 Favorites   0 Comments

Color spaces of #2cc25d

RGB 4419493
HSL0.390.630.47
HSV140°77°76°
CMYK 0.770.000.52   0.24
XYZ22.306339.909416.8835
Yxy39.90940.28200.5045
Hunter Lab63.1739-47.527128.3762
CIE-Lab69.4050-59.711539.8021

#2cc25d color RGB value is (44,194,93).

#2cc25d hex color red value is 44, green value is 194 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #2cc25d hue: 0.39 , saturation: 0.63 and the lightness value of 2cc25d is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00101100 11000010 01011101
Octal 54 302 135
Decimal 44 194 93
Hex 2C C2 5D

RGB Percentages of Color #2cc25d

%13.29
%58.61
%28.10

CMYK Percentages of Color #2cc25d

%77
%0
%52
%24

Triadic Colors of #2cc25d

#2cc25d #5d2cc2 #c25d2c

Analogous Colors of #2cc25d

#2cc25d #2cc2a8 #46c22c

Monochromatic Colors of #2cc25d

#2cc25d

Complementary Color

#2cc25d #c22c91

#2cc25d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2cc25d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2cc25d Color CSS Codes

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

#2cc25d Text Font Color

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

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


#2cc25d Background Color

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

This div background color is #2cc25d


#2cc25d Border Color

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

This div border color is #2cc25d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2cc25d


Comments

No comments written yet.

Please login to write comment.