Color Hex Logo

#55ff2c Color Hex

#55FF2C
(85,255,44)
0 Favorites   0 Comments

Color spaces of #55ff2c

RGB 8525544
HSL0.301.000.59
HSV108°83°100°
CMYK 0.670.000.83   0.00
XYZ39.960973.633114.4893
Yxy73.63310.31200.5749
Hunter Lab85.8097-67.041050.0555
CIE-Lab88.7488-76.931178.4935

#55ff2c color RGB value is (85,255,44).

#55ff2c hex color red value is 85, green value is 255 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #55ff2c hue: 0.30 , saturation: 1.00 and the lightness value of 55ff2c is 0.59.

The process color (four color CMYK) of #55ff2c color hex is 0.67, 0.00, 0.83, 0.00. Web safe color of #55ff2c is #66ff33. Color #55ff2c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 11111111 00101100
Octal 125 377 54
Decimal 85 255 44
Hex 55 FF 2C

RGB Percentages of Color #55ff2c

%22.14
%66.41
%11.46

CMYK Percentages of Color #55ff2c

%67
%0
%83
%0

Triadic Colors of #55ff2c

#55ff2c #2c55ff #ff2c55

Analogous Colors of #55ff2c

#55ff2c #2cff6d #bfff2c

Monochromatic Colors of #55ff2c

#55ff2c

Complementary Color

#55ff2c #d62cff

#55ff2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55ff2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#55ff2c Color CSS Codes

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

#55ff2c Text Font Color

<p style="color:#55ff2c">Text here</p>

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


#55ff2c Background Color

<div style="background-color:#55ff2c">
Div content here</div>

This div background color is #55ff2c


#55ff2c Border Color

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

This div border color is #55ff2c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,255,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55ff2c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55ff2c;
  -webkit-box-shadow: 1px 1px 3px 2px #55ff2c;
  box-shadow:         1px 1px 3px 2px #55ff2c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55ff2c


Comments

No comments written yet.

Please login to write comment.