Shades of Green Yellow #BCFF3E
Tints of Green Yellow #BCFF3E
RGB
CMYK
RGB Variations
Color information
#BCFF3E (or 0xBCFF3E) is known color: Green Yellow. HEX triplet: BC, FF and 3E. RGB value is (188,255,62). Sum of RGB (Red+Green+Blue) = 188+255+62=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 255 (100% from 255 or 50.50% from 505); Blue value is 62 (24.61% from 255 or 12.28% from 505); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFF3E is #4300C1. Grayscale: #D5D5D5. Windows color (decimal): -4391106 or 4128700. OLE color: 4128700.
HSL color Cylindrical-coordinate representation of color #BCFF3E: hue angle of 80.83º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BCFF3E is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 62 | - |
| CMYK | 0.26 | 0 | 0.76 | 0 |
| HSL | 80.83º | 1% | 0.62% | - |
| HSV(B) | 80.83º | 0.76% | 1% | - |
| XYZ | 57.37 | 82.56 | 17.47 | - |
| YUV | 212.97 | 42.8 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 62 | 0.26 | 0 | 0.76 | 0 | 80.83 | 1 | 0.62 |
| Hex | BC | FF | 3E | 1A | 0 | 4C | 0 | 51 | 64 | 3E |
| Octal | 274 | 377 | 76 | 32 | 0 | 114 | 0 | 121 | 144 | 76 |
| Binary | 10111100 | 11111111 | 111110 | 11010 | 0 | 1001100 | 0 | 1010001 | 1100100 | 111110 |
Color Harmonies of #BCFF3E
Complementary color
Monochromatic Colors of #BCFF3E
Black with #BCFF3E
Text Example
Text Example
White with #BCFF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF3E; }
p { color: rgb(188,255,62); }
H1.HeaderClassName
{
color: #BCFF3E;
}
.AnyTagClassName
{
color: #BCFF3E;
}
</style>
background-color css
<style>
a { background-color: #BCFF3E; }
a { background-color: rgb(188,255,62); }
div.DivClassName
{
background-color: #BCFF3E;
}
.BgClassName
{
background-color: #BCFF3E;
}
</style>
border-color css
<style>
span { border-color: #BCFF3E; }
span { border-color: rgb(188,255,62); }
td.TdClassName
{
border-color: #BCFF3E;
}
.TagClassName
{
border-color: #BCFF3E;
}
</style>