Color Hex Logo

#4bb31f Color Hex

#4BB31F
(75,179,31)
0 Favorites   0 Comments

Color spaces of #4bb31f

RGB 7517931
HSL0.280.700.41
HSV102°83°70°
CMYK 0.580.000.83   0.30
XYZ19.269133.83506.8115
Yxy33.83500.32160.5647
Hunter Lab58.1679-42.662633.7746
CIE-Lab64.8314-54.683859.9699

#4bb31f color RGB value is (75,179,31).

#4bb31f hex color red value is 75, green value is 179 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #4bb31f hue: 0.28 , saturation: 0.70 and the lightness value of 4bb31f is 0.41.

The process color (four color CMYK) of #4bb31f color hex is 0.58, 0.00, 0.83, 0.30. Web safe color of #4bb31f is #33cc33. Color #4bb31f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10110011 00011111
Octal 113 263 37
Decimal 75 179 31
Hex 4B B3 1F

RGB Percentages of Color #4bb31f

%26.32
%62.81
%10.88

CMYK Percentages of Color #4bb31f

%58
%0
%83
%30

Triadic Colors of #4bb31f

#4bb31f #1f4bb3 #b31f4b

Analogous Colors of #4bb31f

#4bb31f #1fb33d #95b31f

Monochromatic Colors of #4bb31f

#4bb31f

Complementary Color

#4bb31f #871fb3

#4bb31f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bb31f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bb31f Color CSS Codes

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

#4bb31f Text Font Color

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

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


#4bb31f Background Color

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

This div background color is #4bb31f


#4bb31f Border Color

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

This div border color is #4bb31f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bb31f


Comments

No comments written yet.

Please login to write comment.