Shades of Green Yellow #BCFE1E
Tints of Green Yellow #BCFE1E
RGB
CMYK
RGB Variations
Color information
#BCFE1E (or 0xBCFE1E) is known color: Green Yellow. HEX triplet: BC, FE and 1E. RGB value is (188,254,30). Sum of RGB (Red+Green+Blue) = 188+254+30=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 254 (99.61% from 255 or 53.81% from 472); Blue value is 30 (12.11% from 255 or 6.36% from 472); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFE1E is #4301E1. Grayscale: #D1D1D1. Windows color (decimal): -4391394 or 2031292. OLE color: 2031292.
HSL color Cylindrical-coordinate representation of color #BCFE1E: hue angle of 77.68º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BCFE1E is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 30 | - |
| CMYK | 0.26 | 0 | 0.88 | 0.00 |
| HSL | 77.68º | 0.99% | 0.56% | - |
| HSV(B) | 77.68º | 0.88% | 1% | - |
| XYZ | 56.42 | 81.67 | 14.02 | - |
| YUV | 208.73 | 27.13 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 30 | 0.26 | 0 | 0.88 | 0.00 | 77.68 | 0.99 | 0.56 |
| Hex | BC | FE | 1E | 1A | 0 | 58 | 0 | 4E | 63 | 38 |
| Octal | 274 | 376 | 36 | 32 | 0 | 130 | 0 | 116 | 143 | 70 |
| Binary | 10111100 | 11111110 | 11110 | 11010 | 0 | 1011000 | 0 | 1001110 | 1100011 | 111000 |
Color Harmonies of #BCFE1E
Complementary color
Monochromatic Colors of #BCFE1E
Black with #BCFE1E
Text Example
Text Example
White with #BCFE1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFE1E; }
p { color: rgb(188,254,30); }
H1.HeaderClassName
{
color: #BCFE1E;
}
.AnyTagClassName
{
color: #BCFE1E;
}
</style>
background-color css
<style>
a { background-color: #BCFE1E; }
a { background-color: rgb(188,254,30); }
div.DivClassName
{
background-color: #BCFE1E;
}
.BgClassName
{
background-color: #BCFE1E;
}
</style>
border-color css
<style>
span { border-color: #BCFE1E; }
span { border-color: rgb(188,254,30); }
td.TdClassName
{
border-color: #BCFE1E;
}
.TagClassName
{
border-color: #BCFE1E;
}
</style>