Shades of Green Yellow #BCFE2E
Tints of Green Yellow #BCFE2E
RGB
CMYK
RGB Variations
Color information
#BCFE2E (or 0xBCFE2E) is known color: Green Yellow. HEX triplet: BC, FE and 2E. RGB value is (188,254,46). Sum of RGB (Red+Green+Blue) = 188+254+46=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 254 (99.61% from 255 or 52.05% from 488); Blue value is 46 (18.36% from 255 or 9.43% from 488); Max value from RGB is 254 - color contains mainly: green. Hex color #BCFE2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFE2E is #4301D1. Grayscale: #D3D3D3. Windows color (decimal): -4391378 or 3079868. OLE color: 3079868.
HSL color Cylindrical-coordinate representation of color #BCFE2E: hue angle of 79.04º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCFE2E is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 254 | 46 | - |
| CMYK | 0.26 | 0 | 0.82 | 0.00 |
| HSL | 79.04º | 0.99% | 0.59% | - |
| HSV(B) | 79.04º | 0.82% | 1% | - |
| XYZ | 56.67 | 81.77 | 15.38 | - |
| YUV | 210.55 | 35.13 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 254 | 46 | 0.26 | 0 | 0.82 | 0.00 | 79.04 | 0.99 | 0.59 |
| Hex | BC | FE | 2E | 1A | 0 | 52 | 0 | 4F | 63 | 3B |
| Octal | 274 | 376 | 56 | 32 | 0 | 122 | 0 | 117 | 143 | 73 |
| Binary | 10111100 | 11111110 | 101110 | 11010 | 0 | 1010010 | 0 | 1001111 | 1100011 | 111011 |
Color Harmonies of #BCFE2E
Complementary color
Monochromatic Colors of #BCFE2E
Black with #BCFE2E
Text Example
Text Example
White with #BCFE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFE2E; }
p { color: rgb(188,254,46); }
H1.HeaderClassName
{
color: #BCFE2E;
}
.AnyTagClassName
{
color: #BCFE2E;
}
</style>
background-color css
<style>
a { background-color: #BCFE2E; }
a { background-color: rgb(188,254,46); }
div.DivClassName
{
background-color: #BCFE2E;
}
.BgClassName
{
background-color: #BCFE2E;
}
</style>
border-color css
<style>
span { border-color: #BCFE2E; }
span { border-color: rgb(188,254,46); }
td.TdClassName
{
border-color: #BCFE2E;
}
.TagClassName
{
border-color: #BCFE2E;
}
</style>