Color Hex Logo

#4bb13f Color Hex

#4BB13F
(75,177,63)
0 Favorites   0 Comments

Color spaces of #4bb13f

RGB 7517763
HSL0.320.480.47
HSV114°64°69°
CMYK 0.580.000.64   0.31
XYZ19.521033.299010.1011
Yxy33.29900.31020.5292
Hunter Lab57.7053-40.599930.0152
CIE-Lab64.4023-51.559848.0862

#4bb13f color RGB value is (75,177,63).

#4bb13f hex color red value is 75, green value is 177 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #4bb13f hue: 0.32 , saturation: 0.48 and the lightness value of 4bb13f is 0.47.

The process color (four color CMYK) of #4bb13f color hex is 0.58, 0.00, 0.64, 0.31. Web safe color of #4bb13f is #339933. Color #4bb13f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10110001 00111111
Octal 113 261 77
Decimal 75 177 63
Hex 4B B1 3F

RGB Percentages of Color #4bb13f

%23.81
%56.19
%20.00

CMYK Percentages of Color #4bb13f

%58
%0
%64
%31

Triadic Colors of #4bb13f

#4bb13f #3f4bb1 #b13f4b

Analogous Colors of #4bb13f

#4bb13f #3fb16c #84b13f

Monochromatic Colors of #4bb13f

#4bb13f

Complementary Color

#4bb13f #a53fb1

#4bb13f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bb13f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bb13f Color CSS Codes

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

#4bb13f Text Font Color

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

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


#4bb13f Background Color

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

This div background color is #4bb13f


#4bb13f Border Color

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

This div border color is #4bb13f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,177,63, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bb13f


Comments

No comments written yet.

Please login to write comment.