Shades of Green Yellow #B2FF1B
Tints of Green Yellow #B2FF1B
RGB
CMYK
RGB Variations
Color information
#B2FF1B (or 0xB2FF1B) is known color: Green Yellow. HEX triplet: B2, FF and 1B. RGB value is (178,255,27). Sum of RGB (Red+Green+Blue) = 178+255+27=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 255 (100% from 255 or 55.43% from 460); Blue value is 27 (10.94% from 255 or 5.87% from 460); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FF1B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2FF1B is #4D00E4. Grayscale: #CECECE. Windows color (decimal): -5046501 or 1834930. OLE color: 1834930.
HSL color Cylindrical-coordinate representation of color #B2FF1B: hue angle of 80.26º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B2FF1B is Cyan = 0.30, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 27 | - |
| CMYK | 0.30 | 0 | 0.89 | 0 |
| HSL | 80.26º | 1% | 0.55% | - |
| HSV(B) | 80.26º | 0.89% | 1% | - |
| XYZ | 54.32 | 81.06 | 13.82 | - |
| YUV | 205.99 | 26.99 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 27 | 0.30 | 0 | 0.89 | 0 | 80.26 | 1 | 0.55 |
| Hex | B2 | FF | 1B | 1E | 0 | 59 | 0 | 50 | 64 | 37 |
| Octal | 262 | 377 | 33 | 36 | 0 | 131 | 0 | 120 | 144 | 67 |
| Binary | 10110010 | 11111111 | 11011 | 11110 | 0 | 1011001 | 0 | 1010000 | 1100100 | 110111 |
Color Harmonies of #B2FF1B
Complementary color
Monochromatic Colors of #B2FF1B
Black with #B2FF1B
Text Example
Text Example
White with #B2FF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FF1B; }
p { color: rgb(178,255,27); }
H1.HeaderClassName
{
color: #B2FF1B;
}
.AnyTagClassName
{
color: #B2FF1B;
}
</style>
background-color css
<style>
a { background-color: #B2FF1B; }
a { background-color: rgb(178,255,27); }
div.DivClassName
{
background-color: #B2FF1B;
}
.BgClassName
{
background-color: #B2FF1B;
}
</style>
border-color css
<style>
span { border-color: #B2FF1B; }
span { border-color: rgb(178,255,27); }
td.TdClassName
{
border-color: #B2FF1B;
}
.TagClassName
{
border-color: #B2FF1B;
}
</style>