Html Css Color HEX #B2FE04 Spring Bud

📋 copy color: '#B2FE04'

red 178 ◦ green 254 ◦ blue 4

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

Shades of Spring Bud #B2FE04

Tints of Spring Bud #B2FE04

RGB

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

 GREEN value IS 254 (99.61% from 255) = 58.26%

 BLUE value IS 4 (1.95% from 255) = 0.92%

R = 40.83%
G = 58.26%
B = 0.92%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#B2FE04 (or 0xB2FE04) is known color: Spring Bud. HEX triplet: B2, FE and 04. RGB value is (178,254,4). Sum of RGB (Red+Green+Blue) = 178+254+4=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 254 (99.61% from 255 or 58.26% from 436); Blue value is 4 (1.95% from 255 or 0.92% from 436); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FE04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2FE04 is #4D01FB. Grayscale: #CBCBCB. Windows color (decimal): -5046780 or 327346. OLE color: 327346.

HSL color Cylindrical-coordinate representation of color #B2FE04: hue angle of 78.24º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B2FE04 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.00.

Color convert

RGB 178 254 4 -
CMYK 0.30 0 0.98 0.00
HSL 78.24º 0.99% 0.51% -
HSV(B) 78.24º 0.98% 1% -
XYZ 53.82 80.36 12.79 -
YUV 202.78 15.82 110.33 -
System Red Green Blue C M Y K H S L
Decimal 178 254 4 0.30 0 0.98 0.00 78.24 0.99 0.51
Hex B2 FE 4 1E 0 62 0 4E 63 33
Octal 262 376 4 36 0 142 0 116 143 63
Binary 10110010 11111110 100 11110 0 1100010 0 1001110 1100011 110011

Color Harmonies of #B2FE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FE04

Black with #B2FE04

Text Example


Text Example

White with #B2FE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FE04; }

 p { color: rgb(178,254,4); }

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

background-color css

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

 a { background-color: rgb(178,254,4); }

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

border-color css

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

 span { border-color: rgb(178,254,4); }

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