Shades of Fuego #B2E02A
Tints of Fuego #B2E02A
RGB
CMYK
RGB Variations
Color information
#B2E02A (or 0xB2E02A) is known color: Fuego. HEX triplet: B2, E0 and 2A. RGB value is (178,224,42). Sum of RGB (Red+Green+Blue) = 178+224+42=444 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.09% from 444); Green value is 224 (87.89% from 255 or 50.45% from 444); Blue value is 42 (16.80% from 255 or 9.46% from 444); Max value from RGB is 224 - color contains mainly: green. Hex color #B2E02A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2E02A is #4D1FD5. Grayscale: #BEBEBE. Windows color (decimal): -5054422 or 2810034. OLE color: 2810034.
HSL color Cylindrical-coordinate representation of color #B2E02A: hue angle of 75.16º degrees, saturation: 0.75, 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 #B2E02A is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 178 | 224 | 42 | - |
| CMYK | 0.21 | 0 | 0.81 | 0.12 |
| HSL | 75.16º | 0.75% | 0.52% | - |
| HSV(B) | 75.16º | 0.81% | 0.88% | - |
| XYZ | 45.43 | 62.94 | 11.95 | - |
| YUV | 189.5 | 44.76 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 224 | 42 | 0.21 | 0 | 0.81 | 0.12 | 75.16 | 0.75 | 0.52 |
| Hex | B2 | E0 | 2A | 15 | 0 | 51 | C | 4B | 4B | 34 |
| Octal | 262 | 340 | 52 | 25 | 0 | 121 | 14 | 113 | 113 | 64 |
| Binary | 10110010 | 11100000 | 101010 | 10101 | 0 | 1010001 | 1100 | 1001011 | 1001011 | 110100 |
Color Harmonies of #B2E02A
Complementary color
Monochromatic Colors of #B2E02A
Black with #B2E02A
Text Example
Text Example
White with #B2E02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E02A; }
p { color: rgb(178,224,42); }
H1.HeaderClassName
{
color: #B2E02A;
}
.AnyTagClassName
{
color: #B2E02A;
}
</style>
background-color css
<style>
a { background-color: #B2E02A; }
a { background-color: rgb(178,224,42); }
div.DivClassName
{
background-color: #B2E02A;
}
.BgClassName
{
background-color: #B2E02A;
}
</style>
border-color css
<style>
span { border-color: #B2E02A; }
span { border-color: rgb(178,224,42); }
td.TdClassName
{
border-color: #B2E02A;
}
.TagClassName
{
border-color: #B2E02A;
}
</style>