Shades of Fuego #B2E02E
Tints of Fuego #B2E02E
RGB
CMYK
RGB Variations
Color information
#B2E02E (or 0xB2E02E) is known color: Fuego. HEX triplet: B2, E0 and 2E. RGB value is (178,224,46). Sum of RGB (Red+Green+Blue) = 178+224+46=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 224 (87.89% from 255 or 50% from 448); Blue value is 46 (18.36% from 255 or 10.27% from 448); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E02E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2E02E is #4D1FD1. Grayscale: #BEBEBE. Windows color (decimal): -5054418 or 3072178. OLE color: 3072178.
HSL color Cylindrical-coordinate representation of color #B2E02E: hue angle of 75.51º 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 #B2E02E is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 224 | 46 | - |
| CMYK | 0.21 | 0 | 0.79 | 0.12 |
| HSL | 75.51º | 0.74% | 0.53% | - |
| HSV(B) | 75.51º | 0.79% | 0.88% | - |
| XYZ | 45.51 | 62.97 | 12.34 | - |
| YUV | 189.95 | 46.76 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 224 | 46 | 0.21 | 0 | 0.79 | 0.12 | 75.51 | 0.74 | 0.53 |
| Hex | B2 | E0 | 2E | 15 | 0 | 4F | C | 4C | 4A | 35 |
| Octal | 262 | 340 | 56 | 25 | 0 | 117 | 14 | 114 | 112 | 65 |
| Binary | 10110010 | 11100000 | 101110 | 10101 | 0 | 1001111 | 1100 | 1001100 | 1001010 | 110101 |
Color Harmonies of #B2E02E
Complementary color
Monochromatic Colors of #B2E02E
Black with #B2E02E
Text Example
Text Example
White with #B2E02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E02E; }
p { color: rgb(178,224,46); }
H1.HeaderClassName
{
color: #B2E02E;
}
.AnyTagClassName
{
color: #B2E02E;
}
</style>
background-color css
<style>
a { background-color: #B2E02E; }
a { background-color: rgb(178,224,46); }
div.DivClassName
{
background-color: #B2E02E;
}
.BgClassName
{
background-color: #B2E02E;
}
</style>
border-color css
<style>
span { border-color: #B2E02E; }
span { border-color: rgb(178,224,46); }
td.TdClassName
{
border-color: #B2E02E;
}
.TagClassName
{
border-color: #B2E02E;
}
</style>