Color Hex Logo

#61ce2a Color Hex

#61CE2A
(97,206,42)
0 Favorites   0 Comments

Color spaces of #61ce2a

RGB 9720642
HSL0.280.660.49
HSV100°80°81°
CMYK 0.530.000.80   0.19
XYZ27.419046.85129.7885
Yxy46.85120.32620.5574
Hunter Lab68.4479-48.280039.4347
CIE-Lab74.0945-57.962965.7407

#61ce2a color RGB value is (97,206,42).

#61ce2a hex color red value is 97, green value is 206 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #61ce2a hue: 0.28 , saturation: 0.66 and the lightness value of 61ce2a is 0.49.

The process color (four color CMYK) of #61ce2a color hex is 0.53, 0.00, 0.80, 0.19. Web safe color of #61ce2a is #66cc33. Color #61ce2a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100001 11001110 00101010
Octal 141 316 52
Decimal 97 206 42
Hex 61 CE 2A

RGB Percentages of Color #61ce2a

%28.12
%59.71
%12.17

CMYK Percentages of Color #61ce2a

%53
%0
%80
%19

Triadic Colors of #61ce2a

#61ce2a #2a61ce #ce2a61

Analogous Colors of #61ce2a

#61ce2a #2ace45 #b3ce2a

Monochromatic Colors of #61ce2a

#61ce2a

Complementary Color

#61ce2a #972ace

#61ce2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#61ce2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#61ce2a Color CSS Codes

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

#61ce2a Text Font Color

<p style="color:#61ce2a">Text here</p>

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


#61ce2a Background Color

<div style="background-color:#61ce2a">
Div content here</div>

This div background color is #61ce2a


#61ce2a Border Color

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

This div border color is #61ce2a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(97,206,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #61ce2a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #61ce2a;
  -webkit-box-shadow: 1px 1px 3px 2px #61ce2a;
  box-shadow:         1px 1px 3px 2px #61ce2a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(97,206,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #61ce2a


Comments

No comments written yet.

Please login to write comment.