Shades of Electric Lime #BCF105
Tints of Electric Lime #BCF105
RGB
CMYK
RGB Variations
Color information
#BCF105 (or 0xBCF105) is known color: Electric Lime. HEX triplet: BC, F1 and 05. RGB value is (188,241,5). Sum of RGB (Red+Green+Blue) = 188+241+5=434 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.32% from 434); Green value is 241 (94.53% from 255 or 55.53% from 434); Blue value is 5 (2.34% from 255 or 1.15% from 434); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF105 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF105 is #430EFA. Grayscale: #C7C7C7. Windows color (decimal): -4394747 or 389564. OLE color: 389564.
HSL color Cylindrical-coordinate representation of color #BCF105: hue angle of 73.47º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BCF105 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 241 | 5 | - |
| CMYK | 0.22 | 0 | 0.98 | 0.05 |
| HSL | 73.47º | 0.96% | 0.48% | - |
| HSV(B) | 73.47º | 0.98% | 0.95% | - |
| XYZ | 52.22 | 73.61 | 11.6 | - |
| YUV | 198.25 | 18.94 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 241 | 5 | 0.22 | 0 | 0.98 | 0.05 | 73.47 | 0.96 | 0.48 |
| Hex | BC | F1 | 5 | 16 | 0 | 62 | 5 | 49 | 60 | 30 |
| Octal | 274 | 361 | 5 | 26 | 0 | 142 | 5 | 111 | 140 | 60 |
| Binary | 10111100 | 11110001 | 101 | 10110 | 0 | 1100010 | 101 | 1001001 | 1100000 | 110000 |
Color Harmonies of #BCF105
Complementary color
Monochromatic Colors of #BCF105
Black with #BCF105
Text Example
Text Example
White with #BCF105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF105; }
p { color: rgb(188,241,5); }
H1.HeaderClassName
{
color: #BCF105;
}
.AnyTagClassName
{
color: #BCF105;
}
</style>
background-color css
<style>
a { background-color: #BCF105; }
a { background-color: rgb(188,241,5); }
div.DivClassName
{
background-color: #BCF105;
}
.BgClassName
{
background-color: #BCF105;
}
</style>
border-color css
<style>
span { border-color: #BCF105; }
span { border-color: rgb(188,241,5); }
td.TdClassName
{
border-color: #BCF105;
}
.TagClassName
{
border-color: #BCF105;
}
</style>