Color Hex Logo

#1cb71f Color Hex

#1CB71F
(28,183,31)
0 Favorites   0 Comments

Color spaces of #1cb71f

RGB 2818331
HSL0.340.730.41
HSV121°85°72°
CMYK 0.850.000.83   0.28
XYZ17.659734.21286.9693
Yxy34.21280.30010.5814
Hunter Lab58.4917-48.468133.8798
CIE-Lab65.1311-64.392359.8782

#1cb71f color RGB value is (28,183,31).

#1cb71f hex color red value is 28, green value is 183 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #1cb71f hue: 0.34 , saturation: 0.73 and the lightness value of 1cb71f is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 10110111 00011111
Octal 34 267 37
Decimal 28 183 31
Hex 1C B7 1F

RGB Percentages of Color #1cb71f

%11.57
%75.62
%12.81

CMYK Percentages of Color #1cb71f

%85
%0
%83
%28

Triadic Colors of #1cb71f

#1cb71f #1f1cb7 #b71f1c

Analogous Colors of #1cb71f

#1cb71f #1cb76d #67b71c

Monochromatic Colors of #1cb71f

#1cb71f

Complementary Color

#1cb71f #b71cb4

#1cb71f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cb71f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cb71f Color CSS Codes

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

#1cb71f Text Font Color

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

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


#1cb71f Background Color

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

This div background color is #1cb71f


#1cb71f Border Color

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

This div border color is #1cb71f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cb71f


Comments

No comments written yet.

Please login to write comment.