Shades of Fuego #B2E030
Tints of Fuego #B2E030
RGB
CMYK
RGB Variations
Color information
#B2E030 (or 0xB2E030) is known color: Fuego. HEX triplet: B2, E0 and 30. RGB value is (178,224,48). Sum of RGB (Red+Green+Blue) = 178+224+48=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 224 (87.89% from 255 or 49.78% from 450); Blue value is 48 (19.14% from 255 or 10.67% from 450); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E030 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2E030 is #4D1FCF. Grayscale: #BEBEBE. Windows color (decimal): -5054416 or 3203250. OLE color: 3203250.
HSL color Cylindrical-coordinate representation of color #B2E030: hue angle of 75.68º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B2E030 is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 224 | 48 | - |
| CMYK | 0.21 | 0 | 0.79 | 0.12 |
| HSL | 75.68º | 0.74% | 0.53% | - |
| HSV(B) | 75.68º | 0.79% | 0.88% | - |
| XYZ | 45.55 | 62.99 | 12.55 | - |
| YUV | 190.18 | 47.76 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 224 | 48 | 0.21 | 0 | 0.79 | 0.12 | 75.68 | 0.74 | 0.53 |
| Hex | B2 | E0 | 30 | 15 | 0 | 4F | C | 4C | 4A | 35 |
| Octal | 262 | 340 | 60 | 25 | 0 | 117 | 14 | 114 | 112 | 65 |
| Binary | 10110010 | 11100000 | 110000 | 10101 | 0 | 1001111 | 1100 | 1001100 | 1001010 | 110101 |
Color Harmonies of #B2E030
Complementary color
Monochromatic Colors of #B2E030
Black with #B2E030
Text Example
Text Example
White with #B2E030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E030; }
p { color: rgb(178,224,48); }
H1.HeaderClassName
{
color: #B2E030;
}
.AnyTagClassName
{
color: #B2E030;
}
</style>
background-color css
<style>
a { background-color: #B2E030; }
a { background-color: rgb(178,224,48); }
div.DivClassName
{
background-color: #B2E030;
}
.BgClassName
{
background-color: #B2E030;
}
</style>
border-color css
<style>
span { border-color: #B2E030; }
span { border-color: rgb(178,224,48); }
td.TdClassName
{
border-color: #B2E030;
}
.TagClassName
{
border-color: #B2E030;
}
</style>