Color Hex Logo

#3cf83f Color Hex

#3CF83F
(60,248,63)
0 Favorites   0 Comments

Color spaces of #3cf83f

RGB 6024863
HSL0.340.930.60
HSV121°76°97°
CMYK 0.760.000.75   0.03
XYZ36.328168.454316.0010
Yxy68.45430.30080.5668
Hunter Lab82.7371-66.414446.4496
CIE-Lab86.2331-77.800870.7219

#3cf83f color RGB value is (60,248,63).

#3cf83f hex color red value is 60, green value is 248 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #3cf83f hue: 0.34 , saturation: 0.93 and the lightness value of 3cf83f is 0.60.

The process color (four color CMYK) of #3cf83f color hex is 0.76, 0.00, 0.75, 0.03. Web safe color of #3cf83f is #33ff33. Color #3cf83f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111100 11111000 00111111
Octal 74 370 77
Decimal 60 248 63
Hex 3C F8 3F

RGB Percentages of Color #3cf83f

%16.17
%66.85
%16.98

CMYK Percentages of Color #3cf83f

%76
%0
%75
%3

Triadic Colors of #3cf83f

#3cf83f #3f3cf8 #f83f3c

Analogous Colors of #3cf83f

#3cf83f #3cf89d #97f83c

Monochromatic Colors of #3cf83f

#3cf83f

Complementary Color

#3cf83f #f83cf5

#3cf83f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3cf83f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3cf83f Color CSS Codes

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

#3cf83f Text Font Color

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

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


#3cf83f Background Color

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

This div background color is #3cf83f


#3cf83f Border Color

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

This div border color is #3cf83f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3cf83f


Comments

No comments written yet.

Please login to write comment.