Color Hex Logo

#7dff2f Color Hex

#7DFF2F
(125,255,47)
0 Favorites   0 Comments

Color spaces of #7dff2f

RGB 12525547
HSL0.271.000.59
HSV98°82°100°
CMYK 0.510.000.82   0.00
XYZ44.730576.085215.0177
Yxy76.08520.32930.5601
Hunter Lab87.2268-61.111050.8509
CIE-Lab89.8989-67.542379.2500

#7dff2f color RGB value is (125,255,47).

#7dff2f hex color red value is 125, green value is 255 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #7dff2f hue: 0.27 , saturation: 1.00 and the lightness value of 7dff2f is 0.59.

The process color (four color CMYK) of #7dff2f color hex is 0.51, 0.00, 0.82, 0.00. Web safe color of #7dff2f is #66ff33. Color #7dff2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 11111111 00101111
Octal 175 377 57
Decimal 125 255 47
Hex 7D FF 2F

RGB Percentages of Color #7dff2f

%29.27
%59.72
%11.01

CMYK Percentages of Color #7dff2f

%51
%0
%82
%0

Triadic Colors of #7dff2f

#7dff2f #2f7dff #ff2f7d

Analogous Colors of #7dff2f

#7dff2f #2fff49 #e5ff2f

Monochromatic Colors of #7dff2f

#7dff2f

Complementary Color

#7dff2f #b12fff

#7dff2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7dff2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7dff2f Color CSS Codes

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

#7dff2f Text Font Color

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

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


#7dff2f Background Color

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

This div background color is #7dff2f


#7dff2f Border Color

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

This div border color is #7dff2f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,255,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 #7dff2f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7dff2f


Comments

No comments written yet.

Please login to write comment.