Color Hex Logo

#2ce63b Color Hex

#2CE63B
(44,230,59)
0 Favorites   0 Comments

Color spaces of #2ce63b

RGB 4423059
HSL0.350.790.54
HSV125°81°90°
CMYK 0.810.000.74   0.10
XYZ30.124957.444913.6379
Yxy57.44490.29770.5676
Hunter Lab75.7924-61.689142.3862
CIE-Lab80.4292-74.738866.1898

#2ce63b color RGB value is (44,230,59).

#2ce63b hex color red value is 44, green value is 230 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #2ce63b hue: 0.35 , saturation: 0.79 and the lightness value of 2ce63b is 0.54.

The process color (four color CMYK) of #2ce63b color hex is 0.81, 0.00, 0.74, 0.10. Web safe color of #2ce63b is #33ff33. Color #2ce63b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 11100110 00111011
Octal 54 346 73
Decimal 44 230 59
Hex 2C E6 3B

RGB Percentages of Color #2ce63b

%13.21
%69.07
%17.72

CMYK Percentages of Color #2ce63b

%81
%0
%74
%10

Triadic Colors of #2ce63b

#2ce63b #3b2ce6 #e63b2c

Analogous Colors of #2ce63b

#2ce63b #2ce698 #7ae62c

Monochromatic Colors of #2ce63b

#2ce63b

Complementary Color

#2ce63b #e62cd7

#2ce63b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ce63b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ce63b Color CSS Codes

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

#2ce63b Text Font Color

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

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


#2ce63b Background Color

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

This div background color is #2ce63b


#2ce63b Border Color

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

This div border color is #2ce63b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ce63b


Comments

No comments written yet.

Please login to write comment.