Shades of Green Yellow #BCFF1E
Tints of Green Yellow #BCFF1E
RGB
CMYK
RGB Variations
Color information
#BCFF1E (or 0xBCFF1E) is known color: Green Yellow. HEX triplet: BC, FF and 1E. RGB value is (188,255,30). Sum of RGB (Red+Green+Blue) = 188+255+30=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 255 (100% from 255 or 53.91% from 473); Blue value is 30 (12.11% from 255 or 6.34% from 473); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF1E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFF1E is #4300E1. Grayscale: #D2D2D2. Windows color (decimal): -4391138 or 2031548. OLE color: 2031548.
HSL color Cylindrical-coordinate representation of color #BCFF1E: hue angle of 77.87º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BCFF1E is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 30 | - |
| CMYK | 0.26 | 0 | 0.88 | 0 |
| HSL | 77.87º | 1% | 0.56% | - |
| HSV(B) | 77.87º | 0.88% | 1% | - |
| XYZ | 56.73 | 82.31 | 14.12 | - |
| YUV | 209.32 | 26.8 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 30 | 0.26 | 0 | 0.88 | 0 | 77.87 | 1 | 0.56 |
| Hex | BC | FF | 1E | 1A | 0 | 58 | 0 | 4E | 64 | 38 |
| Octal | 274 | 377 | 36 | 32 | 0 | 130 | 0 | 116 | 144 | 70 |
| Binary | 10111100 | 11111111 | 11110 | 11010 | 0 | 1011000 | 0 | 1001110 | 1100100 | 111000 |
Color Harmonies of #BCFF1E
Complementary color
Monochromatic Colors of #BCFF1E
Black with #BCFF1E
Text Example
Text Example
White with #BCFF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF1E; }
p { color: rgb(188,255,30); }
H1.HeaderClassName
{
color: #BCFF1E;
}
.AnyTagClassName
{
color: #BCFF1E;
}
</style>
background-color css
<style>
a { background-color: #BCFF1E; }
a { background-color: rgb(188,255,30); }
div.DivClassName
{
background-color: #BCFF1E;
}
.BgClassName
{
background-color: #BCFF1E;
}
</style>
border-color css
<style>
span { border-color: #BCFF1E; }
span { border-color: rgb(188,255,30); }
td.TdClassName
{
border-color: #BCFF1E;
}
.TagClassName
{
border-color: #BCFF1E;
}
</style>