Shades of Green Yellow #B0F030
Tints of Green Yellow #B0F030
RGB
CMYK
RGB Variations
Color information
#B0F030 (or 0xB0F030) is known color: Green Yellow. HEX triplet: B0, F0 and 30. RGB value is (176,240,48). Sum of RGB (Red+Green+Blue) = 176+240+48=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 240 (94.14% from 255 or 51.72% from 464); Blue value is 48 (19.14% from 255 or 10.34% from 464); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F030 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0F030 is #4F0FCF. Grayscale: #C7C7C7. Windows color (decimal): -5181392 or 3207344. OLE color: 3207344.
HSL color Cylindrical-coordinate representation of color #B0F030: hue angle of 80º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B0F030 is Cyan = 0.27, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 240 | 48 | - |
| CMYK | 0.27 | 0 | 0.8 | 0.06 |
| HSL | 80º | 0.86% | 0.56% | - |
| HSV(B) | 80º | 0.8% | 0.94% | - |
| XYZ | 49.6 | 71.76 | 14.03 | - |
| YUV | 198.98 | 42.8 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 240 | 48 | 0.27 | 0 | 0.8 | 0.06 | 80 | 0.86 | 0.56 |
| Hex | B0 | F0 | 30 | 1B | 0 | 50 | 6 | 50 | 56 | 38 |
| Octal | 260 | 360 | 60 | 33 | 0 | 120 | 6 | 120 | 126 | 70 |
| Binary | 10110000 | 11110000 | 110000 | 11011 | 0 | 1010000 | 110 | 1010000 | 1010110 | 111000 |
Color Harmonies of #B0F030
Complementary color
Monochromatic Colors of #B0F030
Black with #B0F030
Text Example
Text Example
White with #B0F030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F030; }
p { color: rgb(176,240,48); }
H1.HeaderClassName
{
color: #B0F030;
}
.AnyTagClassName
{
color: #B0F030;
}
</style>
background-color css
<style>
a { background-color: #B0F030; }
a { background-color: rgb(176,240,48); }
div.DivClassName
{
background-color: #B0F030;
}
.BgClassName
{
background-color: #B0F030;
}
</style>
border-color css
<style>
span { border-color: #B0F030; }
span { border-color: rgb(176,240,48); }
td.TdClassName
{
border-color: #B0F030;
}
.TagClassName
{
border-color: #B0F030;
}
</style>