Color Hex Logo

#3cff1e Color Hex

#3CFF1E
(60,255,30)
0 Favorites   0 Comments

Color spaces of #3cff1e

RGB 6025530
HSL0.311.000.56
HSV112°88°100°
CMYK 0.760.000.88   0.00
XYZ37.857872.574413.2412
Yxy72.57440.30610.5868
Hunter Lab85.1906-69.760150.4180
CIE-Lab88.2443-81.446780.6441

#3cff1e color RGB value is (60,255,30).

#3cff1e hex color red value is 60, green value is 255 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #3cff1e hue: 0.31 , saturation: 1.00 and the lightness value of 3cff1e is 0.56.

The process color (four color CMYK) of #3cff1e color hex is 0.76, 0.00, 0.88, 0.00. Web safe color of #3cff1e is #33ff33. Color #3cff1e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 11111111 00011110
Octal 74 377 36
Decimal 60 255 30
Hex 3C FF 1E

RGB Percentages of Color #3cff1e

%17.39
%73.91
%8.70

CMYK Percentages of Color #3cff1e

%76
%0
%88
%0

Triadic Colors of #3cff1e

#3cff1e #1e3cff #ff1e3c

Analogous Colors of #3cff1e

#3cff1e #1eff71 #adff1e

Monochromatic Colors of #3cff1e

#3cff1e

Complementary Color

#3cff1e #e11eff

#3cff1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cff1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cff1e Color CSS Codes

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

#3cff1e Text Font Color

<p style="color:#3cff1e">Text here</p>

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


#3cff1e Background Color

<div style="background-color:#3cff1e">
Div content here</div>

This div background color is #3cff1e


#3cff1e Border Color

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

This div border color is #3cff1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cff1e

Related Colors


Comments

No comments written yet.

Please login to write comment.