Shades of Green Yellow #B3FF2D
Tints of Green Yellow #B3FF2D
RGB
CMYK
RGB Variations
Color information
#B3FF2D (or 0xB3FF2D) is known color: Green Yellow. HEX triplet: B3, FF and 2D. RGB value is (179,255,45). Sum of RGB (Red+Green+Blue) = 179+255+45=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 255 (100% from 255 or 53.24% from 479); Blue value is 45 (17.97% from 255 or 9.39% from 479); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FF2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B3FF2D is #4C00D2. Grayscale: #D1D1D1. Windows color (decimal): -4980947 or 3014579. OLE color: 3014579.
HSL color Cylindrical-coordinate representation of color #B3FF2D: hue angle of 81.71º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B3FF2D is Cyan = 0.30, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 255 | 45 | - |
| CMYK | 0.30 | 0 | 0.82 | 0 |
| HSL | 81.71º | 1% | 0.59% | - |
| HSV(B) | 81.71º | 0.82% | 1% | - |
| XYZ | 54.82 | 81.29 | 15.28 | - |
| YUV | 208.34 | 35.82 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 255 | 45 | 0.30 | 0 | 0.82 | 0 | 81.71 | 1 | 0.59 |
| Hex | B3 | FF | 2D | 1E | 0 | 52 | 0 | 52 | 64 | 3B |
| Octal | 263 | 377 | 55 | 36 | 0 | 122 | 0 | 122 | 144 | 73 |
| Binary | 10110011 | 11111111 | 101101 | 11110 | 0 | 1010010 | 0 | 1010010 | 1100100 | 111011 |
Color Harmonies of #B3FF2D
Complementary color
Monochromatic Colors of #B3FF2D
Black with #B3FF2D
Text Example
Text Example
White with #B3FF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FF2D; }
p { color: rgb(179,255,45); }
H1.HeaderClassName
{
color: #B3FF2D;
}
.AnyTagClassName
{
color: #B3FF2D;
}
</style>
background-color css
<style>
a { background-color: #B3FF2D; }
a { background-color: rgb(179,255,45); }
div.DivClassName
{
background-color: #B3FF2D;
}
.BgClassName
{
background-color: #B3FF2D;
}
</style>
border-color css
<style>
span { border-color: #B3FF2D; }
span { border-color: rgb(179,255,45); }
td.TdClassName
{
border-color: #B3FF2D;
}
.TagClassName
{
border-color: #B3FF2D;
}
</style>