Color Hex Logo

#3abf0f Color Hex

#3ABF0F
(58,191,15)
0 Favorites   0 Comments

Color spaces of #3abf0f

RGB 5819115
HSL0.290.850.40
HSV105°92°75°
CMYK 0.700.000.92   0.25
XYZ20.461938.19566.7460
Yxy38.19560.31290.5840
Hunter Lab61.8026-49.055936.7901
CIE-Lab68.1645-63.111065.9720

#3abf0f color RGB value is (58,191,15).

#3abf0f hex color red value is 58, green value is 191 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #3abf0f hue: 0.29 , saturation: 0.85 and the lightness value of 3abf0f is 0.40.

The process color (four color CMYK) of #3abf0f color hex is 0.70, 0.00, 0.92, 0.25. Web safe color of #3abf0f is #33cc00. Color #3abf0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 10111111 00001111
Octal 72 277 17
Decimal 58 191 15
Hex 3A BF F

RGB Percentages of Color #3abf0f

%21.97
%72.35
%5.68

CMYK Percentages of Color #3abf0f

%70
%0
%92
%25

Triadic Colors of #3abf0f

#3abf0f #0f3abf #bf0f3a

Analogous Colors of #3abf0f

#3abf0f #0fbf3c #92bf0f

Monochromatic Colors of #3abf0f

#3abf0f

Complementary Color

#3abf0f #940fbf

#3abf0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3abf0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#3abf0f Color CSS Codes

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

#3abf0f Text Font Color

<p style="color:#3abf0f">Text here</p>

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


#3abf0f Background Color

<div style="background-color:#3abf0f">
Div content here</div>

This div background color is #3abf0f


#3abf0f Border Color

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

This div border color is #3abf0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3abf0f


Comments

No comments written yet.

Please login to write comment.