Shades of Green Yellow #B2FC2D
Tints of Green Yellow #B2FC2D
RGB
CMYK
RGB Variations
Color information
#B2FC2D (or 0xB2FC2D) is known color: Green Yellow. HEX triplet: B2, FC and 2D. RGB value is (178,252,45). Sum of RGB (Red+Green+Blue) = 178+252+45=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 252 (98.83% from 255 or 53.05% from 475); Blue value is 45 (17.97% from 255 or 9.47% from 475); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FC2D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2FC2D is #4D03D2. Grayscale: #CFCFCF. Windows color (decimal): -5047251 or 3013810. OLE color: 3013810.
HSL color Cylindrical-coordinate representation of color #B2FC2D: hue angle of 81.45º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B2FC2D is Cyan = 0.29, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 252 | 45 | - |
| CMYK | 0.29 | 0 | 0.82 | 0.01 |
| HSL | 81.45º | 0.97% | 0.58% | - |
| HSV(B) | 81.45º | 0.82% | 0.99% | - |
| XYZ | 53.64 | 79.28 | 14.96 | - |
| YUV | 206.28 | 36.98 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 252 | 45 | 0.29 | 0 | 0.82 | 0.01 | 81.45 | 0.97 | 0.58 |
| Hex | B2 | FC | 2D | 1D | 0 | 52 | 1 | 51 | 61 | 3A |
| Octal | 262 | 374 | 55 | 35 | 0 | 122 | 1 | 121 | 141 | 72 |
| Binary | 10110010 | 11111100 | 101101 | 11101 | 0 | 1010010 | 1 | 1010001 | 1100001 | 111010 |
Color Harmonies of #B2FC2D
Complementary color
Monochromatic Colors of #B2FC2D
Black with #B2FC2D
Text Example
Text Example
White with #B2FC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FC2D; }
p { color: rgb(178,252,45); }
H1.HeaderClassName
{
color: #B2FC2D;
}
.AnyTagClassName
{
color: #B2FC2D;
}
</style>
background-color css
<style>
a { background-color: #B2FC2D; }
a { background-color: rgb(178,252,45); }
div.DivClassName
{
background-color: #B2FC2D;
}
.BgClassName
{
background-color: #B2FC2D;
}
</style>
border-color css
<style>
span { border-color: #B2FC2D; }
span { border-color: rgb(178,252,45); }
td.TdClassName
{
border-color: #B2FC2D;
}
.TagClassName
{
border-color: #B2FC2D;
}
</style>