Color Hex Logo

#30be5c Color Hex

#30BE5C
(48,190,92)
0 Favorites   0 Comments

Color spaces of #30be5c

RGB 4819092
HSL0.380.600.47
HSV139°75°75°
CMYK 0.750.000.52   0.25
XYZ21.564138.228016.3674
Yxy38.22800.28310.5019
Hunter Lab61.8288-45.944727.5848
CIE-Lab68.1883-57.926738.8107

#30be5c color RGB value is (48,190,92).

#30be5c hex color red value is 48, green value is 190 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #30be5c hue: 0.38 , saturation: 0.60 and the lightness value of 30be5c is 0.47.

The process color (four color CMYK) of #30be5c color hex is 0.75, 0.00, 0.52, 0.25. Web safe color of #30be5c is #33cc66. Color #30be5c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10111110 01011100
Octal 60 276 134
Decimal 48 190 92
Hex 30 BE 5C

RGB Percentages of Color #30be5c

%14.55
%57.58
%27.88

CMYK Percentages of Color #30be5c

%75
%0
%52
%25

Triadic Colors of #30be5c

#30be5c #5c30be #be5c30

Analogous Colors of #30be5c

#30be5c #30bea3 #4bbe30

Monochromatic Colors of #30be5c

#30be5c

Complementary Color

#30be5c #be3092

#30be5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30be5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#30be5c Color CSS Codes

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

#30be5c Text Font Color

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

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


#30be5c Background Color

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

This div background color is #30be5c


#30be5c Border Color

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

This div border color is #30be5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30be5c


Comments

No comments written yet.

Please login to write comment.