Color Hex Logo

#2cd829 Color Hex

#2CD829
(44,216,41)
0 Favorites   0 Comments

Color spaces of #2cd829

RGB 4421641
HSL0.330.690.50
HSV119°81°85°
CMYK 0.800.000.81   0.15
XYZ25.994849.807310.3415
Yxy49.80730.30180.5782
Hunter Lab70.5743-57.757740.7140
CIE-Lab75.9508-71.786567.2849

#2cd829 color RGB value is (44,216,41).

#2cd829 hex color red value is 44, green value is 216 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #2cd829 hue: 0.33 , saturation: 0.69 and the lightness value of 2cd829 is 0.50.

The process color (four color CMYK) of #2cd829 color hex is 0.80, 0.00, 0.81, 0.15. Web safe color of #2cd829 is #33cc33. Color #2cd829 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 11011000 00101001
Octal 54 330 51
Decimal 44 216 41
Hex 2C D8 29

RGB Percentages of Color #2cd829

%14.62
%71.76
%13.62

CMYK Percentages of Color #2cd829

%80
%0
%81
%15

Triadic Colors of #2cd829

#2cd829 #292cd8 #d8292c

Analogous Colors of #2cd829

#2cd829 #29d87e #84d829

Monochromatic Colors of #2cd829

#2cd829

Complementary Color

#2cd829 #d529d8

#2cd829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2cd829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2cd829 Color CSS Codes

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

#2cd829 Text Font Color

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

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


#2cd829 Background Color

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

This div background color is #2cd829


#2cd829 Border Color

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

This div border color is #2cd829


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2cd829


Comments

No comments written yet.

Please login to write comment.