Shades of Fuego #B3E02B
Tints of Fuego #B3E02B
RGB
CMYK
RGB Variations
Color information
#B3E02B (or 0xB3E02B) is known color: Fuego. HEX triplet: B3, E0 and 2B. RGB value is (179,224,43). Sum of RGB (Red+Green+Blue) = 179+224+43=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 224 (87.89% from 255 or 50.22% from 446); Blue value is 43 (17.19% from 255 or 9.64% from 446); Max value from RGB is 224 - color contains mainly: green. Hex color #B3E02B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3E02B is #4C1FD4. Grayscale: #BEBEBE. Windows color (decimal): -4988885 or 2875571. OLE color: 2875571.
HSL color Cylindrical-coordinate representation of color #B3E02B: hue angle of 74.92º 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 #B3E02B is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 179 | 224 | 43 | - |
| CMYK | 0.20 | 0 | 0.81 | 0.12 |
| HSL | 74.92º | 0.74% | 0.52% | - |
| HSV(B) | 74.92º | 0.81% | 0.88% | - |
| XYZ | 45.68 | 63.07 | 12.05 | - |
| YUV | 189.91 | 45.09 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 224 | 43 | 0.20 | 0 | 0.81 | 0.12 | 74.92 | 0.74 | 0.52 |
| Hex | B3 | E0 | 2B | 14 | 0 | 51 | C | 4B | 4A | 34 |
| Octal | 263 | 340 | 53 | 24 | 0 | 121 | 14 | 113 | 112 | 64 |
| Binary | 10110011 | 11100000 | 101011 | 10100 | 0 | 1010001 | 1100 | 1001011 | 1001010 | 110100 |
Color Harmonies of #B3E02B
Complementary color
Monochromatic Colors of #B3E02B
Black with #B3E02B
Text Example
Text Example
White with #B3E02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3E02B; }
p { color: rgb(179,224,43); }
H1.HeaderClassName
{
color: #B3E02B;
}
.AnyTagClassName
{
color: #B3E02B;
}
</style>
background-color css
<style>
a { background-color: #B3E02B; }
a { background-color: rgb(179,224,43); }
div.DivClassName
{
background-color: #B3E02B;
}
.BgClassName
{
background-color: #B3E02B;
}
</style>
border-color css
<style>
span { border-color: #B3E02B; }
span { border-color: rgb(179,224,43); }
td.TdClassName
{
border-color: #B3E02B;
}
.TagClassName
{
border-color: #B3E02B;
}
</style>