Html Css Color HEX #B3F000 Spring Bud

📋 copy color: '#B3F000'

red 179 ◦ green 240 ◦ blue 0

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

Shades of Spring Bud #B3F000

Tints of Spring Bud #B3F000

RGB

 RED value IS 179 (70.31% from 255) = 42.72%

 GREEN value IS 240 (94.14% from 255) = 57.28%

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

R = 42.72%
G = 57.28%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#B3F000 (or 0xB3F000) is known color: Spring Bud. HEX triplet: B3, F0 and 00. RGB value is (179,240,0). Sum of RGB (Red+Green+Blue) = 179+240+0=419 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.72% from 419); Green value is 240 (94.14% from 255 or 57.28% from 419); Blue value is 0 (0.39% from 255 or 0% from 419); Max value from RGB is 240 - color contains mainly: green. Hex color #B3F000 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B3F000 is #4C0FFF. Grayscale: #C3C3C3. Windows color (decimal): -4984832 or 61619. OLE color: 61619.

HSL color Cylindrical-coordinate representation of color #B3F000: hue angle of 75.25º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B3F000 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 179 240 0 -
CMYK 0.25 0 1 0.06
HSL 75.25º 1% 0.47% -
HSV(B) 75.25º 1% 0.94% -
XYZ 49.75 71.9 11.26 -
YUV 194.4 18.29 117.01 -
System Red Green Blue C M Y K H S L
Decimal 179 240 0 0.25 0 1 0.06 75.25 1 0.47
Hex B3 F0 0 19 0 64 6 4B 64 2F
Octal 263 360 0 31 0 144 6 113 144 57
Binary 10110011 11110000 0 11001 0 1100100 110 1001011 1100100 101111

Color Harmonies of #B3F000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3F000

Black with #B3F000

Text Example


Text Example

White with #B3F000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3F000; }

 p { color: rgb(179,240,0); }

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

background-color css

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

 a { background-color: rgb(179,240,0); }

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

border-color css

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

 span { border-color: rgb(179,240,0); }

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