Color Hex Logo

#4bb12a Color Hex

#4BB12A
(75,177,42)
0 Favorites   0 Comments

Color spaces of #4bb12a

RGB 7517742
HSL0.290.620.43
HSV105°76°69°
CMYK 0.580.000.76   0.31
XYZ19.041733.10737.5772
Yxy33.10730.31880.5543
Hunter Lab57.5389-41.621132.4695
CIE-Lab64.2477-53.328056.0935

#4bb12a color RGB value is (75,177,42).

#4bb12a hex color red value is 75, green value is 177 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #4bb12a hue: 0.29 , saturation: 0.62 and the lightness value of 4bb12a is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10110001 00101010
Octal 113 261 52
Decimal 75 177 42
Hex 4B B1 2A

RGB Percentages of Color #4bb12a

%25.51
%60.20
%14.29

CMYK Percentages of Color #4bb12a

%58
%0
%76
%31

Triadic Colors of #4bb12a

#4bb12a #2a4bb1 #b12a4b

Analogous Colors of #4bb12a

#4bb12a #2ab14d #8fb12a

Monochromatic Colors of #4bb12a

#4bb12a

Complementary Color

#4bb12a #902ab1

#4bb12a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bb12a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bb12a Color CSS Codes

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

#4bb12a Text Font Color

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

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


#4bb12a Background Color

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

This div background color is #4bb12a


#4bb12a Border Color

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

This div border color is #4bb12a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bb12a


Comments

No comments written yet.

Please login to write comment.