Color Hex Logo

#7efb2f Color Hex

#7EFB2F
(126,251,47)
0 Favorites   0 Comments

Color spaces of #7efb2f

RGB 12625147
HSL0.270.960.58
HSV97°81°98°
CMYK 0.500.000.81   0.02
XYZ43.614573.635214.6036
Yxy73.63520.33080.5585
Hunter Lab85.8110-59.444349.9775
CIE-Lab88.7498-65.851078.2274

#7efb2f color RGB value is (126,251,47).

#7efb2f hex color red value is 126, green value is 251 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #7efb2f hue: 0.27 , saturation: 0.96 and the lightness value of 7efb2f is 0.58.

The process color (four color CMYK) of #7efb2f color hex is 0.50, 0.00, 0.81, 0.02. Web safe color of #7efb2f is #66ff33. Color #7efb2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11111011 00101111
Octal 176 373 57
Decimal 126 251 47
Hex 7E FB 2F

RGB Percentages of Color #7efb2f

%29.72
%59.20
%11.08

CMYK Percentages of Color #7efb2f

%50
%0
%81
%2

Triadic Colors of #7efb2f

#7efb2f #2f7efb #fb2f7e

Analogous Colors of #7efb2f

#7efb2f #2ffb46 #e4fb2f

Monochromatic Colors of #7efb2f

#7efb2f

Complementary Color

#7efb2f #ac2ffb

#7efb2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7efb2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7efb2f Color CSS Codes

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

#7efb2f Text Font Color

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

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


#7efb2f Background Color

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

This div background color is #7efb2f


#7efb2f Border Color

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

This div border color is #7efb2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7efb2f


Comments

No comments written yet.

Please login to write comment.