Shades of Green Yellow #B2FF20
Tints of Green Yellow #B2FF20
RGB
CMYK
RGB Variations
Color information
#B2FF20 (or 0xB2FF20) is known color: Green Yellow. HEX triplet: B2, FF and 20. RGB value is (178,255,32). Sum of RGB (Red+Green+Blue) = 178+255+32=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 255 (100% from 255 or 54.84% from 465); Blue value is 32 (12.89% from 255 or 6.88% from 465); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FF20 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2FF20 is #4D00DF. Grayscale: #CFCFCF. Windows color (decimal): -5046496 or 2162610. OLE color: 2162610.
HSL color Cylindrical-coordinate representation of color #B2FF20: hue angle of 80.72º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B2FF20 is Cyan = 0.30, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 32 | - |
| CMYK | 0.30 | 0 | 0.87 | 0 |
| HSL | 80.72º | 1% | 0.56% | - |
| HSV(B) | 80.72º | 0.87% | 1% | - |
| XYZ | 54.38 | 81.09 | 14.15 | - |
| YUV | 206.56 | 29.49 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 32 | 0.30 | 0 | 0.87 | 0 | 80.72 | 1 | 0.56 |
| Hex | B2 | FF | 20 | 1E | 0 | 57 | 0 | 51 | 64 | 38 |
| Octal | 262 | 377 | 40 | 36 | 0 | 127 | 0 | 121 | 144 | 70 |
| Binary | 10110010 | 11111111 | 100000 | 11110 | 0 | 1010111 | 0 | 1010001 | 1100100 | 111000 |
Color Harmonies of #B2FF20
Complementary color
Monochromatic Colors of #B2FF20
Black with #B2FF20
Text Example
Text Example
White with #B2FF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FF20; }
p { color: rgb(178,255,32); }
H1.HeaderClassName
{
color: #B2FF20;
}
.AnyTagClassName
{
color: #B2FF20;
}
</style>
background-color css
<style>
a { background-color: #B2FF20; }
a { background-color: rgb(178,255,32); }
div.DivClassName
{
background-color: #B2FF20;
}
.BgClassName
{
background-color: #B2FF20;
}
</style>
border-color css
<style>
span { border-color: #B2FF20; }
span { border-color: rgb(178,255,32); }
td.TdClassName
{
border-color: #B2FF20;
}
.TagClassName
{
border-color: #B2FF20;
}
</style>