Shades of Electric Lime #BCF301
Tints of Electric Lime #BCF301
RGB
CMYK
RGB Variations
Color information
#BCF301 (or 0xBCF301) is known color: Electric Lime. HEX triplet: BC, F3 and 01. RGB value is (188,243,1). Sum of RGB (Red+Green+Blue) = 188+243+1=432 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.52% from 432); Green value is 243 (95.31% from 255 or 56.25% from 432); Blue value is 1 (0.78% from 255 or 0.23% from 432); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF301 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF301 is #430CFE. Grayscale: #C7C7C7. Windows color (decimal): -4394239 or 127932. OLE color: 127932.
HSL color Cylindrical-coordinate representation of color #BCF301: hue angle of 73.64º 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 #BCF301 is Cyan = 0.23, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 1 | - |
| CMYK | 0.23 | 0 | 1.00 | 0.05 |
| HSL | 73.64º | 0.99% | 0.48% | - |
| HSV(B) | 73.64º | 1% | 0.95% | - |
| XYZ | 52.8 | 74.79 | 11.68 | - |
| YUV | 198.97 | 16.28 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 1 | 0.23 | 0 | 1.00 | 0.05 | 73.64 | 0.99 | 0.48 |
| Hex | BC | F3 | 1 | 17 | 0 | 64 | 5 | 4A | 63 | 30 |
| Octal | 274 | 363 | 1 | 27 | 0 | 144 | 5 | 112 | 143 | 60 |
| Binary | 10111100 | 11110011 | 1 | 10111 | 0 | 1100100 | 101 | 1001010 | 1100011 | 110000 |
Color Harmonies of #BCF301
Complementary color
Monochromatic Colors of #BCF301
Black with #BCF301
Text Example
Text Example
White with #BCF301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF301; }
p { color: rgb(188,243,1); }
H1.HeaderClassName
{
color: #BCF301;
}
.AnyTagClassName
{
color: #BCF301;
}
</style>
background-color css
<style>
a { background-color: #BCF301; }
a { background-color: rgb(188,243,1); }
div.DivClassName
{
background-color: #BCF301;
}
.BgClassName
{
background-color: #BCF301;
}
</style>
border-color css
<style>
span { border-color: #BCF301; }
span { border-color: rgb(188,243,1); }
td.TdClassName
{
border-color: #BCF301;
}
.TagClassName
{
border-color: #BCF301;
}
</style>