Shades of Green Yellow #BCFC3C
Tints of Green Yellow #BCFC3C
RGB
CMYK
RGB Variations
Color information
#BCFC3C (or 0xBCFC3C) is known color: Green Yellow. HEX triplet: BC, FC and 3C. RGB value is (188,252,60). Sum of RGB (Red+Green+Blue) = 188+252+60=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 252 (98.83% from 255 or 50.4% from 500); Blue value is 60 (23.83% from 255 or 12% from 500); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC3C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFC3C is #4303C3. Grayscale: #D3D3D3. Windows color (decimal): -4391876 or 3996860. OLE color: 3996860.
HSL color Cylindrical-coordinate representation of color #BCFC3C: hue angle of 80º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BCFC3C is Cyan = 0.25, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 60 | - |
| CMYK | 0.25 | 0 | 0.76 | 0.01 |
| HSL | 80º | 0.97% | 0.61% | - |
| HSV(B) | 80º | 0.76% | 0.99% | - |
| XYZ | 56.37 | 80.64 | 16.87 | - |
| YUV | 210.98 | 42.8 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 60 | 0.25 | 0 | 0.76 | 0.01 | 80 | 0.97 | 0.61 |
| Hex | BC | FC | 3C | 19 | 0 | 4C | 1 | 50 | 61 | 3D |
| Octal | 274 | 374 | 74 | 31 | 0 | 114 | 1 | 120 | 141 | 75 |
| Binary | 10111100 | 11111100 | 111100 | 11001 | 0 | 1001100 | 1 | 1010000 | 1100001 | 111101 |
Color Harmonies of #BCFC3C
Complementary color
Monochromatic Colors of #BCFC3C
Black with #BCFC3C
Text Example
Text Example
White with #BCFC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFC3C; }
p { color: rgb(188,252,60); }
H1.HeaderClassName
{
color: #BCFC3C;
}
.AnyTagClassName
{
color: #BCFC3C;
}
</style>
background-color css
<style>
a { background-color: #BCFC3C; }
a { background-color: rgb(188,252,60); }
div.DivClassName
{
background-color: #BCFC3C;
}
.BgClassName
{
background-color: #BCFC3C;
}
</style>
border-color css
<style>
span { border-color: #BCFC3C; }
span { border-color: rgb(188,252,60); }
td.TdClassName
{
border-color: #BCFC3C;
}
.TagClassName
{
border-color: #BCFC3C;
}
</style>