Color Hex Logo

#4ce70b Color Hex

#4CE70B
(76,231,11)
0 Favorites   0 Comments

Color spaces of #4ce70b

RGB 7623111
HSL0.280.910.47
HSV102°95°91°
CMYK 0.670.000.95   0.09
XYZ31.616858.71259.9829
Yxy58.71250.31520.5853
Hunter Lab76.6241-60.439145.9123
CIE-Lab81.1333-72.236677.2873

#4ce70b color RGB value is (76,231,11).

#4ce70b hex color red value is 76, green value is 231 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #4ce70b hue: 0.28 , saturation: 0.91 and the lightness value of 4ce70b is 0.47.

The process color (four color CMYK) of #4ce70b color hex is 0.67, 0.00, 0.95, 0.09. Web safe color of #4ce70b is #33ff00. Color #4ce70b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 11100111 00001011
Octal 114 347 13
Decimal 76 231 11
Hex 4C E7 B

RGB Percentages of Color #4ce70b

%23.90
%72.64
%3.46

CMYK Percentages of Color #4ce70b

%67
%0
%95
%9

Triadic Colors of #4ce70b

#4ce70b #0b4ce7 #e70b4c

Analogous Colors of #4ce70b

#4ce70b #0be738 #bae70b

Monochromatic Colors of #4ce70b

#4ce70b

Complementary Color

#4ce70b #a60be7

#4ce70b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ce70b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ce70b Color CSS Codes

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

#4ce70b Text Font Color

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

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


#4ce70b Background Color

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

This div background color is #4ce70b


#4ce70b Border Color

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

This div border color is #4ce70b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ce70b


Comments

No comments written yet.

Please login to write comment.