Shades of Electric Lime #BCF201
Tints of Electric Lime #BCF201
RGB
CMYK
RGB Variations
Color information
#BCF201 (or 0xBCF201) is known color: Electric Lime. HEX triplet: BC, F2 and 01. RGB value is (188,242,1). Sum of RGB (Red+Green+Blue) = 188+242+1=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 242 (94.92% from 255 or 56.15% from 431); Blue value is 1 (0.78% from 255 or 0.23% from 431); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF201 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF201 is #430DFE. Grayscale: #C7C7C7. Windows color (decimal): -4394495 or 127676. OLE color: 127676.
HSL color Cylindrical-coordinate representation of color #BCF201: hue angle of 73.44º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCF201 is Cyan = 0.22, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 242 | 1 | - |
| CMYK | 0.22 | 0 | 1.00 | 0.05 |
| HSL | 73.44º | 0.99% | 0.48% | - |
| HSV(B) | 73.44º | 1% | 0.95% | - |
| XYZ | 52.5 | 74.2 | 11.58 | - |
| YUV | 198.38 | 16.61 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 242 | 1 | 0.22 | 0 | 1.00 | 0.05 | 73.44 | 0.99 | 0.48 |
| Hex | BC | F2 | 1 | 16 | 0 | 64 | 5 | 49 | 63 | 30 |
| Octal | 274 | 362 | 1 | 26 | 0 | 144 | 5 | 111 | 143 | 60 |
| Binary | 10111100 | 11110010 | 1 | 10110 | 0 | 1100100 | 101 | 1001001 | 1100011 | 110000 |
Color Harmonies of #BCF201
Complementary color
Monochromatic Colors of #BCF201
Black with #BCF201
Text Example
Text Example
White with #BCF201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF201; }
p { color: rgb(188,242,1); }
H1.HeaderClassName
{
color: #BCF201;
}
.AnyTagClassName
{
color: #BCF201;
}
</style>
background-color css
<style>
a { background-color: #BCF201; }
a { background-color: rgb(188,242,1); }
div.DivClassName
{
background-color: #BCF201;
}
.BgClassName
{
background-color: #BCF201;
}
</style>
border-color css
<style>
span { border-color: #BCF201; }
span { border-color: rgb(188,242,1); }
td.TdClassName
{
border-color: #BCF201;
}
.TagClassName
{
border-color: #BCF201;
}
</style>