Color Hex Logo

#30d52b Color Hex

#30D52B
(48,213,43)
0 Favorites   0 Comments

Color spaces of #30d52b

RGB 4821343
HSL0.330.670.50
HSV118°80°84°
CMYK 0.770.000.80   0.16
XYZ25.449248.391310.2846
Yxy48.39130.30250.5752
Hunter Lab69.5639-56.434439.9290
CIE-Lab75.0711-70.281165.9357

#30d52b color RGB value is (48,213,43).

#30d52b hex color red value is 48, green value is 213 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #30d52b hue: 0.33 , saturation: 0.67 and the lightness value of 30d52b is 0.50.

The process color (four color CMYK) of #30d52b color hex is 0.77, 0.00, 0.80, 0.16. Web safe color of #30d52b is #33cc33. Color #30d52b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 11010101 00101011
Octal 60 325 53
Decimal 48 213 43
Hex 30 D5 2B

RGB Percentages of Color #30d52b

%15.79
%70.07
%14.14

CMYK Percentages of Color #30d52b

%77
%0
%80
%16

Triadic Colors of #30d52b

#30d52b #2b30d5 #d52b30

Analogous Colors of #30d52b

#30d52b #2bd57b #85d52b

Monochromatic Colors of #30d52b

#30d52b

Complementary Color

#30d52b #d02bd5

#30d52b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30d52b Color Preview on White Background

Lorem ipsum dolor sit amet.

#30d52b Color CSS Codes

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

#30d52b Text Font Color

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

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


#30d52b Background Color

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

This div background color is #30d52b


#30d52b Border Color

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

This div border color is #30d52b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30d52b


Comments

No comments written yet.

Please login to write comment.