Color Hex Logo

#2cd15f Color Hex

#2CD15F
(44,209,95)
0 Favorites   0 Comments

Color spaces of #2cd15f

RGB 4420995
HSL0.380.650.50
HSV139°79°82°
CMYK 0.790.000.55   0.18
XYZ25.904746.962618.5258
Yxy46.96260.28340.5139
Hunter Lab68.5293-52.451531.9424
CIE-Lab74.1658-64.468044.6339

#2cd15f color RGB value is (44,209,95).

#2cd15f hex color red value is 44, green value is 209 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #2cd15f hue: 0.38 , saturation: 0.65 and the lightness value of 2cd15f is 0.50.

The process color (four color CMYK) of #2cd15f color hex is 0.79, 0.00, 0.55, 0.18. Web safe color of #2cd15f is #33cc66. Color #2cd15f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 11010001 01011111
Octal 54 321 137
Decimal 44 209 95
Hex 2C D1 5F

RGB Percentages of Color #2cd15f

%12.64
%60.06
%27.30

CMYK Percentages of Color #2cd15f

%79
%0
%55
%18

Triadic Colors of #2cd15f

#2cd15f #5f2cd1 #d15f2c

Analogous Colors of #2cd15f

#2cd15f #2cd1b2 #4cd12c

Monochromatic Colors of #2cd15f

#2cd15f

Complementary Color

#2cd15f #d12c9e

#2cd15f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2cd15f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2cd15f Color CSS Codes

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

#2cd15f Text Font Color

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

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


#2cd15f Background Color

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

This div background color is #2cd15f


#2cd15f Border Color

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

This div border color is #2cd15f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2cd15f


Comments

No comments written yet.

Please login to write comment.