Shades of Green Yellow #B2FE2A
Tints of Green Yellow #B2FE2A
RGB
CMYK
RGB Variations
Color information
#B2FE2A (or 0xB2FE2A) is known color: Green Yellow. HEX triplet: B2, FE and 2A. RGB value is (178,254,42). Sum of RGB (Red+Green+Blue) = 178+254+42=474 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.55% from 474); Green value is 254 (99.61% from 255 or 53.59% from 474); Blue value is 42 (16.80% from 255 or 8.86% from 474); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FE2A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2FE2A is #4D01D5. Grayscale: #CFCFCF. Windows color (decimal): -5046742 or 2817714. OLE color: 2817714.
HSL color Cylindrical-coordinate representation of color #B2FE2A: hue angle of 81.51º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2FE2A is Cyan = 0.30, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 254 | 42 | - |
| CMYK | 0.30 | 0 | 0.83 | 0.00 |
| HSL | 81.51º | 0.99% | 0.58% | - |
| HSV(B) | 81.51º | 0.83% | 1% | - |
| XYZ | 54.22 | 80.52 | 14.87 | - |
| YUV | 207.11 | 34.82 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 254 | 42 | 0.30 | 0 | 0.83 | 0.00 | 81.51 | 0.99 | 0.58 |
| Hex | B2 | FE | 2A | 1E | 0 | 53 | 0 | 52 | 63 | 3A |
| Octal | 262 | 376 | 52 | 36 | 0 | 123 | 0 | 122 | 143 | 72 |
| Binary | 10110010 | 11111110 | 101010 | 11110 | 0 | 1010011 | 0 | 1010010 | 1100011 | 111010 |
Color Harmonies of #B2FE2A
Complementary color
Monochromatic Colors of #B2FE2A
Black with #B2FE2A
Text Example
Text Example
White with #B2FE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FE2A; }
p { color: rgb(178,254,42); }
H1.HeaderClassName
{
color: #B2FE2A;
}
.AnyTagClassName
{
color: #B2FE2A;
}
</style>
background-color css
<style>
a { background-color: #B2FE2A; }
a { background-color: rgb(178,254,42); }
div.DivClassName
{
background-color: #B2FE2A;
}
.BgClassName
{
background-color: #B2FE2A;
}
</style>
border-color css
<style>
span { border-color: #B2FE2A; }
span { border-color: rgb(178,254,42); }
td.TdClassName
{
border-color: #B2FE2A;
}
.TagClassName
{
border-color: #B2FE2A;
}
</style>