Color Hex Logo

#3acc1b Color Hex

#3ACC1B
(58,204,27)
0 Favorites   0 Comments

Color spaces of #3acc1b

RGB 5820427
HSL0.300.770.45
HSV109°87°80°
CMYK 0.720.000.87   0.20
XYZ23.535644.16448.3210
Yxy44.16440.30960.5810
Hunter Lab66.4563-53.082539.0957
CIE-Lab72.3382-66.790567.4345

#3acc1b color RGB value is (58,204,27).

#3acc1b hex color red value is 58, green value is 204 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #3acc1b hue: 0.30 , saturation: 0.77 and the lightness value of 3acc1b is 0.45.

The process color (four color CMYK) of #3acc1b color hex is 0.72, 0.00, 0.87, 0.20. Web safe color of #3acc1b is #33cc33. Color #3acc1b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11001100 00011011
Octal 72 314 33
Decimal 58 204 27
Hex 3A CC 1B

RGB Percentages of Color #3acc1b

%20.07
%70.59
%9.34

CMYK Percentages of Color #3acc1b

%72
%0
%87
%20

Triadic Colors of #3acc1b

#3acc1b #1b3acc #cc1b3a

Analogous Colors of #3acc1b

#3acc1b #1bcc55 #93cc1b

Monochromatic Colors of #3acc1b

#3acc1b

Complementary Color

#3acc1b #ad1bcc

#3acc1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3acc1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3acc1b Color CSS Codes

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

#3acc1b Text Font Color

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

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


#3acc1b Background Color

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

This div background color is #3acc1b


#3acc1b Border Color

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

This div border color is #3acc1b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3acc1b


Comments

No comments written yet.

Please login to write comment.