Shades of Electric Lime #BCF404
Tints of Electric Lime #BCF404
RGB
CMYK
RGB Variations
Color information
#BCF404 (or 0xBCF404) is known color: Electric Lime. HEX triplet: BC, F4 and 04. RGB value is (188,244,4). Sum of RGB (Red+Green+Blue) = 188+244+4=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 244 (95.70% from 255 or 55.96% from 436); Blue value is 4 (1.95% from 255 or 0.92% from 436); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF404 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF404 is #430BFB. Grayscale: #C8C8C8. Windows color (decimal): -4393980 or 324796. OLE color: 324796.
HSL color Cylindrical-coordinate representation of color #BCF404: hue angle of 74º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BCF404 is Cyan = 0.23, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 244 | 4 | - |
| CMYK | 0.23 | 0 | 0.98 | 0.04 |
| HSL | 74º | 0.97% | 0.49% | - |
| HSV(B) | 74º | 0.98% | 0.96% | - |
| XYZ | 53.11 | 75.4 | 11.87 | - |
| YUV | 199.9 | 17.45 | 119.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 244 | 4 | 0.23 | 0 | 0.98 | 0.04 | 74 | 0.97 | 0.49 |
| Hex | BC | F4 | 4 | 17 | 0 | 62 | 4 | 4A | 61 | 31 |
| Octal | 274 | 364 | 4 | 27 | 0 | 142 | 4 | 112 | 141 | 61 |
| Binary | 10111100 | 11110100 | 100 | 10111 | 0 | 1100010 | 100 | 1001010 | 1100001 | 110001 |
Color Harmonies of #BCF404
Complementary color
Monochromatic Colors of #BCF404
Black with #BCF404
Text Example
Text Example
White with #BCF404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF404; }
p { color: rgb(188,244,4); }
H1.HeaderClassName
{
color: #BCF404;
}
.AnyTagClassName
{
color: #BCF404;
}
</style>
background-color css
<style>
a { background-color: #BCF404; }
a { background-color: rgb(188,244,4); }
div.DivClassName
{
background-color: #BCF404;
}
.BgClassName
{
background-color: #BCF404;
}
</style>
border-color css
<style>
span { border-color: #BCF404; }
span { border-color: rgb(188,244,4); }
td.TdClassName
{
border-color: #BCF404;
}
.TagClassName
{
border-color: #BCF404;
}
</style>