Color Hex Logo

#30cc1b Color Hex

#30CC1B
(48,204,27)
0 Favorites   0 Comments

Color spaces of #30cc1b

RGB 4820427
HSL0.310.770.45
HSV113°87°80°
CMYK 0.760.000.87   0.20
XYZ23.009643.89328.2964
Yxy43.89320.30600.5837
Hunter Lab66.2519-53.947038.9518
CIE-Lab72.1571-68.366267.2059

#30cc1b color RGB value is (48,204,27).

#30cc1b hex color red value is 48, green value is 204 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #30cc1b hue: 0.31 , saturation: 0.77 and the lightness value of 30cc1b is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 11001100 00011011
Octal 60 314 33
Decimal 48 204 27
Hex 30 CC 1B

RGB Percentages of Color #30cc1b

%17.20
%73.12
%9.68

CMYK Percentages of Color #30cc1b

%76
%0
%87
%20

Triadic Colors of #30cc1b

#30cc1b #1b30cc #cc1b30

Analogous Colors of #30cc1b

#30cc1b #1bcc5e #89cc1b

Monochromatic Colors of #30cc1b

#30cc1b

Complementary Color

#30cc1b #b71bcc

#30cc1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30cc1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#30cc1b Color CSS Codes

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

#30cc1b Text Font Color

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

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


#30cc1b Background Color

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

This div background color is #30cc1b


#30cc1b Border Color

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

This div border color is #30cc1b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30cc1b


Comments

No comments written yet.

Please login to write comment.