Shades of Green Yellow #B0FF1C
Tints of Green Yellow #B0FF1C
RGB
CMYK
RGB Variations
Color information
#B0FF1C (or 0xB0FF1C) is known color: Green Yellow. HEX triplet: B0, FF and 1C. RGB value is (176,255,28). Sum of RGB (Red+Green+Blue) = 176+255+28=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 255 (100% from 255 or 55.56% from 459); Blue value is 28 (11.33% from 255 or 6.10% from 459); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF1C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0FF1C is #4F00E3. Grayscale: #CECECE. Windows color (decimal): -5177572 or 1900464. OLE color: 1900464.
HSL color Cylindrical-coordinate representation of color #B0FF1C: hue angle of 80.88º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B0FF1C is Cyan = 0.31, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 28 | - |
| CMYK | 0.31 | 0 | 0.89 | 0 |
| HSL | 80.88º | 1% | 0.55% | - |
| HSV(B) | 80.88º | 0.89% | 1% | - |
| XYZ | 53.87 | 80.83 | 13.86 | - |
| YUV | 205.5 | 27.83 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 28 | 0.31 | 0 | 0.89 | 0 | 80.88 | 1 | 0.55 |
| Hex | B0 | FF | 1C | 1F | 0 | 59 | 0 | 51 | 64 | 37 |
| Octal | 260 | 377 | 34 | 37 | 0 | 131 | 0 | 121 | 144 | 67 |
| Binary | 10110000 | 11111111 | 11100 | 11111 | 0 | 1011001 | 0 | 1010001 | 1100100 | 110111 |
Color Harmonies of #B0FF1C
Complementary color
Monochromatic Colors of #B0FF1C
Black with #B0FF1C
Text Example
Text Example
White with #B0FF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FF1C; }
p { color: rgb(176,255,28); }
H1.HeaderClassName
{
color: #B0FF1C;
}
.AnyTagClassName
{
color: #B0FF1C;
}
</style>
background-color css
<style>
a { background-color: #B0FF1C; }
a { background-color: rgb(176,255,28); }
div.DivClassName
{
background-color: #B0FF1C;
}
.BgClassName
{
background-color: #B0FF1C;
}
</style>
border-color css
<style>
span { border-color: #B0FF1C; }
span { border-color: rgb(176,255,28); }
td.TdClassName
{
border-color: #B0FF1C;
}
.TagClassName
{
border-color: #B0FF1C;
}
</style>