Color Hex Logo

#50bb2b Color Hex

#50BB2B
(80,187,43)
0 Favorites   0 Comments

Color spaces of #50bb2b

RGB 8018743
HSL0.290.630.45
HSV105°77°73°
CMYK 0.570.000.77   0.27
XYZ21.514637.42058.3744
Yxy37.42050.31960.5559
Hunter Lab61.1723-44.272234.7039
CIE-Lab67.5913-55.586959.0690

#50bb2b color RGB value is (80,187,43).

#50bb2b hex color red value is 80, green value is 187 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #50bb2b hue: 0.29 , saturation: 0.63 and the lightness value of 50bb2b is 0.45.

The process color (four color CMYK) of #50bb2b color hex is 0.57, 0.00, 0.77, 0.27. Web safe color of #50bb2b is #66cc33. Color #50bb2b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 10111011 00101011
Octal 120 273 53
Decimal 80 187 43
Hex 50 BB 2B

RGB Percentages of Color #50bb2b

%25.81
%60.32
%13.87

CMYK Percentages of Color #50bb2b

%57
%0
%77
%27

Triadic Colors of #50bb2b

#50bb2b #2b50bb #bb2b50

Analogous Colors of #50bb2b

#50bb2b #2bbb4e #98bb2b

Monochromatic Colors of #50bb2b

#50bb2b

Complementary Color

#50bb2b #962bbb

#50bb2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50bb2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#50bb2b Color CSS Codes

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

#50bb2b Text Font Color

<p style="color:#50bb2b">Text here</p>

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


#50bb2b Background Color

<div style="background-color:#50bb2b">
Div content here</div>

This div background color is #50bb2b


#50bb2b Border Color

<div style="border:3px solid #50bb2b">
Div here</div>

This div border color is #50bb2b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(80,187,43, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #50bb2b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #50bb2b;
  -webkit-box-shadow: 1px 1px 3px 2px #50bb2b;
  box-shadow:         1px 1px 3px 2px #50bb2b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,187,43, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50bb2b


Comments

No comments written yet.

Please login to write comment.