Shades of Green Yellow #BCFF2F
Tints of Green Yellow #BCFF2F
RGB
CMYK
RGB Variations
Color information
#BCFF2F (or 0xBCFF2F) is known color: Green Yellow. HEX triplet: BC, FF and 2F. RGB value is (188,255,47). Sum of RGB (Red+Green+Blue) = 188+255+47=490 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.37% from 490); Green value is 255 (100% from 255 or 52.04% from 490); Blue value is 47 (18.75% from 255 or 9.59% from 490); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFF2F is #4300D0. Grayscale: #D4D4D4. Windows color (decimal): -4391121 or 3145660. OLE color: 3145660.
HSL color Cylindrical-coordinate representation of color #BCFF2F: hue angle of 79.33º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCFF2F is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 47 | - |
| CMYK | 0.26 | 0 | 0.82 | 0 |
| HSL | 79.33º | 1% | 0.59% | - |
| HSV(B) | 79.33º | 0.82% | 1% | - |
| XYZ | 57.01 | 82.42 | 15.59 | - |
| YUV | 211.26 | 35.3 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 47 | 0.26 | 0 | 0.82 | 0 | 79.33 | 1 | 0.59 |
| Hex | BC | FF | 2F | 1A | 0 | 52 | 0 | 4F | 64 | 3B |
| Octal | 274 | 377 | 57 | 32 | 0 | 122 | 0 | 117 | 144 | 73 |
| Binary | 10111100 | 11111111 | 101111 | 11010 | 0 | 1010010 | 0 | 1001111 | 1100100 | 111011 |
Color Harmonies of #BCFF2F
Complementary color
Monochromatic Colors of #BCFF2F
Black with #BCFF2F
Text Example
Text Example
White with #BCFF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF2F; }
p { color: rgb(188,255,47); }
H1.HeaderClassName
{
color: #BCFF2F;
}
.AnyTagClassName
{
color: #BCFF2F;
}
</style>
background-color css
<style>
a { background-color: #BCFF2F; }
a { background-color: rgb(188,255,47); }
div.DivClassName
{
background-color: #BCFF2F;
}
.BgClassName
{
background-color: #BCFF2F;
}
</style>
border-color css
<style>
span { border-color: #BCFF2F; }
span { border-color: rgb(188,255,47); }
td.TdClassName
{
border-color: #BCFF2F;
}
.TagClassName
{
border-color: #BCFF2F;
}
</style>