Shades of Green Yellow #BCFC2C
Tints of Green Yellow #BCFC2C
RGB
CMYK
RGB Variations
Color information
#BCFC2C (or 0xBCFC2C) is known color: Green Yellow. HEX triplet: BC, FC and 2C. RGB value is (188,252,44). Sum of RGB (Red+Green+Blue) = 188+252+44=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 252 (98.83% from 255 or 52.07% from 484); Blue value is 44 (17.58% from 255 or 9.09% from 484); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFC2C is #4303D3. Grayscale: #D1D1D1. Windows color (decimal): -4391892 or 2948284. OLE color: 2948284.
HSL color Cylindrical-coordinate representation of color #BCFC2C: hue angle of 78.46º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BCFC2C is Cyan = 0.25, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 44 | - |
| CMYK | 0.25 | 0 | 0.83 | 0.01 |
| HSL | 78.46º | 0.97% | 0.58% | - |
| HSV(B) | 78.46º | 0.83% | 0.99% | - |
| XYZ | 56 | 80.49 | 14.97 | - |
| YUV | 209.15 | 34.8 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 44 | 0.25 | 0 | 0.83 | 0.01 | 78.46 | 0.97 | 0.58 |
| Hex | BC | FC | 2C | 19 | 0 | 53 | 1 | 4E | 61 | 3A |
| Octal | 274 | 374 | 54 | 31 | 0 | 123 | 1 | 116 | 141 | 72 |
| Binary | 10111100 | 11111100 | 101100 | 11001 | 0 | 1010011 | 1 | 1001110 | 1100001 | 111010 |
Color Harmonies of #BCFC2C
Complementary color
Monochromatic Colors of #BCFC2C
Black with #BCFC2C
Text Example
Text Example
White with #BCFC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFC2C; }
p { color: rgb(188,252,44); }
H1.HeaderClassName
{
color: #BCFC2C;
}
.AnyTagClassName
{
color: #BCFC2C;
}
</style>
background-color css
<style>
a { background-color: #BCFC2C; }
a { background-color: rgb(188,252,44); }
div.DivClassName
{
background-color: #BCFC2C;
}
.BgClassName
{
background-color: #BCFC2C;
}
</style>
border-color css
<style>
span { border-color: #BCFC2C; }
span { border-color: rgb(188,252,44); }
td.TdClassName
{
border-color: #BCFC2C;
}
.TagClassName
{
border-color: #BCFC2C;
}
</style>