Color Hex Logo

#4cfc0a Color Hex

#4CFC0A
(76,252,10)
0 Favorites   0 Comments

Color spaces of #4cfc0a

RGB 7625210
HSL0.290.980.51
HSV104°96°99°
CMYK 0.700.000.96   0.01
XYZ37.845771.179212.0315
Yxy71.17920.31260.5880
Hunter Lab84.3678-67.572050.6022
CIE-Lab87.5720-78.587882.5992

#4cfc0a color RGB value is (76,252,10).

#4cfc0a hex color red value is 76, green value is 252 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #4cfc0a hue: 0.29 , saturation: 0.98 and the lightness value of 4cfc0a is 0.51.

The process color (four color CMYK) of #4cfc0a color hex is 0.70, 0.00, 0.96, 0.01. Web safe color of #4cfc0a is #33ff00. Color #4cfc0a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11111100 00001010
Octal 114 374 12
Decimal 76 252 10
Hex 4C FC A

RGB Percentages of Color #4cfc0a

%22.49
%74.56
%2.96

CMYK Percentages of Color #4cfc0a

%70
%0
%96
%1

Triadic Colors of #4cfc0a

#4cfc0a #0a4cfc #fc0a4c

Analogous Colors of #4cfc0a

#4cfc0a #0afc41 #c5fc0a

Monochromatic Colors of #4cfc0a

#4cfc0a

Complementary Color

#4cfc0a #ba0afc

#4cfc0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cfc0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cfc0a Color CSS Codes

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

#4cfc0a Text Font Color

<p style="color:#4cfc0a">Text here</p>

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


#4cfc0a Background Color

<div style="background-color:#4cfc0a">
Div content here</div>

This div background color is #4cfc0a


#4cfc0a Border Color

<div style="border:3px solid #4cfc0a">
Div here</div>

This div border color is #4cfc0a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,252,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4cfc0a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4cfc0a;
  -webkit-box-shadow: 1px 1px 3px 2px #4cfc0a;
  box-shadow:         1px 1px 3px 2px #4cfc0a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cfc0a

Related Colors


Comments

No comments written yet.

Please login to write comment.