Color Hex Logo

#4bfb29 Color Hex

#4BFB29
(75,251,41)
0 Favorites   0 Comments

Color spaces of #4bfb29

RGB 7525141
HSL0.310.960.57
HSV110°84°98°
CMYK 0.700.000.84   0.02
XYZ37.799170.650313.7425
Yxy70.65030.30930.5782
Hunter Lab84.0537-66.822349.1439
CIE-Lab87.3148-77.630477.8065

#4bfb29 color RGB value is (75,251,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11111011 00101001
Octal 113 373 51
Decimal 75 251 41
Hex 4B FB 29

RGB Percentages of Color #4bfb29

%20.44
%68.39
%11.17

CMYK Percentages of Color #4bfb29

%70
%0
%84
%2

Triadic Colors of #4bfb29

#4bfb29 #294bfb #fb294b

Analogous Colors of #4bfb29

#4bfb29 #29fb70 #b4fb29

Monochromatic Colors of #4bfb29

#4bfb29

Complementary Color

#4bfb29 #d929fb

#4bfb29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bfb29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bfb29 Color CSS Codes

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

#4bfb29 Text Font Color

<p style="color:#4bfb29">Text here</p>

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


#4bfb29 Background Color

<div style="background-color:#4bfb29">
Div content here</div>

This div background color is #4bfb29


#4bfb29 Border Color

<div style="border:3px solid #4bfb29">
Div here</div>

This div border color is #4bfb29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bfb29


Comments

No comments written yet.

Please login to write comment.