Shades of Electric Lime #BCF300
Tints of Electric Lime #BCF300
RGB
CMYK
RGB Variations
Color information
#BCF300 (or 0xBCF300) is known color: Electric Lime. HEX triplet: BC, F3 and 00. RGB value is (188,243,0). Sum of RGB (Red+Green+Blue) = 188+243+0=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 243 (95.31% from 255 or 56.38% from 431); Blue value is 0 (0.39% from 255 or 0% from 431); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF300 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF300 is #430CFF. Grayscale: #C7C7C7. Windows color (decimal): -4394240 or 62396. OLE color: 62396.
HSL color Cylindrical-coordinate representation of color #BCF300: hue angle of 73.58º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCF300 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 0 | - |
| CMYK | 0.23 | 0 | 1 | 0.05 |
| HSL | 73.58º | 1% | 0.48% | - |
| HSV(B) | 73.58º | 1% | 0.95% | - |
| XYZ | 52.79 | 74.79 | 11.65 | - |
| YUV | 198.85 | 15.78 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 0 | 0.23 | 0 | 1 | 0.05 | 73.58 | 1 | 0.48 |
| Hex | BC | F3 | 0 | 17 | 0 | 64 | 5 | 4A | 64 | 30 |
| Octal | 274 | 363 | 0 | 27 | 0 | 144 | 5 | 112 | 144 | 60 |
| Binary | 10111100 | 11110011 | 0 | 10111 | 0 | 1100100 | 101 | 1001010 | 1100100 | 110000 |
Color Harmonies of #BCF300
Complementary color
Monochromatic Colors of #BCF300
Black with #BCF300
Text Example
Text Example
White with #BCF300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF300; }
p { color: rgb(188,243,0); }
H1.HeaderClassName
{
color: #BCF300;
}
.AnyTagClassName
{
color: #BCF300;
}
</style>
background-color css
<style>
a { background-color: #BCF300; }
a { background-color: rgb(188,243,0); }
div.DivClassName
{
background-color: #BCF300;
}
.BgClassName
{
background-color: #BCF300;
}
</style>
border-color css
<style>
span { border-color: #BCF300; }
span { border-color: rgb(188,243,0); }
td.TdClassName
{
border-color: #BCF300;
}
.TagClassName
{
border-color: #BCF300;
}
</style>