Color Hex Logo

#2cc52f Color Hex

#2CC52F
(44,197,47)
0 Favorites   0 Comments

Color spaces of #2cc52f

RGB 4419747
HSL0.340.630.47
HSV121°78°77°
CMYK 0.780.000.76   0.23
XYZ21.518040.67329.4059
Yxy40.67320.30050.5681
Hunter Lab63.7755-51.380935.8985
CIE-Lab69.9463-65.721959.7716

#2cc52f color RGB value is (44,197,47).

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

The process color (four color CMYK) of #2cc52f color hex is 0.78, 0.00, 0.76, 0.23. Web safe color of #2cc52f is #33cc33. Color #2cc52f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 11000101 00101111
Octal 54 305 57
Decimal 44 197 47
Hex 2C C5 2F

RGB Percentages of Color #2cc52f

%15.28
%68.40
%16.32

CMYK Percentages of Color #2cc52f

%78
%0
%76
%23

Triadic Colors of #2cc52f

#2cc52f #2f2cc5 #c52f2c

Analogous Colors of #2cc52f

#2cc52f #2cc57c #76c52c

Monochromatic Colors of #2cc52f

#2cc52f

Complementary Color

#2cc52f #c52cc2

#2cc52f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2cc52f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2cc52f Color CSS Codes

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

#2cc52f Text Font Color

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

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


#2cc52f Background Color

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

This div background color is #2cc52f


#2cc52f Border Color

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

This div border color is #2cc52f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2cc52f


Comments

No comments written yet.

Please login to write comment.