Shades of Green Yellow #B0FF2E
Tints of Green Yellow #B0FF2E
RGB
CMYK
RGB Variations
Color information
#B0FF2E (or 0xB0FF2E) is known color: Green Yellow. HEX triplet: B0, FF and 2E. RGB value is (176,255,46). Sum of RGB (Red+Green+Blue) = 176+255+46=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 255 (100% from 255 or 53.46% from 477); Blue value is 46 (18.36% from 255 or 9.64% from 477); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF2E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0FF2E is #4F00D1. Grayscale: #D0D0D0. Windows color (decimal): -5177554 or 3080112. OLE color: 3080112.
HSL color Cylindrical-coordinate representation of color #B0FF2E: hue angle of 82.68º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B0FF2E is Cyan = 0.31, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 46 | - |
| CMYK | 0.31 | 0 | 0.82 | 0 |
| HSL | 82.68º | 1% | 0.59% | - |
| HSV(B) | 82.68º | 0.82% | 1% | - |
| XYZ | 54.16 | 80.95 | 15.35 | - |
| YUV | 207.55 | 36.83 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 46 | 0.31 | 0 | 0.82 | 0 | 82.68 | 1 | 0.59 |
| Hex | B0 | FF | 2E | 1F | 0 | 52 | 0 | 53 | 64 | 3B |
| Octal | 260 | 377 | 56 | 37 | 0 | 122 | 0 | 123 | 144 | 73 |
| Binary | 10110000 | 11111111 | 101110 | 11111 | 0 | 1010010 | 0 | 1010011 | 1100100 | 111011 |
Color Harmonies of #B0FF2E
Complementary color
Monochromatic Colors of #B0FF2E
Black with #B0FF2E
Text Example
Text Example
White with #B0FF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FF2E; }
p { color: rgb(176,255,46); }
H1.HeaderClassName
{
color: #B0FF2E;
}
.AnyTagClassName
{
color: #B0FF2E;
}
</style>
background-color css
<style>
a { background-color: #B0FF2E; }
a { background-color: rgb(176,255,46); }
div.DivClassName
{
background-color: #B0FF2E;
}
.BgClassName
{
background-color: #B0FF2E;
}
</style>
border-color css
<style>
span { border-color: #B0FF2E; }
span { border-color: rgb(176,255,46); }
td.TdClassName
{
border-color: #B0FF2E;
}
.TagClassName
{
border-color: #B0FF2E;
}
</style>