Color Hex Logo

#33ee60 Color Hex

#33EE60
(51,238,96)
0 Favorites   0 Comments

Color spaces of #33ee60

RGB 5123896
HSL0.370.850.57
HSV134°79°93°
CMYK 0.790.000.60   0.07
XYZ34.051162.697421.3735
Yxy62.69740.28830.5308
Hunter Lab79.1817-61.806339.4230
CIE-Lab83.2829-72.829854.9429

#33ee60 color RGB value is (51,238,96).

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

The process color (four color CMYK) of #33ee60 color hex is 0.79, 0.00, 0.60, 0.07. Web safe color of #33ee60 is #33ff66. Color #33ee60 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 11101110 01100000
Octal 63 356 140
Decimal 51 238 96
Hex 33 EE 60

RGB Percentages of Color #33ee60

%13.25
%61.82
%24.94

CMYK Percentages of Color #33ee60

%79
%0
%60
%7

Triadic Colors of #33ee60

#33ee60 #6033ee #ee6033

Analogous Colors of #33ee60

#33ee60 #33eebe #64ee33

Monochromatic Colors of #33ee60

#33ee60

Complementary Color

#33ee60 #ee33c1

#33ee60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33ee60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#33ee60 Color CSS Codes

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

#33ee60 Text Font Color

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

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


#33ee60 Background Color

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

This div background color is #33ee60


#33ee60 Border Color

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

This div border color is #33ee60


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,238,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 #33ee60">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33ee60


Comments

No comments written yet.

Please login to write comment.