Shades of Green Yellow #B2FC3C
Tints of Green Yellow #B2FC3C
RGB
CMYK
RGB Variations
Color information
#B2FC3C (or 0xB2FC3C) is known color: Green Yellow. HEX triplet: B2, FC and 3C. RGB value is (178,252,60). Sum of RGB (Red+Green+Blue) = 178+252+60=490 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.33% from 490); Green value is 252 (98.83% from 255 or 51.43% from 490); Blue value is 60 (23.83% from 255 or 12.24% from 490); Max value from RGB is 252 - color contains mainly: green. Hex color #B2FC3C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2FC3C is #4D03C3. Grayscale: #D0D0D0. Windows color (decimal): -5047236 or 3996850. OLE color: 3996850.
HSL color Cylindrical-coordinate representation of color #B2FC3C: hue angle of 83.13º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B2FC3C is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 252 | 60 | - |
| CMYK | 0.29 | 0 | 0.76 | 0.01 |
| HSL | 83.13º | 0.97% | 0.61% | - |
| HSV(B) | 83.13º | 0.76% | 0.99% | - |
| XYZ | 53.99 | 79.41 | 16.76 | - |
| YUV | 207.99 | 44.48 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 252 | 60 | 0.29 | 0 | 0.76 | 0.01 | 83.13 | 0.97 | 0.61 |
| Hex | B2 | FC | 3C | 1D | 0 | 4C | 1 | 53 | 61 | 3D |
| Octal | 262 | 374 | 74 | 35 | 0 | 114 | 1 | 123 | 141 | 75 |
| Binary | 10110010 | 11111100 | 111100 | 11101 | 0 | 1001100 | 1 | 1010011 | 1100001 | 111101 |
Color Harmonies of #B2FC3C
Complementary color
Monochromatic Colors of #B2FC3C
Black with #B2FC3C
Text Example
Text Example
White with #B2FC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FC3C; }
p { color: rgb(178,252,60); }
H1.HeaderClassName
{
color: #B2FC3C;
}
.AnyTagClassName
{
color: #B2FC3C;
}
</style>
background-color css
<style>
a { background-color: #B2FC3C; }
a { background-color: rgb(178,252,60); }
div.DivClassName
{
background-color: #B2FC3C;
}
.BgClassName
{
background-color: #B2FC3C;
}
</style>
border-color css
<style>
span { border-color: #B2FC3C; }
span { border-color: rgb(178,252,60); }
td.TdClassName
{
border-color: #B2FC3C;
}
.TagClassName
{
border-color: #B2FC3C;
}
</style>