Color Hex Logo

#7ed30f Color Hex

#7ED30F
(126,211,15)
0 Favorites   0 Comments

Color spaces of #7ed30f

RGB 12621115
HSL0.240.870.44
HSV86°93°83°
CMYK 0.400.000.93   0.17
XYZ31.984751.05868.6215
Yxy51.05860.34890.5570
Hunter Lab71.4553-45.146942.8650
CIE-Lab76.7145-51.851473.9702

#7ed30f color RGB value is (126,211,15).

#7ed30f hex color red value is 126, green value is 211 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #7ed30f hue: 0.24 , saturation: 0.87 and the lightness value of 7ed30f is 0.44.

The process color (four color CMYK) of #7ed30f color hex is 0.40, 0.00, 0.93, 0.17. Web safe color of #7ed30f is #66cc00. Color #7ed30f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11010011 00001111
Octal 176 323 17
Decimal 126 211 15
Hex 7E D3 F

RGB Percentages of Color #7ed30f

%35.80
%59.94
%4.26

CMYK Percentages of Color #7ed30f

%40
%0
%93
%17

Triadic Colors of #7ed30f

#7ed30f #0f7ed3 #d30f7e

Analogous Colors of #7ed30f

#7ed30f #1cd30f #d3c60f

Monochromatic Colors of #7ed30f

#7ed30f

Complementary Color

#7ed30f #640fd3

#7ed30f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ed30f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ed30f Color CSS Codes

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

#7ed30f Text Font Color

<p style="color:#7ed30f">Text here</p>

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


#7ed30f Background Color

<div style="background-color:#7ed30f">
Div content here</div>

This div background color is #7ed30f


#7ed30f Border Color

<div style="border:3px solid #7ed30f">
Div here</div>

This div border color is #7ed30f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(126,211,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7ed30f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7ed30f;
  -webkit-box-shadow: 1px 1px 3px 2px #7ed30f;
  box-shadow:         1px 1px 3px 2px #7ed30f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,211,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ed30f


Comments

No comments written yet.

Please login to write comment.