Shades of Green Yellow #BCFC2F
Tints of Green Yellow #BCFC2F
RGB
CMYK
RGB Variations
Color information
#BCFC2F (or 0xBCFC2F) is known color: Green Yellow. HEX triplet: BC, FC and 2F. RGB value is (188,252,47). Sum of RGB (Red+Green+Blue) = 188+252+47=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 252 (98.83% from 255 or 51.75% from 487); Blue value is 47 (18.75% from 255 or 9.65% from 487); Max value from RGB is 252 - color contains mainly: green. Hex color #BCFC2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFC2F is #4303D0. Grayscale: #D2D2D2. Windows color (decimal): -4391889 or 3144892. OLE color: 3144892.
HSL color Cylindrical-coordinate representation of color #BCFC2F: hue angle of 78.73º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BCFC2F is Cyan = 0.25, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 252 | 47 | - |
| CMYK | 0.25 | 0 | 0.81 | 0.01 |
| HSL | 78.73º | 0.97% | 0.59% | - |
| HSV(B) | 78.73º | 0.81% | 0.99% | - |
| XYZ | 56.06 | 80.52 | 15.28 | - |
| YUV | 209.49 | 36.3 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 252 | 47 | 0.25 | 0 | 0.81 | 0.01 | 78.73 | 0.97 | 0.59 |
| Hex | BC | FC | 2F | 19 | 0 | 51 | 1 | 4F | 61 | 3B |
| Octal | 274 | 374 | 57 | 31 | 0 | 121 | 1 | 117 | 141 | 73 |
| Binary | 10111100 | 11111100 | 101111 | 11001 | 0 | 1010001 | 1 | 1001111 | 1100001 | 111011 |
Color Harmonies of #BCFC2F
Complementary color
Monochromatic Colors of #BCFC2F
Black with #BCFC2F
Text Example
Text Example
White with #BCFC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFC2F; }
p { color: rgb(188,252,47); }
H1.HeaderClassName
{
color: #BCFC2F;
}
.AnyTagClassName
{
color: #BCFC2F;
}
</style>
background-color css
<style>
a { background-color: #BCFC2F; }
a { background-color: rgb(188,252,47); }
div.DivClassName
{
background-color: #BCFC2F;
}
.BgClassName
{
background-color: #BCFC2F;
}
</style>
border-color css
<style>
span { border-color: #BCFC2F; }
span { border-color: rgb(188,252,47); }
td.TdClassName
{
border-color: #BCFC2F;
}
.TagClassName
{
border-color: #BCFC2F;
}
</style>