Shades of Green Yellow #BCFD2E
Tints of Green Yellow #BCFD2E
RGB
CMYK
RGB Variations
Color information
#BCFD2E (or 0xBCFD2E) is known color: Green Yellow. HEX triplet: BC, FD and 2E. RGB value is (188,253,46). Sum of RGB (Red+Green+Blue) = 188+253+46=487 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.60% from 487); Green value is 253 (99.22% from 255 or 51.95% from 487); Blue value is 46 (18.36% from 255 or 9.45% from 487); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFD2E is #4302D1. Grayscale: #D2D2D2. Windows color (decimal): -4391634 or 3079612. OLE color: 3079612.
HSL color Cylindrical-coordinate representation of color #BCFD2E: hue angle of 78.84º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BCFD2E is Cyan = 0.26, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 46 | - |
| CMYK | 0.26 | 0 | 0.82 | 0.01 |
| HSL | 78.84º | 0.98% | 0.59% | - |
| HSV(B) | 78.84º | 0.82% | 0.99% | - |
| XYZ | 56.36 | 81.14 | 15.28 | - |
| YUV | 209.97 | 35.47 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 46 | 0.26 | 0 | 0.82 | 0.01 | 78.84 | 0.98 | 0.59 |
| Hex | BC | FD | 2E | 1A | 0 | 52 | 1 | 4F | 62 | 3B |
| Octal | 274 | 375 | 56 | 32 | 0 | 122 | 1 | 117 | 142 | 73 |
| Binary | 10111100 | 11111101 | 101110 | 11010 | 0 | 1010010 | 1 | 1001111 | 1100010 | 111011 |
Color Harmonies of #BCFD2E
Complementary color
Monochromatic Colors of #BCFD2E
Black with #BCFD2E
Text Example
Text Example
White with #BCFD2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFD2E; }
p { color: rgb(188,253,46); }
H1.HeaderClassName
{
color: #BCFD2E;
}
.AnyTagClassName
{
color: #BCFD2E;
}
</style>
background-color css
<style>
a { background-color: #BCFD2E; }
a { background-color: rgb(188,253,46); }
div.DivClassName
{
background-color: #BCFD2E;
}
.BgClassName
{
background-color: #BCFD2E;
}
</style>
border-color css
<style>
span { border-color: #BCFD2E; }
span { border-color: rgb(188,253,46); }
td.TdClassName
{
border-color: #BCFD2E;
}
.TagClassName
{
border-color: #BCFD2E;
}
</style>