Shades of Fuego #B2E02B
Tints of Fuego #B2E02B
RGB
CMYK
RGB Variations
Color information
#B2E02B (or 0xB2E02B) is known color: Fuego. HEX triplet: B2, E0 and 2B. RGB value is (178,224,43). Sum of RGB (Red+Green+Blue) = 178+224+43=445 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40% from 445); Green value is 224 (87.89% from 255 or 50.34% from 445); Blue value is 43 (17.19% from 255 or 9.66% from 445); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E02B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2E02B is #4D1FD4. Grayscale: #BEBEBE. Windows color (decimal): -5054421 or 2875570. OLE color: 2875570.
HSL color Cylindrical-coordinate representation of color #B2E02B: hue angle of 75.25º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B2E02B is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 224 | 43 | - |
| CMYK | 0.21 | 0 | 0.81 | 0.12 |
| HSL | 75.25º | 0.74% | 0.52% | - |
| HSV(B) | 75.25º | 0.81% | 0.88% | - |
| XYZ | 45.45 | 62.95 | 12.04 | - |
| YUV | 189.61 | 45.26 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 224 | 43 | 0.21 | 0 | 0.81 | 0.12 | 75.25 | 0.74 | 0.52 |
| Hex | B2 | E0 | 2B | 15 | 0 | 51 | C | 4B | 4A | 34 |
| Octal | 262 | 340 | 53 | 25 | 0 | 121 | 14 | 113 | 112 | 64 |
| Binary | 10110010 | 11100000 | 101011 | 10101 | 0 | 1010001 | 1100 | 1001011 | 1001010 | 110100 |
Color Harmonies of #B2E02B
Complementary color
Monochromatic Colors of #B2E02B
Black with #B2E02B
Text Example
Text Example
White with #B2E02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E02B; }
p { color: rgb(178,224,43); }
H1.HeaderClassName
{
color: #B2E02B;
}
.AnyTagClassName
{
color: #B2E02B;
}
</style>
background-color css
<style>
a { background-color: #B2E02B; }
a { background-color: rgb(178,224,43); }
div.DivClassName
{
background-color: #B2E02B;
}
.BgClassName
{
background-color: #B2E02B;
}
</style>
border-color css
<style>
span { border-color: #B2E02B; }
span { border-color: rgb(178,224,43); }
td.TdClassName
{
border-color: #B2E02B;
}
.TagClassName
{
border-color: #B2E02B;
}
</style>