Color Hex Logo

#30fd4b Color Hex

#30FD4B
(48,253,75)
0 Favorites   0 Comments

Color spaces of #30fd4b

RGB 4825375
HSL0.360.980.59
HSV128°81°99°
CMYK 0.810.000.70   0.01
XYZ37.614271.386918.4532
Yxy71.38690.29510.5601
Hunter Lab84.4908-68.392946.1943
CIE-Lab87.6726-79.773268.0664

#30fd4b color RGB value is (48,253,75).

#30fd4b hex color red value is 48, green value is 253 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #30fd4b hue: 0.36 , saturation: 0.98 and the lightness value of 30fd4b is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 11111101 01001011
Octal 60 375 113
Decimal 48 253 75
Hex 30 FD 4B

RGB Percentages of Color #30fd4b

%12.77
%67.29
%19.95

CMYK Percentages of Color #30fd4b

%81
%0
%70
%1

Triadic Colors of #30fd4b

#30fd4b #4b30fd #fd4b30

Analogous Colors of #30fd4b

#30fd4b #30fdb2 #7cfd30

Monochromatic Colors of #30fd4b

#30fd4b

Complementary Color

#30fd4b #fd30e2

#30fd4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30fd4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#30fd4b Color CSS Codes

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

#30fd4b Text Font Color

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

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


#30fd4b Background Color

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

This div background color is #30fd4b


#30fd4b Border Color

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

This div border color is #30fd4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30fd4b

Related Colors


Comments

No comments written yet.

Please login to write comment.