Html Css Color HEX #B2F500 Spring Bud

📋 copy color: '#B2F500'

red 178 ◦ green 245 ◦ blue 0

#B2F500
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Bud #B2F500

Tints of Spring Bud #B2F500

RGB

 RED value IS 178 (69.92% from 255) = 42.08%

 GREEN value IS 245 (96.09% from 255) = 57.92%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.08%
G = 57.92%
B = 0%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#B2F500 (or 0xB2F500) is known color: Spring Bud. HEX triplet: B2, F5 and 00. RGB value is (178,245,0). Sum of RGB (Red+Green+Blue) = 178+245+0=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 245 (96.09% from 255 or 57.92% from 423); Blue value is 0 (0.39% from 255 or 0% from 423); Max value from RGB is 245 - color contains mainly: green. Hex color #B2F500 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2F500 is #4D0AFF. Grayscale: #C5C5C5. Windows color (decimal): -5049088 or 62898. OLE color: 62898.

HSL color Cylindrical-coordinate representation of color #B2F500: hue angle of 76.41º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B2F500 is Cyan = 0.27, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.04.

Color convert

RGB 178 245 0 -
CMYK 0.27 0 1 0.04
HSL 76.41º 1% 0.48% -
HSV(B) 76.41º 1% 0.96% -
XYZ 51.01 74.77 11.74 -
YUV 197.04 16.8 114.42 -
System Red Green Blue C M Y K H S L
Decimal 178 245 0 0.27 0 1 0.04 76.41 1 0.48
Hex B2 F5 0 1B 0 64 4 4C 64 30
Octal 262 365 0 33 0 144 4 114 144 60
Binary 10110010 11110101 0 11011 0 1100100 100 1001100 1100100 110000

Color Harmonies of #B2F500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F500

Black with #B2F500

Text Example


Text Example

White with #B2F500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F500; }

 p { color: rgb(178,245,0); }

 H1.HeaderClassName
 {
   color: #B2F500;
 }
 .AnyTagClassName
 {
   color: #B2F500;
 }
</style>

background-color css

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

 a { background-color: rgb(178,245,0); }

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

border-color css

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

 span { border-color: rgb(178,245,0); }

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