Shades of Green Yellow #B2F02D
Tints of Green Yellow #B2F02D
RGB
CMYK
RGB Variations
Color information
#B2F02D (or 0xB2F02D) is known color: Green Yellow. HEX triplet: B2, F0 and 2D. RGB value is (178,240,45). Sum of RGB (Red+Green+Blue) = 178+240+45=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 240 (94.14% from 255 or 51.84% from 463); Blue value is 45 (17.97% from 255 or 9.72% from 463); Max value from RGB is 240 - color contains mainly: green. Hex color #B2F02D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2F02D is #4D0FD2. Grayscale: #C7C7C7. Windows color (decimal): -5050323 or 3010738. OLE color: 3010738.
HSL color Cylindrical-coordinate representation of color #B2F02D: hue angle of 79.08º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B2F02D is Cyan = 0.26, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 240 | 45 | - |
| CMYK | 0.26 | 0 | 0.81 | 0.06 |
| HSL | 79.08º | 0.87% | 0.56% | - |
| HSV(B) | 79.08º | 0.81% | 0.94% | - |
| XYZ | 49.99 | 71.97 | 13.74 | - |
| YUV | 199.23 | 40.96 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 240 | 45 | 0.26 | 0 | 0.81 | 0.06 | 79.08 | 0.87 | 0.56 |
| Hex | B2 | F0 | 2D | 1A | 0 | 51 | 6 | 4F | 57 | 38 |
| Octal | 262 | 360 | 55 | 32 | 0 | 121 | 6 | 117 | 127 | 70 |
| Binary | 10110010 | 11110000 | 101101 | 11010 | 0 | 1010001 | 110 | 1001111 | 1010111 | 111000 |
Color Harmonies of #B2F02D
Complementary color
Monochromatic Colors of #B2F02D
Black with #B2F02D
Text Example
Text Example
White with #B2F02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F02D; }
p { color: rgb(178,240,45); }
H1.HeaderClassName
{
color: #B2F02D;
}
.AnyTagClassName
{
color: #B2F02D;
}
</style>
background-color css
<style>
a { background-color: #B2F02D; }
a { background-color: rgb(178,240,45); }
div.DivClassName
{
background-color: #B2F02D;
}
.BgClassName
{
background-color: #B2F02D;
}
</style>
border-color css
<style>
span { border-color: #B2F02D; }
span { border-color: rgb(178,240,45); }
td.TdClassName
{
border-color: #B2F02D;
}
.TagClassName
{
border-color: #B2F02D;
}
</style>