Shades of Green Yellow #B2F030
Tints of Green Yellow #B2F030
RGB
CMYK
RGB Variations
Color information
#B2F030 (or 0xB2F030) is known color: Green Yellow. HEX triplet: B2, F0 and 30. RGB value is (178,240,48). Sum of RGB (Red+Green+Blue) = 178+240+48=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 240 (94.14% from 255 or 51.50% from 466); Blue value is 48 (19.14% from 255 or 10.30% from 466); Max value from RGB is 240 - color contains mainly: green. Hex color #B2F030 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2F030 is #4D0FCF. Grayscale: #C8C8C8. Windows color (decimal): -5050320 or 3207346. OLE color: 3207346.
HSL color Cylindrical-coordinate representation of color #B2F030: hue angle of 79.38º 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 #B2F030 is Cyan = 0.26, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 240 | 48 | - |
| CMYK | 0.26 | 0 | 0.8 | 0.06 |
| HSL | 79.38º | 0.86% | 0.56% | - |
| HSV(B) | 79.38º | 0.8% | 0.94% | - |
| XYZ | 50.05 | 72 | 14.06 | - |
| YUV | 199.57 | 42.46 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 240 | 48 | 0.26 | 0 | 0.8 | 0.06 | 79.38 | 0.86 | 0.56 |
| Hex | B2 | F0 | 30 | 1A | 0 | 50 | 6 | 4F | 56 | 38 |
| Octal | 262 | 360 | 60 | 32 | 0 | 120 | 6 | 117 | 126 | 70 |
| Binary | 10110010 | 11110000 | 110000 | 11010 | 0 | 1010000 | 110 | 1001111 | 1010110 | 111000 |
Color Harmonies of #B2F030
Complementary color
Monochromatic Colors of #B2F030
Black with #B2F030
Text Example
Text Example
White with #B2F030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F030; }
p { color: rgb(178,240,48); }
H1.HeaderClassName
{
color: #B2F030;
}
.AnyTagClassName
{
color: #B2F030;
}
</style>
background-color css
<style>
a { background-color: #B2F030; }
a { background-color: rgb(178,240,48); }
div.DivClassName
{
background-color: #B2F030;
}
.BgClassName
{
background-color: #B2F030;
}
</style>
border-color css
<style>
span { border-color: #B2F030; }
span { border-color: rgb(178,240,48); }
td.TdClassName
{
border-color: #B2F030;
}
.TagClassName
{
border-color: #B2F030;
}
</style>