Shades of Spring Bud #B2FC02
Tints of Spring Bud #B2FC02
RGB
CMYK
RGB Variations
Color information
#B2FC02 (or 0xB2FC02) is known color: Spring Bud. HEX triplet: B2, FC and 02. RGB value is (178,252,2). Sum of RGB (Red+Green+Blue) = 178+252+2=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 252 (98.83% from 255 or 58.33% from 432); Blue value is 2 (1.17% from 255 or 0.46% from 432); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FC02 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B2FC02 is #4D03FD. Grayscale: #CACACA. Windows color (decimal): -5047294 or 195762. OLE color: 195762.
HSL color Cylindrical-coordinate representation of color #B2FC02: hue angle of 77.76º 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 #B2FC02 is Cyan = 0.29, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 252 | 2 | - |
| CMYK | 0.29 | 0 | 0.99 | 0.01 |
| HSL | 77.76º | 0.98% | 0.5% | - |
| HSV(B) | 77.76º | 0.99% | 0.99% | - |
| XYZ | 53.18 | 79.09 | 12.52 | - |
| YUV | 201.37 | 15.48 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 252 | 2 | 0.29 | 0 | 0.99 | 0.01 | 77.76 | 0.98 | 0.5 |
| Hex | B2 | FC | 2 | 1D | 0 | 63 | 1 | 4E | 62 | 32 |
| Octal | 262 | 374 | 2 | 35 | 0 | 143 | 1 | 116 | 142 | 62 |
| Binary | 10110010 | 11111100 | 10 | 11101 | 0 | 1100011 | 1 | 1001110 | 1100010 | 110010 |
Color Harmonies of #B2FC02
Complementary color
Monochromatic Colors of #B2FC02
Black with #B2FC02
Text Example
Text Example
White with #B2FC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FC02; }
p { color: rgb(178,252,2); }
H1.HeaderClassName
{
color: #B2FC02;
}
.AnyTagClassName
{
color: #B2FC02;
}
</style>
background-color css
<style>
a { background-color: #B2FC02; }
a { background-color: rgb(178,252,2); }
div.DivClassName
{
background-color: #B2FC02;
}
.BgClassName
{
background-color: #B2FC02;
}
</style>
border-color css
<style>
span { border-color: #B2FC02; }
span { border-color: rgb(178,252,2); }
td.TdClassName
{
border-color: #B2FC02;
}
.TagClassName
{
border-color: #B2FC02;
}
</style>