Color Hex Logo

#30ca43 Color Hex

#30CA43
(48,202,67)
0 Favorites   0 Comments

Color spaces of #30ca43

RGB 4820267
HSL0.350.620.49
HSV127°76°79°
CMYK 0.760.000.67   0.21
XYZ23.352643.274712.4322
Yxy43.27470.29540.5474
Hunter Lab65.7835-51.755134.8434
CIE-Lab71.7410-65.032154.2506

#30ca43 color RGB value is (48,202,67).

#30ca43 hex color red value is 48, green value is 202 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #30ca43 hue: 0.35 , saturation: 0.62 and the lightness value of 30ca43 is 0.49.

The process color (four color CMYK) of #30ca43 color hex is 0.76, 0.00, 0.67, 0.21. Web safe color of #30ca43 is #33cc33. Color #30ca43 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 11001010 01000011
Octal 60 312 103
Decimal 48 202 67
Hex 30 CA 43

RGB Percentages of Color #30ca43

%15.14
%63.72
%21.14

CMYK Percentages of Color #30ca43

%76
%0
%67
%21

Triadic Colors of #30ca43

#30ca43 #4330ca #ca4330

Analogous Colors of #30ca43

#30ca43 #30ca90 #6aca30

Monochromatic Colors of #30ca43

#30ca43

Complementary Color

#30ca43 #ca30b7

#30ca43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30ca43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#30ca43 Color CSS Codes

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

#30ca43 Text Font Color

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

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


#30ca43 Background Color

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

This div background color is #30ca43


#30ca43 Border Color

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

This div border color is #30ca43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30ca43


Comments

No comments written yet.

Please login to write comment.