Color Hex Logo

#2ca54a Color Hex

#2CA54A
(44,165,74)
0 Favorites   0 Comments

Color spaces of #2ca54a

RGB 4416574
HSL0.370.580.41
HSV135°73°65°
CMYK 0.730.000.55   0.35
XYZ15.729927.940211.0425
Yxy27.94020.28750.5107
Hunter Lab52.8585-39.383424.6149
CIE-Lab59.8347-52.358737.4815

#2ca54a color RGB value is (44,165,74).

#2ca54a hex color red value is 44, green value is 165 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #2ca54a hue: 0.37 , saturation: 0.58 and the lightness value of 2ca54a is 0.41.

The process color (four color CMYK) of #2ca54a color hex is 0.73, 0.00, 0.55, 0.35. Web safe color of #2ca54a is #339933. Color #2ca54a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 10100101 01001010
Octal 54 245 112
Decimal 44 165 74
Hex 2C A5 4A

RGB Percentages of Color #2ca54a

%15.55
%58.30
%26.15

CMYK Percentages of Color #2ca54a

%73
%0
%55
%35

Triadic Colors of #2ca54a

#2ca54a #4a2ca5 #a54a2c

Analogous Colors of #2ca54a

#2ca54a #2ca587 #4ba52c

Monochromatic Colors of #2ca54a

#2ca54a

Complementary Color

#2ca54a #a52c87

#2ca54a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ca54a Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ca54a Color CSS Codes

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

#2ca54a Text Font Color

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

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


#2ca54a Background Color

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

This div background color is #2ca54a


#2ca54a Border Color

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

This div border color is #2ca54a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ca54a


Comments

No comments written yet.

Please login to write comment.