Color Hex Logo

#4bf304 Color Hex

#4BF304
(75,243,4)
0 Favorites   0 Comments

Color spaces of #4bf304

RGB 752434
HSL0.280.970.48
HSV102°98°95°
CMYK 0.690.000.98   0.05
XYZ34.974265.605810.9347
Yxy65.60580.31360.5883
Hunter Lab80.9974-64.670248.6940
CIE-Lab84.7949-76.166780.8209

#4bf304 color RGB value is (75,243,4).

#4bf304 hex color red value is 75, green value is 243 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #4bf304 hue: 0.28 , saturation: 0.97 and the lightness value of 4bf304 is 0.48.

The process color (four color CMYK) of #4bf304 color hex is 0.69, 0.00, 0.98, 0.05. Web safe color of #4bf304 is #33ff00. Color #4bf304 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11110011 00000100
Octal 113 363 4
Decimal 75 243 4
Hex 4B F3 4

RGB Percentages of Color #4bf304

%23.29
%75.47
%1.24

CMYK Percentages of Color #4bf304

%69
%0
%98
%5

Triadic Colors of #4bf304

#4bf304 #044bf3 #f3044b

Analogous Colors of #4bf304

#4bf304 #04f335 #c3f304

Monochromatic Colors of #4bf304

#4bf304

Complementary Color

#4bf304 #ac04f3

#4bf304 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bf304 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bf304 Color CSS Codes

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

#4bf304 Text Font Color

<p style="color:#4bf304">Text here</p>

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


#4bf304 Background Color

<div style="background-color:#4bf304">
Div content here</div>

This div background color is #4bf304


#4bf304 Border Color

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

This div border color is #4bf304


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bf304


Comments

No comments written yet.

Please login to write comment.