Shades of Spring Bud #B0FF02
Tints of Spring Bud #B0FF02
RGB
CMYK
RGB Variations
Color information
#B0FF02 (or 0xB0FF02) is known color: Spring Bud. HEX triplet: B0, FF and 02. RGB value is (176,255,2). Sum of RGB (Red+Green+Blue) = 176+255+2=433 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.65% from 433); Green value is 255 (100% from 255 or 58.89% from 433); Blue value is 2 (1.17% from 255 or 0.46% from 433); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0FF02 is #4F00FD. Grayscale: #CBCBCB. Windows color (decimal): -5177598 or 196528. OLE color: 196528.
HSL color Cylindrical-coordinate representation of color #B0FF02: hue angle of 78.74º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B0FF02 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 2 | - |
| CMYK | 0.31 | 0 | 0.99 | 0 |
| HSL | 78.74º | 1% | 0.5% | - |
| HSV(B) | 78.74º | 0.99% | 1% | - |
| XYZ | 53.68 | 80.75 | 12.82 | - |
| YUV | 202.54 | 14.83 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 2 | 0.31 | 0 | 0.99 | 0 | 78.74 | 1 | 0.5 |
| Hex | B0 | FF | 2 | 1F | 0 | 63 | 0 | 4F | 64 | 32 |
| Octal | 260 | 377 | 2 | 37 | 0 | 143 | 0 | 117 | 144 | 62 |
| Binary | 10110000 | 11111111 | 10 | 11111 | 0 | 1100011 | 0 | 1001111 | 1100100 | 110010 |
Color Harmonies of #B0FF02
Complementary color
Monochromatic Colors of #B0FF02
Black with #B0FF02
Text Example
Text Example
White with #B0FF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FF02; }
p { color: rgb(176,255,2); }
H1.HeaderClassName
{
color: #B0FF02;
}
.AnyTagClassName
{
color: #B0FF02;
}
</style>
background-color css
<style>
a { background-color: #B0FF02; }
a { background-color: rgb(176,255,2); }
div.DivClassName
{
background-color: #B0FF02;
}
.BgClassName
{
background-color: #B0FF02;
}
</style>
border-color css
<style>
span { border-color: #B0FF02; }
span { border-color: rgb(176,255,2); }
td.TdClassName
{
border-color: #B0FF02;
}
.TagClassName
{
border-color: #B0FF02;
}
</style>