Shades of Electric Lime #BCF100
Tints of Electric Lime #BCF100
RGB
CMYK
RGB Variations
Color information
#BCF100 (or 0xBCF100) is known color: Electric Lime. HEX triplet: BC, F1 and 00. RGB value is (188,241,0). Sum of RGB (Red+Green+Blue) = 188+241+0=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 241 (94.53% from 255 or 56.18% from 429); Blue value is 0 (0.39% from 255 or 0% from 429); Max value from RGB is 241 - color contains mainly: green. Hex color #BCF100 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF100 is #430EFF. Grayscale: #C6C6C6. Windows color (decimal): -4394752 or 61884. OLE color: 61884.
HSL color Cylindrical-coordinate representation of color #BCF100: hue angle of 73.2º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BCF100 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 241 | 0 | - |
| CMYK | 0.22 | 0 | 1 | 0.05 |
| HSL | 73.2º | 1% | 0.47% | - |
| HSV(B) | 73.2º | 1% | 0.95% | - |
| XYZ | 52.19 | 73.6 | 11.46 | - |
| YUV | 197.68 | 16.44 | 121.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 241 | 0 | 0.22 | 0 | 1 | 0.05 | 73.2 | 1 | 0.47 |
| Hex | BC | F1 | 0 | 16 | 0 | 64 | 5 | 49 | 64 | 2F |
| Octal | 274 | 361 | 0 | 26 | 0 | 144 | 5 | 111 | 144 | 57 |
| Binary | 10111100 | 11110001 | 0 | 10110 | 0 | 1100100 | 101 | 1001001 | 1100100 | 101111 |
Color Harmonies of #BCF100
Complementary color
Monochromatic Colors of #BCF100
Black with #BCF100
Text Example
Text Example
White with #BCF100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF100; }
p { color: rgb(188,241,0); }
H1.HeaderClassName
{
color: #BCF100;
}
.AnyTagClassName
{
color: #BCF100;
}
</style>
background-color css
<style>
a { background-color: #BCF100; }
a { background-color: rgb(188,241,0); }
div.DivClassName
{
background-color: #BCF100;
}
.BgClassName
{
background-color: #BCF100;
}
</style>
border-color css
<style>
span { border-color: #BCF100; }
span { border-color: rgb(188,241,0); }
td.TdClassName
{
border-color: #BCF100;
}
.TagClassName
{
border-color: #BCF100;
}
</style>