Color Hex Logo

#b2f51e Color Hex

#B2F51E
(178,245,30)
0 Favorites   0 Comments

Color spaces of #b2f51e

RGB 17824530
HSL0.220.910.54
HSV79°88°96°
CMYK 0.270.000.88   0.04
XYZ51.246874.863512.9774
Yxy74.86350.36840.5382
Hunter Lab86.5237-45.693451.6739
CIE-Lab89.3290-47.049683.1767

#b2f51e color RGB value is (178,245,30).

#b2f51e hex color red value is 178, green value is 245 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #b2f51e hue: 0.22 , saturation: 0.91 and the lightness value of b2f51e is 0.54.

The process color (four color CMYK) of #b2f51e color hex is 0.27, 0.00, 0.88, 0.04. Web safe color of #b2f51e is #99ff33. Color #b2f51e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 11110101 00011110
Octal 262 365 36
Decimal 178 245 30
Hex B2 F5 1E

RGB Percentages of Color #b2f51e

%39.29
%54.08
%6.62

CMYK Percentages of Color #b2f51e

%27
%0
%88
%4

Triadic Colors of #b2f51e

#b2f51e #1eb2f5 #f51eb2

Analogous Colors of #b2f51e

#b2f51e #46f51e #f5cd1e

Monochromatic Colors of #b2f51e

#b2f51e

Complementary Color

#b2f51e #611ef5

#b2f51e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2f51e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2f51e Color CSS Codes

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

#b2f51e Text Font Color

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

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


#b2f51e Background Color

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

This div background color is #b2f51e


#b2f51e Border Color

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

This div border color is #b2f51e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,245,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b2f51e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b2f51e;
  -webkit-box-shadow: 1px 1px 3px 2px #b2f51e;
  box-shadow:         1px 1px 3px 2px #b2f51e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2f51e


Comments

No comments written yet.

Please login to write comment.