Color Hex Logo

#3ce532 Color Hex

#3CE532
(60,229,50)
0 Favorites   0 Comments

Color spaces of #3ce532

RGB 6022950
HSL0.320.770.55
HSV117°78°90°
CMYK 0.740.000.78   0.10
XYZ30.458557.229612.4587
Yxy57.22960.30410.5715
Hunter Lab75.6502-60.519843.1908
CIE-Lab80.3086-72.965168.9533

#3ce532 color RGB value is (60,229,50).

#3ce532 hex color red value is 60, green value is 229 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #3ce532 hue: 0.32 , saturation: 0.77 and the lightness value of 3ce532 is 0.55.

The process color (four color CMYK) of #3ce532 color hex is 0.74, 0.00, 0.78, 0.10. Web safe color of #3ce532 is #33cc33. Color #3ce532 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 11100101 00110010
Octal 74 345 62
Decimal 60 229 50
Hex 3C E5 32

RGB Percentages of Color #3ce532

%17.70
%67.55
%14.75

CMYK Percentages of Color #3ce532

%74
%0
%78
%10

Triadic Colors of #3ce532

#3ce532 #323ce5 #e5323c

Analogous Colors of #3ce532

#3ce532 #32e582 #96e532

Monochromatic Colors of #3ce532

#3ce532

Complementary Color

#3ce532 #db32e5

#3ce532 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3ce532 Color Preview on White Background

Lorem ipsum dolor sit amet.

#3ce532 Color CSS Codes

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

#3ce532 Text Font Color

<p style="color:#3ce532">Text here</p>

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


#3ce532 Background Color

<div style="background-color:#3ce532">
Div content here</div>

This div background color is #3ce532


#3ce532 Border Color

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

This div border color is #3ce532


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(60,229,50, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3ce532; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3ce532;
  -webkit-box-shadow: 1px 1px 3px 2px #3ce532;
  box-shadow:         1px 1px 3px 2px #3ce532; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(60,229,50, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3ce532


Comments

No comments written yet.

Please login to write comment.