Html Css Color HEX #B3F300 Spring Bud

📋 copy color: '#B3F300'

red 179 ◦ green 243 ◦ blue 0

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

Shades of Spring Bud #B3F300

Tints of Spring Bud #B3F300

RGB

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

 GREEN value IS 243 (95.31% from 255) = 57.58%

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

R = 42.42%
G = 57.58%
B = 0%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#B3F300 (or 0xB3F300) is known color: Spring Bud. HEX triplet: B3, F3 and 00. RGB value is (179,243,0). Sum of RGB (Red+Green+Blue) = 179+243+0=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 243 (95.31% from 255 or 57.58% from 422); Blue value is 0 (0.39% from 255 or 0% from 422); Max value from RGB is 243 - color contains mainly: green. Hex color #B3F300 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B3F300 is #4C0CFF. Grayscale: #C5C5C5. Windows color (decimal): -4984064 or 62387. OLE color: 62387.

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

Color convert

RGB 179 243 0 -
CMYK 0.26 0 1 0.05
HSL 75.8º 1% 0.48% -
HSV(B) 75.8º 1% 0.95% -
XYZ 50.64 73.68 11.55 -
YUV 196.16 17.3 115.76 -
System Red Green Blue C M Y K H S L
Decimal 179 243 0 0.26 0 1 0.05 75.8 1 0.48
Hex B3 F3 0 1A 0 64 5 4C 64 30
Octal 263 363 0 32 0 144 5 114 144 60
Binary 10110011 11110011 0 11010 0 1100100 101 1001100 1100100 110000

Color Harmonies of #B3F300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3F300

Black with #B3F300

Text Example


Text Example

White with #B3F300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3F300; }

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

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

background-color css

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

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

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

border-color css

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

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

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