Color Hex Logo

#29bc2c Color Hex

#29BC2C
(41,188,44)
0 Favorites   0 Comments

Color spaces of #29bc2c

RGB 4118844
HSL0.340.640.45
HSV121°78°74°
CMYK 0.780.000.77   0.26
XYZ19.352336.61978.4312
Yxy36.61970.30050.5686
Hunter Lab60.5142-48.816034.0993
CIE-Lab66.9907-63.569257.8416

#29bc2c color RGB value is (41,188,44).

#29bc2c hex color red value is 41, green value is 188 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #29bc2c hue: 0.34 , saturation: 0.64 and the lightness value of 29bc2c is 0.45.

The process color (four color CMYK) of #29bc2c color hex is 0.78, 0.00, 0.77, 0.26. Web safe color of #29bc2c is #33cc33. Color #29bc2c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 10111100 00101100
Octal 51 274 54
Decimal 41 188 44
Hex 29 BC 2C

RGB Percentages of Color #29bc2c

%15.02
%68.86
%16.12

CMYK Percentages of Color #29bc2c

%78
%0
%77
%26

Triadic Colors of #29bc2c

#29bc2c #2c29bc #bc2c29

Analogous Colors of #29bc2c

#29bc2c #29bc76 #70bc29

Monochromatic Colors of #29bc2c

#29bc2c

Complementary Color

#29bc2c #bc29b9

#29bc2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29bc2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#29bc2c Color CSS Codes

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

#29bc2c Text Font Color

<p style="color:#29bc2c">Text here</p>

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


#29bc2c Background Color

<div style="background-color:#29bc2c">
Div content here</div>

This div background color is #29bc2c


#29bc2c Border Color

<div style="border:3px solid #29bc2c">
Div here</div>

This div border color is #29bc2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29bc2c


Comments

No comments written yet.

Please login to write comment.