Shades of Green Yellow #BCFD2F
Tints of Green Yellow #BCFD2F
RGB
CMYK
RGB Variations
Color information
#BCFD2F (or 0xBCFD2F) is known color: Green Yellow. HEX triplet: BC, FD and 2F. RGB value is (188,253,47). Sum of RGB (Red+Green+Blue) = 188+253+47=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 253 (99.22% from 255 or 51.84% from 488); Blue value is 47 (18.75% from 255 or 9.63% from 488); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD2F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCFD2F is #4302D0. Grayscale: #D2D2D2. Windows color (decimal): -4391633 or 3145148. OLE color: 3145148.
HSL color Cylindrical-coordinate representation of color #BCFD2F: hue angle of 78.93º degrees, saturation: 0.98, 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 #BCFD2F is Cyan = 0.26, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 253 | 47 | - |
| CMYK | 0.26 | 0 | 0.81 | 0.01 |
| HSL | 78.93º | 0.98% | 0.59% | - |
| HSV(B) | 78.93º | 0.81% | 0.99% | - |
| XYZ | 56.38 | 81.15 | 15.38 | - |
| YUV | 210.08 | 35.97 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 253 | 47 | 0.26 | 0 | 0.81 | 0.01 | 78.93 | 0.98 | 0.59 |
| Hex | BC | FD | 2F | 1A | 0 | 51 | 1 | 4F | 62 | 3B |
| Octal | 274 | 375 | 57 | 32 | 0 | 121 | 1 | 117 | 142 | 73 |
| Binary | 10111100 | 11111101 | 101111 | 11010 | 0 | 1010001 | 1 | 1001111 | 1100010 | 111011 |
Color Harmonies of #BCFD2F
Complementary color
Monochromatic Colors of #BCFD2F
Black with #BCFD2F
Text Example
Text Example
White with #BCFD2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFD2F; }
p { color: rgb(188,253,47); }
H1.HeaderClassName
{
color: #BCFD2F;
}
.AnyTagClassName
{
color: #BCFD2F;
}
</style>
background-color css
<style>
a { background-color: #BCFD2F; }
a { background-color: rgb(188,253,47); }
div.DivClassName
{
background-color: #BCFD2F;
}
.BgClassName
{
background-color: #BCFD2F;
}
</style>
border-color css
<style>
span { border-color: #BCFD2F; }
span { border-color: rgb(188,253,47); }
td.TdClassName
{
border-color: #BCFD2F;
}
.TagClassName
{
border-color: #BCFD2F;
}
</style>