Color Hex Logo

#50f02b Color Hex

#50F02B
(80,240,43)
0 Favorites   0 Comments

Color spaces of #50f02b

RGB 8024043
HSL0.300.870.55
HSV109°82°94°
CMYK 0.670.000.82   0.06
XYZ34.904464.200112.8377
Yxy64.20010.31180.5735
Hunter Lab80.1250-62.459746.5880
CIE-Lab84.0698-73.279874.4636

#50f02b color RGB value is (80,240,43).

#50f02b hex color red value is 80, green value is 240 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #50f02b hue: 0.30 , saturation: 0.87 and the lightness value of 50f02b is 0.55.

The process color (four color CMYK) of #50f02b color hex is 0.67, 0.00, 0.82, 0.06. Web safe color of #50f02b is #66ff33. Color #50f02b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 11110000 00101011
Octal 120 360 53
Decimal 80 240 43
Hex 50 F0 2B

RGB Percentages of Color #50f02b

%22.04
%66.12
%11.85

CMYK Percentages of Color #50f02b

%67
%0
%82
%6

Triadic Colors of #50f02b

#50f02b #2b50f0 #f02b50

Analogous Colors of #50f02b

#50f02b #2bf069 #b3f02b

Monochromatic Colors of #50f02b

#50f02b

Complementary Color

#50f02b #cb2bf0

#50f02b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#50f02b Color Preview on White Background

Lorem ipsum dolor sit amet.

#50f02b Color CSS Codes

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

#50f02b Text Font Color

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

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


#50f02b Background Color

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

This div background color is #50f02b


#50f02b Border Color

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

This div border color is #50f02b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,240,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 #50f02b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #50f02b


Comments

No comments written yet.

Please login to write comment.