Shades of Green Yellow #BCFC1B
Tints of Green Yellow #BCFC1B
RGB
CMYK
RGB Variations
Color information
#BCFC1B (or 0xBCFC1B) is known color: Green Yellow. HEX triplet: BC, FC and 1B. RGB value is (188,252,27). Sum of RGB (Red+Green+Blue) = 188+252+27=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 252 (98.83% from 255 or 53.96% from 467); Blue value is 27 (10.94% from 255 or 5.78% from 467); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC1B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFC1B is #4303E4. Grayscale: #D0D0D0. Windows color (decimal): -4391909 or 1834172. OLE color: 1834172.
HSL color Cylindrical-coordinate representation of color #BCFC1B: hue angle of 77.07º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BCFC1B is Cyan = 0.25, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 27 | - |
| CMYK | 0.25 | 0 | 0.89 | 0.01 |
| HSL | 77.07º | 0.97% | 0.55% | - |
| HSV(B) | 77.07º | 0.89% | 0.99% | - |
| XYZ | 55.75 | 80.39 | 13.62 | - |
| YUV | 207.21 | 26.3 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 27 | 0.25 | 0 | 0.89 | 0.01 | 77.07 | 0.97 | 0.55 |
| Hex | BC | FC | 1B | 19 | 0 | 59 | 1 | 4D | 61 | 37 |
| Octal | 274 | 374 | 33 | 31 | 0 | 131 | 1 | 115 | 141 | 67 |
| Binary | 10111100 | 11111100 | 11011 | 11001 | 0 | 1011001 | 1 | 1001101 | 1100001 | 110111 |
Color Harmonies of #BCFC1B
Complementary color
Monochromatic Colors of #BCFC1B
Black with #BCFC1B
Text Example
Text Example
White with #BCFC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFC1B; }
p { color: rgb(188,252,27); }
H1.HeaderClassName
{
color: #BCFC1B;
}
.AnyTagClassName
{
color: #BCFC1B;
}
</style>
background-color css
<style>
a { background-color: #BCFC1B; }
a { background-color: rgb(188,252,27); }
div.DivClassName
{
background-color: #BCFC1B;
}
.BgClassName
{
background-color: #BCFC1B;
}
</style>
border-color css
<style>
span { border-color: #BCFC1B; }
span { border-color: rgb(188,252,27); }
td.TdClassName
{
border-color: #BCFC1B;
}
.TagClassName
{
border-color: #BCFC1B;
}
</style>