Color Hex Logo

#1dff3e Color Hex

#1DFF3E
(29,255,62)
0 Favorites   0 Comments

Color spaces of #1dff3e

RGB 2925562
HSL0.361.000.56
HSV129°89°100°
CMYK 0.890.000.76   0.00
XYZ37.136272.129016.5224
Yxy72.12900.29520.5734
Hunter Lab84.9288-70.574047.9156
CIE-Lab88.0306-82.878072.6869

#1dff3e color RGB value is (29,255,62).

#1dff3e hex color red value is 29, green value is 255 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #1dff3e hue: 0.36 , saturation: 1.00 and the lightness value of 1dff3e is 0.56.

The process color (four color CMYK) of #1dff3e color hex is 0.89, 0.00, 0.76, 0.00. Web safe color of #1dff3e is #33ff33. Color #1dff3e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 11111111 00111110
Octal 35 377 76
Decimal 29 255 62
Hex 1D FF 3E

RGB Percentages of Color #1dff3e

%8.38
%73.70
%17.92

CMYK Percentages of Color #1dff3e

%89
%0
%76
%0

Triadic Colors of #1dff3e

#1dff3e #3e1dff #ff3e1d

Analogous Colors of #1dff3e

#1dff3e #1dffaf #6dff1d

Monochromatic Colors of #1dff3e

#1dff3e

Complementary Color

#1dff3e #ff1dde

#1dff3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dff3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dff3e Color CSS Codes

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

#1dff3e Text Font Color

<p style="color:#1dff3e">Text here</p>

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


#1dff3e Background Color

<div style="background-color:#1dff3e">
Div content here</div>

This div background color is #1dff3e


#1dff3e Border Color

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

This div border color is #1dff3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dff3e

Related Colors


Comments

No comments written yet.

Please login to write comment.