Color Hex Logo

#3af30b Color Hex

#3AF30B
(58,243,11)
0 Favorites   0 Comments

Color spaces of #3af30b

RGB 5824311
HSL0.300.910.50
HSV108°95°95°
CMYK 0.760.000.95   0.05
XYZ33.855965.024911.0833
Yxy65.02490.30790.5913
Hunter Lab80.6380-66.173248.2975
CIE-Lab84.4966-78.740979.8873

#3af30b color RGB value is (58,243,11).

#3af30b hex color red value is 58, green value is 243 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #3af30b hue: 0.30 , saturation: 0.91 and the lightness value of 3af30b is 0.50.

The process color (four color CMYK) of #3af30b color hex is 0.76, 0.00, 0.95, 0.05. Web safe color of #3af30b is #33ff00. Color #3af30b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111010 11110011 00001011
Octal 72 363 13
Decimal 58 243 11
Hex 3A F3 B

RGB Percentages of Color #3af30b

%18.59
%77.88
%3.53

CMYK Percentages of Color #3af30b

%76
%0
%95
%5

Triadic Colors of #3af30b

#3af30b #0b3af3 #f30b3a

Analogous Colors of #3af30b

#3af30b #0bf350 #aef30b

Monochromatic Colors of #3af30b

#3af30b

Complementary Color

#3af30b #c40bf3

#3af30b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3af30b Color Preview on White Background

Lorem ipsum dolor sit amet.

#3af30b Color CSS Codes

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

#3af30b Text Font Color

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

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


#3af30b Background Color

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

This div background color is #3af30b


#3af30b Border Color

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

This div border color is #3af30b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3af30b


Comments

No comments written yet.

Please login to write comment.