Shades of Green Yellow #BCFE2C
Tints of Green Yellow #BCFE2C
RGB
CMYK
RGB Variations
Color information
#BCFE2C (or 0xBCFE2C) is known color: Green Yellow. HEX triplet: BC, FE and 2C. RGB value is (188,254,44). Sum of RGB (Red+Green+Blue) = 188+254+44=486 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.68% from 486); Green value is 254 (99.61% from 255 or 52.26% from 486); Blue value is 44 (17.58% from 255 or 9.05% from 486); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFE2C is #4301D3. Grayscale: #D3D3D3. Windows color (decimal): -4391380 or 2948796. OLE color: 2948796.
HSL color Cylindrical-coordinate representation of color #BCFE2C: hue angle of 78.86º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BCFE2C is Cyan = 0.26, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 44 | - |
| CMYK | 0.26 | 0 | 0.83 | 0.00 |
| HSL | 78.86º | 0.99% | 0.58% | - |
| HSV(B) | 78.86º | 0.83% | 1% | - |
| XYZ | 56.64 | 81.76 | 15.18 | - |
| YUV | 210.33 | 34.13 | 112.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 44 | 0.26 | 0 | 0.83 | 0.00 | 78.86 | 0.99 | 0.58 |
| Hex | BC | FE | 2C | 1A | 0 | 53 | 0 | 4F | 63 | 3A |
| Octal | 274 | 376 | 54 | 32 | 0 | 123 | 0 | 117 | 143 | 72 |
| Binary | 10111100 | 11111110 | 101100 | 11010 | 0 | 1010011 | 0 | 1001111 | 1100011 | 111010 |
Color Harmonies of #BCFE2C
Complementary color
Monochromatic Colors of #BCFE2C
Black with #BCFE2C
Text Example
Text Example
White with #BCFE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFE2C; }
p { color: rgb(188,254,44); }
H1.HeaderClassName
{
color: #BCFE2C;
}
.AnyTagClassName
{
color: #BCFE2C;
}
</style>
background-color css
<style>
a { background-color: #BCFE2C; }
a { background-color: rgb(188,254,44); }
div.DivClassName
{
background-color: #BCFE2C;
}
.BgClassName
{
background-color: #BCFE2C;
}
</style>
border-color css
<style>
span { border-color: #BCFE2C; }
span { border-color: rgb(188,254,44); }
td.TdClassName
{
border-color: #BCFE2C;
}
.TagClassName
{
border-color: #BCFE2C;
}
</style>