Html Css Color HEX #B2F502 Spring Bud

📋 copy color: '#B2F502'

red 178 ◦ green 245 ◦ blue 2

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

Shades of Spring Bud #B2F502

Tints of Spring Bud #B2F502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.47%

R = 41.88%
G = 57.65%
B = 0.47%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#B2F502 (or 0xB2F502) is known color: Spring Bud. HEX triplet: B2, F5 and 02. RGB value is (178,245,2). Sum of RGB (Red+Green+Blue) = 178+245+2=425 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.88% from 425); Green value is 245 (96.09% from 255 or 57.65% from 425); Blue value is 2 (1.17% from 255 or 0.47% from 425); Max value from RGB is 245 - color contains mainly: green. Hex color #B2F502 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2F502 is #4D0AFD. Grayscale: #C6C6C6. Windows color (decimal): -5049086 or 193970. OLE color: 193970.

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

Color convert

RGB 178 245 2 -
CMYK 0.27 0 0.99 0.04
HSL 76.54º 0.98% 0.48% -
HSV(B) 76.54º 0.99% 0.96% -
XYZ 51.02 74.77 11.8 -
YUV 197.27 17.8 114.26 -
System Red Green Blue C M Y K H S L
Decimal 178 245 2 0.27 0 0.99 0.04 76.54 0.98 0.48
Hex B2 F5 2 1B 0 63 4 4D 62 30
Octal 262 365 2 33 0 143 4 115 142 60
Binary 10110010 11110101 10 11011 0 1100011 100 1001101 1100010 110000

Color Harmonies of #B2F502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F502

Black with #B2F502

Text Example


Text Example

White with #B2F502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F502; }

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

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

background-color css

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

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

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

border-color css

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

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

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