Color Hex Logo

#01b33a Color Hex

#01B33A
(1,179,58)
0 Favorites   0 Comments

Color spaces of #01b33a

RGB 117958
HSL0.390.990.35
HSV139°99°70°
CMYK 0.990.000.68   0.30
XYZ16.896332.55219.3957
Yxy32.55210.28710.5532
Hunter Lab57.0544-46.983730.1743
CIE-Lab63.7966-62.811849.2005

#01b33a color RGB value is (1,179,58).

#01b33a hex color red value is 1, green value is 179 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #01b33a hue: 0.39 , saturation: 0.99 and the lightness value of 01b33a is 0.35.

The process color (four color CMYK) of #01b33a color hex is 0.99, 0.00, 0.68, 0.30. Web safe color of #01b33a is #00cc33. Color #01b33a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 10110011 00111010
Octal 1 263 72
Decimal 1 179 58
Hex 1 B3 3A

RGB Percentages of Color #01b33a

%0.42
%75.21
%24.37

CMYK Percentages of Color #01b33a

%99
%0
%68
%30

Triadic Colors of #01b33a

#01b33a #3a01b3 #b33a01

Analogous Colors of #01b33a

#01b33a #01b393 #21b301

Monochromatic Colors of #01b33a

#01b33a

Complementary Color

#01b33a #b3017a

#01b33a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#01b33a Color Preview on White Background

Lorem ipsum dolor sit amet.

#01b33a Color CSS Codes

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

#01b33a Text Font Color

<p style="color:#01b33a">Text here</p>

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


#01b33a Background Color

<div style="background-color:#01b33a">
Div content here</div>

This div background color is #01b33a


#01b33a Border Color

<div style="border:3px solid #01b33a">
Div here</div>

This div border color is #01b33a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,179,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #01b33a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #01b33a;
  -webkit-box-shadow: 1px 1px 3px 2px #01b33a;
  box-shadow:         1px 1px 3px 2px #01b33a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,179,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #01b33a


Comments

No comments written yet.

Please login to write comment.