Shades of Electric Lime #BCF901
Tints of Electric Lime #BCF901
RGB
CMYK
RGB Variations
Color information
#BCF901 (or 0xBCF901) is known color: Electric Lime. HEX triplet: BC, F9 and 01. RGB value is (188,249,1). Sum of RGB (Red+Green+Blue) = 188+249+1=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 249 (97.66% from 255 or 56.85% from 438); Blue value is 1 (0.78% from 255 or 0.23% from 438); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF901 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF901 is #4306FE. Grayscale: #CBCBCB. Windows color (decimal): -4392703 or 129468. OLE color: 129468.
HSL color Cylindrical-coordinate representation of color #BCF901: hue angle of 74.76º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCF901 is Cyan = 0.24, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 249 | 1 | - |
| CMYK | 0.24 | 0 | 1.00 | 0.02 |
| HSL | 74.76º | 0.99% | 0.49% | - |
| HSV(B) | 74.76º | 1% | 0.98% | - |
| XYZ | 54.62 | 78.44 | 12.29 | - |
| YUV | 202.49 | 14.29 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 249 | 1 | 0.24 | 0 | 1.00 | 0.02 | 74.76 | 0.99 | 0.49 |
| Hex | BC | F9 | 1 | 18 | 0 | 64 | 2 | 4B | 63 | 31 |
| Octal | 274 | 371 | 1 | 30 | 0 | 144 | 2 | 113 | 143 | 61 |
| Binary | 10111100 | 11111001 | 1 | 11000 | 0 | 1100100 | 10 | 1001011 | 1100011 | 110001 |
Color Harmonies of #BCF901
Complementary color
Monochromatic Colors of #BCF901
Black with #BCF901
Text Example
Text Example
White with #BCF901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF901; }
p { color: rgb(188,249,1); }
H1.HeaderClassName
{
color: #BCF901;
}
.AnyTagClassName
{
color: #BCF901;
}
</style>
background-color css
<style>
a { background-color: #BCF901; }
a { background-color: rgb(188,249,1); }
div.DivClassName
{
background-color: #BCF901;
}
.BgClassName
{
background-color: #BCF901;
}
</style>
border-color css
<style>
span { border-color: #BCF901; }
span { border-color: rgb(188,249,1); }
td.TdClassName
{
border-color: #BCF901;
}
.TagClassName
{
border-color: #BCF901;
}
</style>