Shades of Green Yellow #BCEF2D
Tints of Green Yellow #BCEF2D
RGB
CMYK
RGB Variations
Color information
#BCEF2D (or 0xBCEF2D) is known color: Green Yellow. HEX triplet: BC, EF and 2D. RGB value is (188,239,45). Sum of RGB (Red+Green+Blue) = 188+239+45=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 239 (93.75% from 255 or 50.64% from 472); Blue value is 45 (17.97% from 255 or 9.53% from 472); Max value from RGB is 239 - color contains mainly: green. Hex color #BCEF2D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BCEF2D is #4310D2. Grayscale: #CACACA. Windows color (decimal): -4395219 or 3010492. OLE color: 3010492.
HSL color Cylindrical-coordinate representation of color #BCEF2D: hue angle of 75.77º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BCEF2D is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 239 | 45 | - |
| CMYK | 0.21 | 0 | 0.81 | 0.06 |
| HSL | 75.77º | 0.86% | 0.56% | - |
| HSV(B) | 75.77º | 0.81% | 0.94% | - |
| XYZ | 52.08 | 72.61 | 13.75 | - |
| YUV | 201.64 | 39.6 | 118.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 239 | 45 | 0.21 | 0 | 0.81 | 0.06 | 75.77 | 0.86 | 0.56 |
| Hex | BC | EF | 2D | 15 | 0 | 51 | 6 | 4C | 56 | 38 |
| Octal | 274 | 357 | 55 | 25 | 0 | 121 | 6 | 114 | 126 | 70 |
| Binary | 10111100 | 11101111 | 101101 | 10101 | 0 | 1010001 | 110 | 1001100 | 1010110 | 111000 |
Color Harmonies of #BCEF2D
Complementary color
Monochromatic Colors of #BCEF2D
Black with #BCEF2D
Text Example
Text Example
White with #BCEF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEF2D; }
p { color: rgb(188,239,45); }
H1.HeaderClassName
{
color: #BCEF2D;
}
.AnyTagClassName
{
color: #BCEF2D;
}
</style>
background-color css
<style>
a { background-color: #BCEF2D; }
a { background-color: rgb(188,239,45); }
div.DivClassName
{
background-color: #BCEF2D;
}
.BgClassName
{
background-color: #BCEF2D;
}
</style>
border-color css
<style>
span { border-color: #BCEF2D; }
span { border-color: rgb(188,239,45); }
td.TdClassName
{
border-color: #BCEF2D;
}
.TagClassName
{
border-color: #BCEF2D;
}
</style>