Shades of Green Yellow #B3FF2A
Tints of Green Yellow #B3FF2A
RGB
CMYK
RGB Variations
Color information
#B3FF2A (or 0xB3FF2A) is known color: Green Yellow. HEX triplet: B3, FF and 2A. RGB value is (179,255,42). Sum of RGB (Red+Green+Blue) = 179+255+42=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 255 (100% from 255 or 53.57% from 476); Blue value is 42 (16.80% from 255 or 8.82% from 476); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FF2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B3FF2A is #4C00D5. Grayscale: #D0D0D0. Windows color (decimal): -4980950 or 2817971. OLE color: 2817971.
HSL color Cylindrical-coordinate representation of color #B3FF2A: hue angle of 81.41º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B3FF2A is Cyan = 0.30, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 255 | 42 | - |
| CMYK | 0.30 | 0 | 0.84 | 0 |
| HSL | 81.41º | 1% | 0.58% | - |
| HSV(B) | 81.41º | 0.84% | 1% | - |
| XYZ | 54.77 | 81.27 | 14.99 | - |
| YUV | 207.99 | 34.32 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 255 | 42 | 0.30 | 0 | 0.84 | 0 | 81.41 | 1 | 0.58 |
| Hex | B3 | FF | 2A | 1E | 0 | 54 | 0 | 51 | 64 | 3A |
| Octal | 263 | 377 | 52 | 36 | 0 | 124 | 0 | 121 | 144 | 72 |
| Binary | 10110011 | 11111111 | 101010 | 11110 | 0 | 1010100 | 0 | 1010001 | 1100100 | 111010 |
Color Harmonies of #B3FF2A
Complementary color
Monochromatic Colors of #B3FF2A
Black with #B3FF2A
Text Example
Text Example
White with #B3FF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FF2A; }
p { color: rgb(179,255,42); }
H1.HeaderClassName
{
color: #B3FF2A;
}
.AnyTagClassName
{
color: #B3FF2A;
}
</style>
background-color css
<style>
a { background-color: #B3FF2A; }
a { background-color: rgb(179,255,42); }
div.DivClassName
{
background-color: #B3FF2A;
}
.BgClassName
{
background-color: #B3FF2A;
}
</style>
border-color css
<style>
span { border-color: #B3FF2A; }
span { border-color: rgb(179,255,42); }
td.TdClassName
{
border-color: #B3FF2A;
}
.TagClassName
{
border-color: #B3FF2A;
}
</style>