Color Hex Logo

#30f95b Color Hex

#30F95B
(48,249,91)
0 Favorites   0 Comments

Color spaces of #30f95b

RGB 4824991
HSL0.370.940.58
HSV133°81°98°
CMYK 0.810.000.63   0.02
XYZ36.982969.135121.2927
Yxy69.13510.29030.5426
Hunter Lab83.1475-66.113843.0201
CIE-Lab86.5709-77.089660.7585

#30f95b color RGB value is (48,249,91).

#30f95b hex color red value is 48, green value is 249 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #30f95b hue: 0.37 , saturation: 0.94 and the lightness value of 30f95b is 0.58.

The process color (four color CMYK) of #30f95b color hex is 0.81, 0.00, 0.63, 0.02. Web safe color of #30f95b is #33ff66. Color #30f95b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 11111001 01011011
Octal 60 371 133
Decimal 48 249 91
Hex 30 F9 5B

RGB Percentages of Color #30f95b

%12.37
%64.18
%23.45

CMYK Percentages of Color #30f95b

%81
%0
%63
%2

Triadic Colors of #30f95b

#30f95b #5b30f9 #f95b30

Analogous Colors of #30f95b

#30f95b #30f9c0 #6af930

Monochromatic Colors of #30f95b

#30f95b

Complementary Color

#30f95b #f930ce

#30f95b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30f95b Color Preview on White Background

Lorem ipsum dolor sit amet.

#30f95b Color CSS Codes

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

#30f95b Text Font Color

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

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


#30f95b Background Color

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

This div background color is #30f95b


#30f95b Border Color

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

This div border color is #30f95b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30f95b


Comments

No comments written yet.

Please login to write comment.