Color Hex Logo

#1efb3c Color Hex

#1EFB3C
(30,251,60)
0 Favorites   0 Comments

Color spaces of #1efb3c

RGB 3025160
HSL0.360.970.55
HSV128°88°98°
CMYK 0.880.000.76   0.02
XYZ35.848269.596615.8191
Yxy69.59660.29560.5739
Hunter Lab83.4246-69.290147.1545
CIE-Lab86.7986-81.843372.0984

#1efb3c color RGB value is (30,251,60).

#1efb3c hex color red value is 30, green value is 251 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #1efb3c hue: 0.36 , saturation: 0.97 and the lightness value of 1efb3c is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 00011110 11111011 00111100
Octal 36 373 74
Decimal 30 251 60
Hex 1E FB 3C

RGB Percentages of Color #1efb3c

%8.80
%73.61
%17.60

CMYK Percentages of Color #1efb3c

%88
%0
%76
%2

Triadic Colors of #1efb3c

#1efb3c #3c1efb #fb3c1e

Analogous Colors of #1efb3c

#1efb3c #1efbab #6ffb1e

Monochromatic Colors of #1efb3c

#1efb3c

Complementary Color

#1efb3c #fb1edd

#1efb3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1efb3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#1efb3c Color CSS Codes

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

#1efb3c Text Font Color

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

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


#1efb3c Background Color

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

This div background color is #1efb3c


#1efb3c Border Color

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

This div border color is #1efb3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1efb3c


Comments

No comments written yet.

Please login to write comment.