Color Hex Logo

#2cf63d Color Hex

#2CF63D
(44,246,61)
0 Favorites   0 Comments

Color spaces of #2cf63d

RGB 4424661
HSL0.350.920.57
HSV125°82°96°
CMYK 0.820.000.75   0.04
XYZ34.836866.783915.4694
Yxy66.78390.29750.5704
Hunter Lab81.7214-66.920245.9817
CIE-Lab85.3947-79.221770.4584

#2cf63d color RGB value is (44,246,61).

#2cf63d hex color red value is 44, green value is 246 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #2cf63d hue: 0.35 , saturation: 0.92 and the lightness value of 2cf63d is 0.57.

The process color (four color CMYK) of #2cf63d color hex is 0.82, 0.00, 0.75, 0.04. Web safe color of #2cf63d is #33ff33. Color #2cf63d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 11110110 00111101
Octal 54 366 75
Decimal 44 246 61
Hex 2C F6 3D

RGB Percentages of Color #2cf63d

%12.54
%70.09
%17.38

CMYK Percentages of Color #2cf63d

%82
%0
%75
%4

Triadic Colors of #2cf63d

#2cf63d #3d2cf6 #f63d2c

Analogous Colors of #2cf63d

#2cf63d #2cf6a2 #80f62c

Monochromatic Colors of #2cf63d

#2cf63d

Complementary Color

#2cf63d #f62ce5

#2cf63d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2cf63d Color Preview on White Background

Lorem ipsum dolor sit amet.

#2cf63d Color CSS Codes

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

#2cf63d Text Font Color

<p style="color:#2cf63d">Text here</p>

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


#2cf63d Background Color

<div style="background-color:#2cf63d">
Div content here</div>

This div background color is #2cf63d


#2cf63d Border Color

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

This div border color is #2cf63d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(44,246,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 #2cf63d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2cf63d


Comments

No comments written yet.

Please login to write comment.