Color Hex Logo

#07c20f Color Hex

#07C20F
(7,194,15)
0 Favorites   0 Comments

Color spaces of #07c20f

RGB 719415
HSL0.340.930.39
HSV123°96°76°
CMYK 0.960.000.92   0.24
XYZ19.465638.66326.8887
Yxy38.66320.29940.5947
Hunter Lab62.1797-52.934536.9573
CIE-Lab68.5066-69.530266.0076

#07c20f color RGB value is (7,194,15).

#07c20f hex color red value is 7, green value is 194 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #07c20f hue: 0.34 , saturation: 0.93 and the lightness value of 07c20f is 0.39.

The process color (four color CMYK) of #07c20f color hex is 0.96, 0.00, 0.92, 0.24. Web safe color of #07c20f is #00cc00. Color #07c20f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 11000010 00001111
Octal 7 302 17
Decimal 7 194 15
Hex 7 C2 F

RGB Percentages of Color #07c20f

%3.24
%89.81
%6.94

CMYK Percentages of Color #07c20f

%96
%0
%92
%24

Triadic Colors of #07c20f

#07c20f #0f07c2 #c20f07

Analogous Colors of #07c20f

#07c20f #07c26d #5dc207

Monochromatic Colors of #07c20f

#07c20f

Complementary Color

#07c20f #c207ba

#07c20f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07c20f Color Preview on White Background

Lorem ipsum dolor sit amet.

#07c20f Color CSS Codes

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

#07c20f Text Font Color

<p style="color:#07c20f">Text here</p>

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


#07c20f Background Color

<div style="background-color:#07c20f">
Div content here</div>

This div background color is #07c20f


#07c20f Border Color

<div style="border:3px solid #07c20f">
Div here</div>

This div border color is #07c20f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07c20f


Comments

No comments written yet.

Please login to write comment.