Shades of Green Yellow #B2FF34
Tints of Green Yellow #B2FF34
RGB
CMYK
RGB Variations
Color information
#B2FF34 (or 0xB2FF34) is known color: Green Yellow. HEX triplet: B2, FF and 34. RGB value is (178,255,52). Sum of RGB (Red+Green+Blue) = 178+255+52=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 255 (100% from 255 or 52.58% from 485); Blue value is 52 (20.70% from 255 or 10.72% from 485); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FF34 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2FF34 is #4D00CB. Grayscale: #D1D1D1. Windows color (decimal): -5046476 or 3473330. OLE color: 3473330.
HSL color Cylindrical-coordinate representation of color #B2FF34: hue angle of 82.76º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B2FF34 is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 52 | - |
| CMYK | 0.30 | 0 | 0.80 | 0 |
| HSL | 82.76º | 1% | 0.6% | - |
| HSV(B) | 82.76º | 0.8% | 1% | - |
| XYZ | 54.74 | 81.23 | 16.04 | - |
| YUV | 208.84 | 39.49 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 52 | 0.30 | 0 | 0.80 | 0 | 82.76 | 1 | 0.6 |
| Hex | B2 | FF | 34 | 1E | 0 | 50 | 0 | 53 | 64 | 3C |
| Octal | 262 | 377 | 64 | 36 | 0 | 120 | 0 | 123 | 144 | 74 |
| Binary | 10110010 | 11111111 | 110100 | 11110 | 0 | 1010000 | 0 | 1010011 | 1100100 | 111100 |
Color Harmonies of #B2FF34
Complementary color
Monochromatic Colors of #B2FF34
Black with #B2FF34
Text Example
Text Example
White with #B2FF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FF34; }
p { color: rgb(178,255,52); }
H1.HeaderClassName
{
color: #B2FF34;
}
.AnyTagClassName
{
color: #B2FF34;
}
</style>
background-color css
<style>
a { background-color: #B2FF34; }
a { background-color: rgb(178,255,52); }
div.DivClassName
{
background-color: #B2FF34;
}
.BgClassName
{
background-color: #B2FF34;
}
</style>
border-color css
<style>
span { border-color: #B2FF34; }
span { border-color: rgb(178,255,52); }
td.TdClassName
{
border-color: #B2FF34;
}
.TagClassName
{
border-color: #B2FF34;
}
</style>