Shades of Green Yellow #B0FF2C
Tints of Green Yellow #B0FF2C
RGB
CMYK
RGB Variations
Color information
#B0FF2C (or 0xB0FF2C) is known color: Green Yellow. HEX triplet: B0, FF and 2C. RGB value is (176,255,44). Sum of RGB (Red+Green+Blue) = 176+255+44=475 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.05% from 475); Green value is 255 (100% from 255 or 53.68% from 475); Blue value is 44 (17.58% from 255 or 9.26% from 475); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF2C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0FF2C is #4F00D3. Grayscale: #D0D0D0. Windows color (decimal): -5177556 or 2949040. OLE color: 2949040.
HSL color Cylindrical-coordinate representation of color #B0FF2C: hue angle of 82.46º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B0FF2C is Cyan = 0.31, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 44 | - |
| CMYK | 0.31 | 0 | 0.83 | 0 |
| HSL | 82.46º | 1% | 0.59% | - |
| HSV(B) | 82.46º | 0.83% | 1% | - |
| XYZ | 54.12 | 80.93 | 15.15 | - |
| YUV | 207.33 | 35.83 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 44 | 0.31 | 0 | 0.83 | 0 | 82.46 | 1 | 0.59 |
| Hex | B0 | FF | 2C | 1F | 0 | 53 | 0 | 52 | 64 | 3B |
| Octal | 260 | 377 | 54 | 37 | 0 | 123 | 0 | 122 | 144 | 73 |
| Binary | 10110000 | 11111111 | 101100 | 11111 | 0 | 1010011 | 0 | 1010010 | 1100100 | 111011 |
Color Harmonies of #B0FF2C
Complementary color
Monochromatic Colors of #B0FF2C
Black with #B0FF2C
Text Example
Text Example
White with #B0FF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FF2C; }
p { color: rgb(176,255,44); }
H1.HeaderClassName
{
color: #B0FF2C;
}
.AnyTagClassName
{
color: #B0FF2C;
}
</style>
background-color css
<style>
a { background-color: #B0FF2C; }
a { background-color: rgb(176,255,44); }
div.DivClassName
{
background-color: #B0FF2C;
}
.BgClassName
{
background-color: #B0FF2C;
}
</style>
border-color css
<style>
span { border-color: #B0FF2C; }
span { border-color: rgb(176,255,44); }
td.TdClassName
{
border-color: #B0FF2C;
}
.TagClassName
{
border-color: #B0FF2C;
}
</style>