color codes Logo

#4cff0c color codes

#4CFF0C
(76,255,12)
0 Favorites   0 Comments

Color spaces of #4cff0c

RGB 7625512
HSL0.291.000.52
HSV104°95°100°
CMYK 0.700.000.95   0.00
XYZ38.806973.083012.4089
Yxy73.08300.31220.5880
Hunter Lab85.4886-68.576351.2359
CIE-Lab88.4873-79.444983.1841

#4cff0c color RGB value is (76,255,12).

#4cff0c hex color red value is 76, green value is 255 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #4cff0c hue: 0.29 , saturation: 1.00 and the lightness value of 4cff0c is 0.52.

The process color (four color CMYK) of #4cff0c color code is 0.70, 0.00, 0.95, 0.00. Web safe color of #4cff0c is #33ff00. Color #4cff0c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11111111 00001100
Octal 114 377 14
Decimal 76 255 12
Hex 4C FF C

RGB Percentages of Color #4cff0c

%22.16
%74.34
%3.50

CMYK Percentages of Color #4cff0c

%70
%0
%95
%0

Triadic Colors of #4cff0c

#4cff0c #0c4cff #ff0c4c

Analogous Colors of #4cff0c

#4cff0c #0cff46 #c6ff0c

Monochromatic Colors of #4cff0c

#4cff0c

Complementary Color

#4cff0c #bf0cff

#4cff0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cff0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cff0c Color CSS Codes

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

#4cff0c Text Font Color

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

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


#4cff0c Background Color

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

This div background color is #4cff0c


#4cff0c Border Color

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

This div border color is #4cff0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cff0c


Comments

No comments written yet.

Please login to write comment.