color codes Logo

#4be00b color codes

#4BE00B
(75,224,11)
0 Favorites   0 Comments

Color spaces of #4be00b

RGB 7522411
HSL0.280.910.46
HSV102°95°88°
CMYK 0.670.000.95   0.12
XYZ29.617754.83139.3391
Yxy54.83130.31580.5846
Hunter Lab74.0482-58.188144.3559
CIE-Lab78.9440-70.261275.4946

#4be00b color RGB value is (75,224,11).

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

The process color (four color CMYK) of #4be00b color code is 0.67, 0.00, 0.95, 0.12. Web safe color of #4be00b is #33cc00. Color #4be00b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11100000 00001011
Octal 113 340 13
Decimal 75 224 11
Hex 4B E0 B

RGB Percentages of Color #4be00b

%24.19
%72.26
%3.55

CMYK Percentages of Color #4be00b

%67
%0
%95
%12

Triadic Colors of #4be00b

#4be00b #0b4be0 #e00b4b

Analogous Colors of #4be00b

#4be00b #0be036 #b6e00b

Monochromatic Colors of #4be00b

#4be00b

Complementary Color

#4be00b #a00be0

#4be00b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4be00b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4be00b Color CSS Codes

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

#4be00b Text Font Color

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

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


#4be00b Background Color

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

This div background color is #4be00b


#4be00b Border Color

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

This div border color is #4be00b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4be00b


Comments

No comments written yet.

Please login to write comment.