Shades of Green Yellow #BCFE3A
Tints of Green Yellow #BCFE3A
RGB
CMYK
RGB Variations
Color information
#BCFE3A (or 0xBCFE3A) is known color: Green Yellow. HEX triplet: BC, FE and 3A. RGB value is (188,254,58). Sum of RGB (Red+Green+Blue) = 188+254+58=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 254 (99.61% from 255 or 50.8% from 500); Blue value is 58 (23.05% from 255 or 11.6% from 500); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFE3A is #4301C5. Grayscale: #D4D4D4. Windows color (decimal): -4391366 or 3866300. OLE color: 3866300.
HSL color Cylindrical-coordinate representation of color #BCFE3A: hue angle of 80.2º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BCFE3A is Cyan = 0.26, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 58 | - |
| CMYK | 0.26 | 0 | 0.77 | 0.00 |
| HSL | 80.2º | 0.99% | 0.61% | - |
| HSV(B) | 80.2º | 0.77% | 1% | - |
| XYZ | 56.94 | 81.88 | 16.81 | - |
| YUV | 211.92 | 41.13 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 58 | 0.26 | 0 | 0.77 | 0.00 | 80.2 | 0.99 | 0.61 |
| Hex | BC | FE | 3A | 1A | 0 | 4D | 0 | 50 | 63 | 3D |
| Octal | 274 | 376 | 72 | 32 | 0 | 115 | 0 | 120 | 143 | 75 |
| Binary | 10111100 | 11111110 | 111010 | 11010 | 0 | 1001101 | 0 | 1010000 | 1100011 | 111101 |
Color Harmonies of #BCFE3A
Complementary color
Monochromatic Colors of #BCFE3A
Black with #BCFE3A
Text Example
Text Example
White with #BCFE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFE3A; }
p { color: rgb(188,254,58); }
H1.HeaderClassName
{
color: #BCFE3A;
}
.AnyTagClassName
{
color: #BCFE3A;
}
</style>
background-color css
<style>
a { background-color: #BCFE3A; }
a { background-color: rgb(188,254,58); }
div.DivClassName
{
background-color: #BCFE3A;
}
.BgClassName
{
background-color: #BCFE3A;
}
</style>
border-color css
<style>
span { border-color: #BCFE3A; }
span { border-color: rgb(188,254,58); }
td.TdClassName
{
border-color: #BCFE3A;
}
.TagClassName
{
border-color: #BCFE3A;
}
</style>