Color Hex Logo

#2de72f Color Hex

#2DE72F
(45,231,47)
0 Favorites   0 Comments

Color spaces of #2de72f

RGB 4523147
HSL0.340.790.54
HSV121°81°91°
CMYK 0.810.000.80   0.09
XYZ30.171257.915012.2778
Yxy57.91500.30060.5770
Hunter Lab76.1019-62.410643.7059
CIE-Lab80.6915-75.694970.0858

#2de72f color RGB value is (45,231,47).

#2de72f hex color red value is 45, green value is 231 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #2de72f hue: 0.34 , saturation: 0.79 and the lightness value of 2de72f is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00101101 11100111 00101111
Octal 55 347 57
Decimal 45 231 47
Hex 2D E7 2F

RGB Percentages of Color #2de72f

%13.93
%71.52
%14.55

CMYK Percentages of Color #2de72f

%81
%0
%80
%9

Triadic Colors of #2de72f

#2de72f #2f2de7 #e72f2d

Analogous Colors of #2de72f

#2de72f #2de78c #88e72d

Monochromatic Colors of #2de72f

#2de72f

Complementary Color

#2de72f #e72de5

#2de72f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2de72f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2de72f Color CSS Codes

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

#2de72f Text Font Color

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

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


#2de72f Background Color

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

This div background color is #2de72f


#2de72f Border Color

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

This div border color is #2de72f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2de72f


Comments

No comments written yet.

Please login to write comment.