Color Hex Logo

#30f83f Color Hex

#30F83F
(48,248,63)
0 Favorites   0 Comments

Color spaces of #30f83f

RGB 4824863
HSL0.350.930.58
HSV125°81°97°
CMYK 0.810.000.75   0.03
XYZ35.683568.122115.9708
Yxy68.12210.29790.5687
Hunter Lab82.5361-67.265946.3026
CIE-Lab86.0675-79.245870.5027

#30f83f color RGB value is (48,248,63).

#30f83f hex color red value is 48, green value is 248 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #30f83f hue: 0.35 , saturation: 0.93 and the lightness value of 30f83f is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 11111000 00111111
Octal 60 370 77
Decimal 48 248 63
Hex 30 F8 3F

RGB Percentages of Color #30f83f

%13.37
%69.08
%17.55

CMYK Percentages of Color #30f83f

%81
%0
%75
%3

Triadic Colors of #30f83f

#30f83f #3f30f8 #f83f30

Analogous Colors of #30f83f

#30f83f #30f8a3 #85f830

Monochromatic Colors of #30f83f

#30f83f

Complementary Color

#30f83f #f830e9

#30f83f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30f83f Color Preview on White Background

Lorem ipsum dolor sit amet.

#30f83f Color CSS Codes

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

#30f83f Text Font Color

<p style="color:#30f83f">Text here</p>

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


#30f83f Background Color

<div style="background-color:#30f83f">
Div content here</div>

This div background color is #30f83f


#30f83f Border Color

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

This div border color is #30f83f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,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 #30f83f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30f83f


Comments

No comments written yet.

Please login to write comment.