Shades of Electric Lime #BCFF09
Tints of Electric Lime #BCFF09
RGB
CMYK
RGB Variations
Color information
#BCFF09 (or 0xBCFF09) is known color: Electric Lime. HEX triplet: BC, FF and 09. RGB value is (188,255,9). Sum of RGB (Red+Green+Blue) = 188+255+9=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 255 (100% from 255 or 56.42% from 452); Blue value is 9 (3.91% from 255 or 1.99% from 452); Max value from RGB is 255 - color contains mainly: green. Hex color #BCFF09 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCFF09 is #4300F6. Grayscale: #CFCFCF. Windows color (decimal): -4391159 or 655292. OLE color: 655292.
HSL color Cylindrical-coordinate representation of color #BCFF09: hue angle of 76.34º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BCFF09 is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 255 | 9 | - |
| CMYK | 0.26 | 0 | 0.96 | 0 |
| HSL | 76.34º | 1% | 0.52% | - |
| HSV(B) | 76.34º | 0.96% | 1% | - |
| XYZ | 56.55 | 82.23 | 13.15 | - |
| YUV | 206.92 | 16.3 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 255 | 9 | 0.26 | 0 | 0.96 | 0 | 76.34 | 1 | 0.52 |
| Hex | BC | FF | 9 | 1A | 0 | 60 | 0 | 4C | 64 | 34 |
| Octal | 274 | 377 | 11 | 32 | 0 | 140 | 0 | 114 | 144 | 64 |
| Binary | 10111100 | 11111111 | 1001 | 11010 | 0 | 1100000 | 0 | 1001100 | 1100100 | 110100 |
Color Harmonies of #BCFF09
Complementary color
Monochromatic Colors of #BCFF09
Black with #BCFF09
Text Example
Text Example
White with #BCFF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCFF09; }
p { color: rgb(188,255,9); }
H1.HeaderClassName
{
color: #BCFF09;
}
.AnyTagClassName
{
color: #BCFF09;
}
</style>
background-color css
<style>
a { background-color: #BCFF09; }
a { background-color: rgb(188,255,9); }
div.DivClassName
{
background-color: #BCFF09;
}
.BgClassName
{
background-color: #BCFF09;
}
</style>
border-color css
<style>
span { border-color: #BCFF09; }
span { border-color: rgb(188,255,9); }
td.TdClassName
{
border-color: #BCFF09;
}
.TagClassName
{
border-color: #BCFF09;
}
</style>