Color Hex Logo

#29fb2c Color Hex

#29FB2C
(41,251,44)
0 Favorites   0 Comments

Color spaces of #29fb2c

RGB 4125144
HSL0.340.960.57
HSV121°84°98°
CMYK 0.840.000.82   0.02
XYZ35.866369.647613.9359
Yxy69.64760.30030.5831
Hunter Lab83.4551-69.333048.5180
CIE-Lab86.8237-81.890776.4913

#29fb2c color RGB value is (41,251,44).

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

The process color (four color CMYK) of #29fb2c color hex is 0.84, 0.00, 0.82, 0.02. Web safe color of #29fb2c is #33ff33. Color #29fb2c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101001 11111011 00101100
Octal 51 373 54
Decimal 41 251 44
Hex 29 FB 2C

RGB Percentages of Color #29fb2c

%12.20
%74.70
%13.10

CMYK Percentages of Color #29fb2c

%84
%0
%82
%2

Triadic Colors of #29fb2c

#29fb2c #2c29fb #fb2c29

Analogous Colors of #29fb2c

#29fb2c #29fb95 #8ffb29

Monochromatic Colors of #29fb2c

#29fb2c

Complementary Color

#29fb2c #fb29f8

#29fb2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#29fb2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#29fb2c Color CSS Codes

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

#29fb2c Text Font Color

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

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


#29fb2c Background Color

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

This div background color is #29fb2c


#29fb2c Border Color

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

This div border color is #29fb2c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(41,251,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 #29fb2c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #29fb2c


Comments

No comments written yet.

Please login to write comment.