Shades of Electric Lime #BCF001
Tints of Electric Lime #BCF001
RGB
CMYK
RGB Variations
Color information
#BCF001 (or 0xBCF001) is known color: Electric Lime. HEX triplet: BC, F0 and 01. RGB value is (188,240,1). Sum of RGB (Red+Green+Blue) = 188+240+1=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 240 (94.14% from 255 or 55.94% from 429); Blue value is 1 (0.78% from 255 or 0.23% from 429); Max value from RGB is 240 - color contains mainly: green. Hex color #BCF001 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF001 is #430FFE. Grayscale: #C6C6C6. Windows color (decimal): -4395007 or 127164. OLE color: 127164.
HSL color Cylindrical-coordinate representation of color #BCF001: hue angle of 73.05º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCF001 is Cyan = 0.22, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 240 | 1 | - |
| CMYK | 0.22 | 0 | 1.00 | 0.06 |
| HSL | 73.05º | 0.99% | 0.47% | - |
| HSV(B) | 73.05º | 1% | 0.94% | - |
| XYZ | 51.9 | 73.01 | 11.39 | - |
| YUV | 197.21 | 17.27 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 240 | 1 | 0.22 | 0 | 1.00 | 0.06 | 73.05 | 0.99 | 0.47 |
| Hex | BC | F0 | 1 | 16 | 0 | 64 | 6 | 49 | 63 | 2F |
| Octal | 274 | 360 | 1 | 26 | 0 | 144 | 6 | 111 | 143 | 57 |
| Binary | 10111100 | 11110000 | 1 | 10110 | 0 | 1100100 | 110 | 1001001 | 1100011 | 101111 |
Color Harmonies of #BCF001
Complementary color
Monochromatic Colors of #BCF001
Black with #BCF001
Text Example
Text Example
White with #BCF001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF001; }
p { color: rgb(188,240,1); }
H1.HeaderClassName
{
color: #BCF001;
}
.AnyTagClassName
{
color: #BCF001;
}
</style>
background-color css
<style>
a { background-color: #BCF001; }
a { background-color: rgb(188,240,1); }
div.DivClassName
{
background-color: #BCF001;
}
.BgClassName
{
background-color: #BCF001;
}
</style>
border-color css
<style>
span { border-color: #BCF001; }
span { border-color: rgb(188,240,1); }
td.TdClassName
{
border-color: #BCF001;
}
.TagClassName
{
border-color: #BCF001;
}
</style>