Color Hex Logo

#30af2b Color Hex

#30AF2B
(48,175,43)
0 Favorites   0 Comments

Color spaces of #30af2b

RGB 4817543
HSL0.330.610.43
HSV118°75°69°
CMYK 0.730.000.75   0.31
XYZ16.984931.46277.4632
Yxy31.46270.30380.5627
Hunter Lab56.0916-44.109431.3754
CIE-Lab62.8963-58.440754.1782

#30af2b color RGB value is (48,175,43).

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

The process color (four color CMYK) of #30af2b color hex is 0.73, 0.00, 0.75, 0.31. Web safe color of #30af2b is #339933. Color #30af2b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10101111 00101011
Octal 60 257 53
Decimal 48 175 43
Hex 30 AF 2B

RGB Percentages of Color #30af2b

%18.05
%65.79
%16.17

CMYK Percentages of Color #30af2b

%73
%0
%75
%31

Triadic Colors of #30af2b

#30af2b #2b30af #af2b30

Analogous Colors of #30af2b

#30af2b #2baf68 #72af2b

Monochromatic Colors of #30af2b

#30af2b

Complementary Color

#30af2b #aa2baf

#30af2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30af2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#30af2b Color CSS Codes

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

#30af2b Text Font Color

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

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


#30af2b Background Color

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

This div background color is #30af2b


#30af2b Border Color

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

This div border color is #30af2b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,175,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 #30af2b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30af2b


Comments

No comments written yet.

Please login to write comment.