Shades of Green Yellow #BCFD2B
Tints of Green Yellow #BCFD2B
RGB
CMYK
RGB Variations
Color information
#BCFD2B (or 0xBCFD2B) is known color: Green Yellow. HEX triplet: BC, FD and 2B. RGB value is (188,253,43). Sum of RGB (Red+Green+Blue) = 188+253+43=484 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.84% from 484); Green value is 253 (99.22% from 255 or 52.27% from 484); Blue value is 43 (17.19% from 255 or 8.88% from 484); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFD2B is #4302D4. Grayscale: #D2D2D2. Windows color (decimal): -4391637 or 2883004. OLE color: 2883004.
HSL color Cylindrical-coordinate representation of color #BCFD2B: hue angle of 78.57º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BCFD2B is Cyan = 0.26, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 43 | - |
| CMYK | 0.26 | 0 | 0.83 | 0.01 |
| HSL | 78.57º | 0.98% | 0.58% | - |
| HSV(B) | 78.57º | 0.83% | 0.99% | - |
| XYZ | 56.3 | 81.12 | 14.98 | - |
| YUV | 209.63 | 33.97 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 43 | 0.26 | 0 | 0.83 | 0.01 | 78.57 | 0.98 | 0.58 |
| Hex | BC | FD | 2B | 1A | 0 | 53 | 1 | 4F | 62 | 3A |
| Octal | 274 | 375 | 53 | 32 | 0 | 123 | 1 | 117 | 142 | 72 |
| Binary | 10111100 | 11111101 | 101011 | 11010 | 0 | 1010011 | 1 | 1001111 | 1100010 | 111010 |
Color Harmonies of #BCFD2B
Complementary color
Monochromatic Colors of #BCFD2B
Black with #BCFD2B
Text Example
Text Example
White with #BCFD2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFD2B; }
p { color: rgb(188,253,43); }
H1.HeaderClassName
{
color: #BCFD2B;
}
.AnyTagClassName
{
color: #BCFD2B;
}
</style>
background-color css
<style>
a { background-color: #BCFD2B; }
a { background-color: rgb(188,253,43); }
div.DivClassName
{
background-color: #BCFD2B;
}
.BgClassName
{
background-color: #BCFD2B;
}
</style>
border-color css
<style>
span { border-color: #BCFD2B; }
span { border-color: rgb(188,253,43); }
td.TdClassName
{
border-color: #BCFD2B;
}
.TagClassName
{
border-color: #BCFD2B;
}
</style>