Color Hex Logo

#6cfa30 Color Hex

#6CFA30
(108,250,48)
0 Favorites   0 Comments

Color spaces of #6cfa30

RGB 10825048
HSL0.280.950.58
HSV102°81°98°
CMYK 0.570.000.81   0.02
XYZ40.903471.772814.4940
Yxy71.77280.32160.5644
Hunter Lab84.7188-62.075749.1596
CIE-Lab87.8591-70.174476.9486

#6cfa30 color RGB value is (108,250,48).

#6cfa30 hex color red value is 108, green value is 250 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #6cfa30 hue: 0.28 , saturation: 0.95 and the lightness value of 6cfa30 is 0.58.

The process color (four color CMYK) of #6cfa30 color hex is 0.57, 0.00, 0.81, 0.02. Web safe color of #6cfa30 is #66ff33. Color #6cfa30 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11111010 00110000
Octal 154 372 60
Decimal 108 250 48
Hex 6C FA 30

RGB Percentages of Color #6cfa30

%26.60
%61.58
%11.82

CMYK Percentages of Color #6cfa30

%57
%0
%81
%2

Triadic Colors of #6cfa30

#6cfa30 #306cfa #fa306c

Analogous Colors of #6cfa30

#6cfa30 #30fa59 #d1fa30

Monochromatic Colors of #6cfa30

#6cfa30

Complementary Color

#6cfa30 #be30fa

#6cfa30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cfa30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cfa30 Color CSS Codes

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

#6cfa30 Text Font Color

<p style="color:#6cfa30">Text here</p>

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


#6cfa30 Background Color

<div style="background-color:#6cfa30">
Div content here</div>

This div background color is #6cfa30


#6cfa30 Border Color

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

This div border color is #6cfa30


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(108,250,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6cfa30; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6cfa30;
  -webkit-box-shadow: 1px 1px 3px 2px #6cfa30;
  box-shadow:         1px 1px 3px 2px #6cfa30; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,250,48, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cfa30


Comments

No comments written yet.

Please login to write comment.