Color Hex Logo

#1fcc3d Color Hex

#1FCC3D
(31,204,61)
0 Favorites   0 Comments

Color spaces of #1fcc3d

RGB 3120461
HSL0.360.740.46
HSV130°85°80°
CMYK 0.850.000.70   0.20
XYZ23.000243.814011.6596
Yxy43.81400.29310.5583
Hunter Lab66.1921-53.811735.8907
CIE-Lab72.1040-68.179956.9295

#1fcc3d color RGB value is (31,204,61).

#1fcc3d hex color red value is 31, green value is 204 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #1fcc3d hue: 0.36 , saturation: 0.74 and the lightness value of 1fcc3d is 0.46.

The process color (four color CMYK) of #1fcc3d color hex is 0.85, 0.00, 0.70, 0.20. Web safe color of #1fcc3d is #33cc33. Color #1fcc3d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011111 11001100 00111101
Octal 37 314 75
Decimal 31 204 61
Hex 1F CC 3D

RGB Percentages of Color #1fcc3d

%10.47
%68.92
%20.61

CMYK Percentages of Color #1fcc3d

%85
%0
%70
%20

Triadic Colors of #1fcc3d

#1fcc3d #3d1fcc #cc3d1f

Analogous Colors of #1fcc3d

#1fcc3d #1fcc94 #58cc1f

Monochromatic Colors of #1fcc3d

#1fcc3d

Complementary Color

#1fcc3d #cc1fae

#1fcc3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1fcc3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1fcc3d Color CSS Codes

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

#1fcc3d Text Font Color

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

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


#1fcc3d Background Color

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

This div background color is #1fcc3d


#1fcc3d Border Color

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

This div border color is #1fcc3d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(31,204,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1fcc3d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1fcc3d;
  -webkit-box-shadow: 1px 1px 3px 2px #1fcc3d;
  box-shadow:         1px 1px 3px 2px #1fcc3d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(31,204,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1fcc3d


Comments

No comments written yet.

Please login to write comment.