Html Css Color HEX #B0F003 Spring Bud

📋 copy color: '#B0F003'

red 176 ◦ green 240 ◦ blue 3

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

Shades of Spring Bud #B0F003

Tints of Spring Bud #B0F003

RGB

 RED value IS 176 (69.14% from 255) = 42%

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

 BLUE value IS 3 (1.56% from 255) = 0.72%

R = 42%
G = 57.28%
B = 0.72%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0.06

RGB Variations

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

Color information

#B0F003 (or 0xB0F003) is known color: Spring Bud. HEX triplet: B0, F0 and 03. RGB value is (176,240,3). Sum of RGB (Red+Green+Blue) = 176+240+3=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 240 (94.14% from 255 or 57.28% from 419); Blue value is 3 (1.56% from 255 or 0.72% from 419); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F003 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0F003 is #4F0FFC. Grayscale: #C2C2C2. Windows color (decimal): -5181437 or 258224. OLE color: 258224.

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

Color convert

RGB 176 240 3 -
CMYK 0.27 0 0.99 0.06
HSL 76.2º 0.98% 0.48% -
HSV(B) 76.2º 0.99% 0.94% -
XYZ 49.08 71.56 11.31 -
YUV 193.85 20.3 115.27 -
System Red Green Blue C M Y K H S L
Decimal 176 240 3 0.27 0 0.99 0.06 76.2 0.98 0.48
Hex B0 F0 3 1B 0 63 6 4C 62 30
Octal 260 360 3 33 0 143 6 114 142 60
Binary 10110000 11110000 11 11011 0 1100011 110 1001100 1100010 110000

Color Harmonies of #B0F003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0F003

Black with #B0F003

Text Example


Text Example

White with #B0F003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0F003; }

 p { color: rgb(176,240,3); }

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

background-color css

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

 a { background-color: rgb(176,240,3); }

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

border-color css

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

 span { border-color: rgb(176,240,3); }

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