#B3F204

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

Shades of Spring Bud #B3F204

Tints of Spring Bud #B3F204

Color information

#B3F204 (or 0xB3F204) is unknown color: approx Spring Bud. HEX triplet: B3, F2 and 04. RGB value is (179,242,4). Sum of RGB (Red+Green+Blue) = 179+242+4=425 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.12% from 425); Green value is 242 (94.92% from 255 or 56.94% from 425); Blue value is 4 (1.95% from 255 or 0.94% from 425); Max value from RGB is 242 - color contains mainly: green. Hex color #B3F204 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B3F204 is #4C0DFB. Grayscale: #C4C4C4. Windows color (decimal): -4984316 or 324275. OLE color: 324275.

HSL color Cylindrical-coordinate representation of color #B3F204: hue angle of 75.88º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B3F204 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB1792424-
CMYK0.2600.980.05
HSL75.88º96.75%48.24%-
HSV(B)75.88º98.35%94.9%-
XYZ50.3673.111.57-
YUV196.0319.63115.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.12%
GREEN value IS 242 (94.92% from 255) = 56.94%
BLUE value IS 4 (1.95% from 255) = 0.94%
R=42.12%
G=56.94%
B=0.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal17924240.2600.980.0575.8896.7548.24
HexB3F241A06254c6130
Octal2633624320142511414160
Binary1011001111110010100110100110001010110011001100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3F204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3F204; }

 p { color: rgb(179,242,4); }

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

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

 a { background-color: rgb(179,242,4); }

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

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

 span { border-color: rgb(179,242,4); }

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