Color Hex Logo

#4bdc3a Color Hex

#4BDC3A
(75,220,58)
0 Favorites   0 Comments

Color spaces of #4bdc3a

RGB 7522058
HSL0.320.700.55
HSV114°74°86°
CMYK 0.660.000.74   0.14
XYZ29.258652.987712.6886
Yxy52.98770.30820.5581
Hunter Lab72.7927-55.640140.6199
CIE-Lab77.8677-66.997764.1514

#4bdc3a color RGB value is (75,220,58).

#4bdc3a hex color red value is 75, green value is 220 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #4bdc3a hue: 0.32 , saturation: 0.70 and the lightness value of 4bdc3a is 0.55.

The process color (four color CMYK) of #4bdc3a color hex is 0.66, 0.00, 0.74, 0.14. Web safe color of #4bdc3a is #33cc33. Color #4bdc3a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11011100 00111010
Octal 113 334 72
Decimal 75 220 58
Hex 4B DC 3A

RGB Percentages of Color #4bdc3a

%21.25
%62.32
%16.43

CMYK Percentages of Color #4bdc3a

%66
%0
%74
%14

Triadic Colors of #4bdc3a

#4bdc3a #3a4bdc #dc3a4b

Analogous Colors of #4bdc3a

#4bdc3a #3adc7a #9cdc3a

Monochromatic Colors of #4bdc3a

#4bdc3a

Complementary Color

#4bdc3a #cb3adc

#4bdc3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bdc3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bdc3a Color CSS Codes

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

#4bdc3a Text Font Color

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

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


#4bdc3a Background Color

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

This div background color is #4bdc3a


#4bdc3a Border Color

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

This div border color is #4bdc3a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(75,220,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 #4bdc3a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bdc3a


Comments

No comments written yet.

Please login to write comment.