#B2FC03

Color #B2FC03 Spring Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Bud #B2FC03

Tints of Spring Bud #B2FC03

Color information

#B2FC03 (or 0xB2FC03) is unknown color: approx Spring Bud. HEX triplet: B2, FC and 03. RGB value is (178,252,3). Sum of RGB (Red+Green+Blue) = 178+252+3=433 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.11% from 433); Green value is 252 (98.83% from 255 or 58.20% from 433); Blue value is 3 (1.56% from 255 or 0.69% from 433); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FC03 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2FC03 is #4D03FC. Grayscale: #CACACA. Windows color (decimal): -5047293 or 261298. OLE color: 261298.

HSL color Cylindrical-coordinate representation of color #B2FC03: hue angle of 77.83º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B2FC03 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.

Color convert

RGB1782523-
CMYK0.2900.990.01
HSL77.83º97.65%50%-
HSV(B)77.83º98.81%98.82%-
XYZ53.1979.0912.55-
YUV201.4915.98111.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.11%
GREEN value IS 252 (98.83% from 255) = 58.20%
BLUE value IS 3 (1.56% from 255) = 0.69%
R=41.11%
G=58.20%
B=0.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal17825230.2900.990.0177.8397.6550
HexB2FC31D06314e6232
Octal2623743350143111614262
Binary1011001011111100111110101100011110011101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2FC03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2FC03; }

 p { color: rgb(178,252,3); }

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

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

 a { background-color: rgb(178,252,3); }

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

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

 span { border-color: rgb(178,252,3); }

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