color codes Logo

#80e01e color codes

#80E01E
(128,224,30)
0 Favorites   0 Comments

Color spaces of #80e01e

RGB 12822430
HSL0.250.760.50
HSV90°87°88°
CMYK 0.430.000.87   0.12
XYZ35.792157.994210.5359
Yxy57.99420.34310.5559
Hunter Lab76.1539-49.374945.1050
CIE-Lab80.7356-55.897974.9662

#80e01e color RGB value is (128,224,30).

#80e01e hex color red value is 128, green value is 224 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #80e01e hue: 0.25 , saturation: 0.76 and the lightness value of 80e01e is 0.50.

The process color (four color CMYK) of #80e01e color code is 0.43, 0.00, 0.87, 0.12. Web safe color of #80e01e is #99cc33. Color #80e01e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 11100000 00011110
Octal 200 340 36
Decimal 128 224 30
Hex 80 E0 1E

RGB Percentages of Color #80e01e

%33.51
%58.64
%7.85

CMYK Percentages of Color #80e01e

%43
%0
%87
%12

Triadic Colors of #80e01e

#80e01e #1e80e0 #e01e80

Analogous Colors of #80e01e

#80e01e #1fe01e #e0df1e

Monochromatic Colors of #80e01e

#80e01e

Complementary Color

#80e01e #7e1ee0

#80e01e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80e01e Color Preview on White Background

Lorem ipsum dolor sit amet.

#80e01e Color CSS Codes

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

#80e01e Text Font Color

<p style="color:#80e01e">Text here</p>

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


#80e01e Background Color

<div style="background-color:#80e01e">
Div content here</div>

This div background color is #80e01e


#80e01e Border Color

<div style="border:3px solid #80e01e">
Div here</div>

This div border color is #80e01e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,224,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80e01e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80e01e;
  -webkit-box-shadow: 1px 1px 3px 2px #80e01e;
  box-shadow:         1px 1px 3px 2px #80e01e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(128,224,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80e01e


Comments

No comments written yet.

Please login to write comment.