Color Hex Logo

#7ffe02 Color Hex

#7FFE02
(127,254,2)
0 Favorites   0 Comments

Color spaces of #7ffe02

RGB 1272542
HSL0.250.990.50
HSV90°99°100°
CMYK 0.500.000.99   0.00
XYZ44.205275.400012.2812
Yxy75.40000.33520.5717
Hunter Lab86.8332-61.086952.3976
CIE-Lab89.5800-67.696485.4020

#7ffe02 color RGB value is (127,254,2).

#7ffe02 hex color red value is 127, green value is 254 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #7ffe02 hue: 0.25 , saturation: 0.99 and the lightness value of 7ffe02 is 0.50.

The process color (four color CMYK) of #7ffe02 color hex is 0.50, 0.00, 0.99, 0.00. Web safe color of #7ffe02 is #66ff00. Color #7ffe02 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111110 00000010
Octal 177 376 2
Decimal 127 254 2
Hex 7F FE 2

RGB Percentages of Color #7ffe02

%33.16
%66.32
%0.52

CMYK Percentages of Color #7ffe02

%50
%0
%99
%0

Triadic Colors of #7ffe02

#7ffe02 #027ffe #fe027f

Analogous Colors of #7ffe02

#7ffe02 #02fe03 #fdfe02

Monochromatic Colors of #7ffe02

#7ffe02

Complementary Color

#7ffe02 #8102fe

#7ffe02 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ffe02 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ffe02 Color CSS Codes

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

#7ffe02 Text Font Color

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

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


#7ffe02 Background Color

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

This div background color is #7ffe02


#7ffe02 Border Color

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

This div border color is #7ffe02


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(127,254,2, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7ffe02; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7ffe02;
  -webkit-box-shadow: 1px 1px 3px 2px #7ffe02;
  box-shadow:         1px 1px 3px 2px #7ffe02; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ffe02


Comments

No comments written yet.

Please login to write comment.