Color Hex Logo

#00df2d Color Hex

#00DF2D
(0,223,45)
0 Favorites   0 Comments

Color spaces of #00df2d

RGB 022345
HSL0.371.000.44
HSV132°100°87°
CMYK 1.000.000.80   0.13
XYZ26.861352.964811.2901
Yxy52.96480.29480.5813
Hunter Lab72.7769-61.476941.7460
CIE-Lab77.8542-76.423967.8577

#00df2d color RGB value is (0,223,45).

#00df2d hex color red value is 0, green value is 223 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #00df2d hue: 0.37 , saturation: 1.00 and the lightness value of 00df2d is 0.44.

The process color (four color CMYK) of #00df2d color hex is 1.00, 0.00, 0.80, 0.13. Web safe color of #00df2d is #00cc33. Color #00df2d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 11011111 00101101
Octal 0 337 55
Decimal 0 223 45
Hex 0 DF 2D

RGB Percentages of Color #00df2d

%0.00
%83.21
%16.79

CMYK Percentages of Color #00df2d

%100
%0
%80
%13

Triadic Colors of #00df2d

#00df2d #2d00df #df2d00

Analogous Colors of #00df2d

#00df2d #00df9d #43df00

Monochromatic Colors of #00df2d

#00df2d

Complementary Color

#00df2d #df00b2

#00df2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00df2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#00df2d Color CSS Codes

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

#00df2d Text Font Color

<p style="color:#00df2d">Text here</p>

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


#00df2d Background Color

<div style="background-color:#00df2d">
Div content here</div>

This div background color is #00df2d


#00df2d Border Color

<div style="border:3px solid #00df2d">
Div here</div>

This div border color is #00df2d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,223,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00df2d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00df2d;
  -webkit-box-shadow: 1px 1px 3px 2px #00df2d;
  box-shadow:         1px 1px 3px 2px #00df2d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00df2d


Comments

No comments written yet.

Please login to write comment.