Shades of Spring Bud #B0FC02
Tints of Spring Bud #B0FC02
RGB
CMYK
RGB Variations
Color information
#B0FC02 (or 0xB0FC02) is known color: Spring Bud. HEX triplet: B0, FC and 02. RGB value is (176,252,2). Sum of RGB (Red+Green+Blue) = 176+252+2=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 252 (98.83% from 255 or 58.60% from 430); Blue value is 2 (1.17% from 255 or 0.47% from 430); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FC02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0FC02 is #4F03FD. Grayscale: #C9C9C9. Windows color (decimal): -5178366 or 195760. OLE color: 195760.
HSL color Cylindrical-coordinate representation of color #B0FC02: hue angle of 78.24º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B0FC02 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 252 | 2 | - |
| CMYK | 0.30 | 0 | 0.99 | 0.01 |
| HSL | 78.24º | 0.98% | 0.5% | - |
| HSV(B) | 78.24º | 0.99% | 0.99% | - |
| XYZ | 52.73 | 78.86 | 12.5 | - |
| YUV | 200.78 | 15.82 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 252 | 2 | 0.30 | 0 | 0.99 | 0.01 | 78.24 | 0.98 | 0.5 |
| Hex | B0 | FC | 2 | 1E | 0 | 63 | 1 | 4E | 62 | 32 |
| Octal | 260 | 374 | 2 | 36 | 0 | 143 | 1 | 116 | 142 | 62 |
| Binary | 10110000 | 11111100 | 10 | 11110 | 0 | 1100011 | 1 | 1001110 | 1100010 | 110010 |
Color Harmonies of #B0FC02
Complementary color
Monochromatic Colors of #B0FC02
Black with #B0FC02
Text Example
Text Example
White with #B0FC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FC02; }
p { color: rgb(176,252,2); }
H1.HeaderClassName
{
color: #B0FC02;
}
.AnyTagClassName
{
color: #B0FC02;
}
</style>
background-color css
<style>
a { background-color: #B0FC02; }
a { background-color: rgb(176,252,2); }
div.DivClassName
{
background-color: #B0FC02;
}
.BgClassName
{
background-color: #B0FC02;
}
</style>
border-color css
<style>
span { border-color: #B0FC02; }
span { border-color: rgb(176,252,2); }
td.TdClassName
{
border-color: #B0FC02;
}
.TagClassName
{
border-color: #B0FC02;
}
</style>