Shades of Green Yellow #BCFC3A
Tints of Green Yellow #BCFC3A
RGB
CMYK
RGB Variations
Color information
#BCFC3A (or 0xBCFC3A) is known color: Green Yellow. HEX triplet: BC, FC and 3A. RGB value is (188,252,58). Sum of RGB (Red+Green+Blue) = 188+252+58=498 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.75% from 498); Green value is 252 (98.83% from 255 or 50.60% from 498); Blue value is 58 (23.05% from 255 or 11.65% from 498); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFC3A is #4303C5. Grayscale: #D3D3D3. Windows color (decimal): -4391878 or 3865788. OLE color: 3865788.
HSL color Cylindrical-coordinate representation of color #BCFC3A: hue angle of 79.79º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BCFC3A is Cyan = 0.25, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 58 | - |
| CMYK | 0.25 | 0 | 0.77 | 0.01 |
| HSL | 79.79º | 0.97% | 0.61% | - |
| HSV(B) | 79.79º | 0.77% | 0.99% | - |
| XYZ | 56.31 | 80.62 | 16.6 | - |
| YUV | 210.75 | 41.8 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 58 | 0.25 | 0 | 0.77 | 0.01 | 79.79 | 0.97 | 0.61 |
| Hex | BC | FC | 3A | 19 | 0 | 4D | 1 | 50 | 61 | 3D |
| Octal | 274 | 374 | 72 | 31 | 0 | 115 | 1 | 120 | 141 | 75 |
| Binary | 10111100 | 11111100 | 111010 | 11001 | 0 | 1001101 | 1 | 1010000 | 1100001 | 111101 |
Color Harmonies of #BCFC3A
Complementary color
Monochromatic Colors of #BCFC3A
Black with #BCFC3A
Text Example
Text Example
White with #BCFC3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFC3A; }
p { color: rgb(188,252,58); }
H1.HeaderClassName
{
color: #BCFC3A;
}
.AnyTagClassName
{
color: #BCFC3A;
}
</style>
background-color css
<style>
a { background-color: #BCFC3A; }
a { background-color: rgb(188,252,58); }
div.DivClassName
{
background-color: #BCFC3A;
}
.BgClassName
{
background-color: #BCFC3A;
}
</style>
border-color css
<style>
span { border-color: #BCFC3A; }
span { border-color: rgb(188,252,58); }
td.TdClassName
{
border-color: #BCFC3A;
}
.TagClassName
{
border-color: #BCFC3A;
}
</style>