Color Hex Logo

#33ed60 Color Hex

#33ED60
(51,237,96)
0 Favorites   0 Comments

Color spaces of #33ed60

RGB 5123796
HSL0.370.840.56
HSV135°78°93°
CMYK 0.780.000.59   0.07
XYZ33.760762.116721.2767
Yxy62.11670.28820.5302
Hunter Lab78.8141-61.462839.1640
CIE-Lab82.9754-72.516954.5885

#33ed60 color RGB value is (51,237,96).

#33ed60 hex color red value is 51, green value is 237 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #33ed60 hue: 0.37 , saturation: 0.84 and the lightness value of 33ed60 is 0.56.

The process color (four color CMYK) of #33ed60 color hex is 0.78, 0.00, 0.59, 0.07. Web safe color of #33ed60 is #33ff66. Color #33ed60 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 11101101 01100000
Octal 63 355 140
Decimal 51 237 96
Hex 33 ED 60

RGB Percentages of Color #33ed60

%13.28
%61.72
%25.00

CMYK Percentages of Color #33ed60

%78
%0
%59
%7

Triadic Colors of #33ed60

#33ed60 #6033ed #ed6033

Analogous Colors of #33ed60

#33ed60 #33edbd #63ed33

Monochromatic Colors of #33ed60

#33ed60

Complementary Color

#33ed60 #ed33c0

#33ed60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33ed60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#33ed60 Color CSS Codes

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

#33ed60 Text Font Color

<p style="color:#33ed60">Text here</p>

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


#33ed60 Background Color

<div style="background-color:#33ed60">
Div content here</div>

This div background color is #33ed60


#33ed60 Border Color

<div style="border:3px solid #33ed60">
Div here</div>

This div border color is #33ed60


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,237,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #33ed60; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #33ed60;
  -webkit-box-shadow: 1px 1px 3px 2px #33ed60;
  box-shadow:         1px 1px 3px 2px #33ed60; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,237,96, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33ed60


Comments

No comments written yet.

Please login to write comment.