Color Hex Logo

#2dff63 Color Hex

#2DFF63
(45,255,99)
0 Favorites   0 Comments

Color spaces of #2dff63

RGB 4525599
HSL0.381.000.59
HSV135°82°100°
CMYK 0.820.000.61   0.00
XYZ39.094372.978723.8302
Yxy72.97870.28770.5370
Hunter Lab85.4276-67.811143.2602
CIE-Lab88.4376-78.317159.5373

#2dff63 color RGB value is (45,255,99).

#2dff63 hex color red value is 45, green value is 255 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #2dff63 hue: 0.38 , saturation: 1.00 and the lightness value of 2dff63 is 0.59.

The process color (four color CMYK) of #2dff63 color hex is 0.82, 0.00, 0.61, 0.00. Web safe color of #2dff63 is #33ff66. Color #2dff63 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101101 11111111 01100011
Octal 55 377 143
Decimal 45 255 99
Hex 2D FF 63

RGB Percentages of Color #2dff63

%11.28
%63.91
%24.81

CMYK Percentages of Color #2dff63

%82
%0
%61
%0

Triadic Colors of #2dff63

#2dff63 #632dff #ff632d

Analogous Colors of #2dff63

#2dff63 #2dffcc #60ff2d

Monochromatic Colors of #2dff63

#2dff63

Complementary Color

#2dff63 #ff2dc9

#2dff63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2dff63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2dff63 Color CSS Codes

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

#2dff63 Text Font Color

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

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


#2dff63 Background Color

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

This div background color is #2dff63


#2dff63 Border Color

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

This div border color is #2dff63


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(45,255,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2dff63; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2dff63;
  -webkit-box-shadow: 1px 1px 3px 2px #2dff63;
  box-shadow:         1px 1px 3px 2px #2dff63; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2dff63

Related Colors


Comments

No comments written yet.

Please login to write comment.