#B2FB34

Color #B2FB34 Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #B2FB34

Tints of Green Yellow #B2FB34

Color information

#B2FB34 (or 0xB2FB34) is unknown color: approx Green Yellow. HEX triplet: B2, FB and 34. RGB value is (178,251,52). Sum of RGB (Red+Green+Blue) = 178+251+52=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 251 (98.44% from 255 or 52.18% from 481); Blue value is 52 (20.70% from 255 or 10.81% from 481); Max value from RGB is 251 - color contains mainly: green. Hex color #B2FB34 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2FB34 is #4D04CB. Grayscale: #CFCFCF. Windows color (decimal): -5047500 or 3472306. OLE color: 3472306.

HSL color Cylindrical-coordinate representation of color #B2FB34: hue angle of 82.01º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B2FB34 is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.

Color convert

RGB17825152-
CMYK0.2900.790.02
HSL82.01º96.14%59.41%-
HSV(B)82.01º79.28%98.43%-
XYZ53.4878.7115.62-
YUV206.4940.82107.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 178 (69.92% from 255) = 37.01%
GREEN value IS 251 (98.44% from 255) = 52.18%
BLUE value IS 52 (20.70% from 255) = 10.81%
R=37.01%
G=52.18%
B=10.81%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal178251520.2900.790.0282.0196.1459.41
HexB2FB341D04F252603b
Octal26237364350117212214073
Binary101100101111101111010011101010011111010100101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FB34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FB34; }

 p { color: rgb(178,251,52); }

 H1.HeaderClassName
 {
   color: #B2FB34;
 }
 .AnyTagClassName
 {
   color: #B2FB34;
 }
</style>
background-color css

<style>
 a { background-color: #B2FB34; }

 a { background-color: rgb(178,251,52); }

 div.DivClassName
 {
   background-color: #B2FB34;
 }
 .BgClassName
 {
   background-color: #B2FB34;
 }
</style>
border-color css

<style>
 span { border-color: #B2FB34; }

 span { border-color: rgb(178,251,52); }

 td.TdClassName
 {
   border-color: #B2FB34;
 }
 .TagClassName
 {
   border-color: #B2FB34;
 }
</style>