Shades of Electric Lime #BCF904
Tints of Electric Lime #BCF904
RGB
CMYK
RGB Variations
Color information
#BCF904 (or 0xBCF904) is known color: Electric Lime. HEX triplet: BC, F9 and 04. RGB value is (188,249,4). Sum of RGB (Red+Green+Blue) = 188+249+4=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 249 (97.66% from 255 or 56.46% from 441); Blue value is 4 (1.95% from 255 or 0.91% from 441); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF904 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF904 is #4306FB. Grayscale: #CBCBCB. Windows color (decimal): -4392700 or 326076. OLE color: 326076.
HSL color Cylindrical-coordinate representation of color #BCF904: hue angle of 74.94º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BCF904 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 249 | 4 | - |
| CMYK | 0.24 | 0 | 0.98 | 0.02 |
| HSL | 74.94º | 0.97% | 0.5% | - |
| HSV(B) | 74.94º | 0.98% | 0.98% | - |
| XYZ | 54.64 | 78.45 | 12.38 | - |
| YUV | 202.83 | 15.79 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 249 | 4 | 0.24 | 0 | 0.98 | 0.02 | 74.94 | 0.97 | 0.5 |
| Hex | BC | F9 | 4 | 18 | 0 | 62 | 2 | 4B | 61 | 32 |
| Octal | 274 | 371 | 4 | 30 | 0 | 142 | 2 | 113 | 141 | 62 |
| Binary | 10111100 | 11111001 | 100 | 11000 | 0 | 1100010 | 10 | 1001011 | 1100001 | 110010 |
Color Harmonies of #BCF904
Complementary color
Monochromatic Colors of #BCF904
Black with #BCF904
Text Example
Text Example
White with #BCF904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF904; }
p { color: rgb(188,249,4); }
H1.HeaderClassName
{
color: #BCF904;
}
.AnyTagClassName
{
color: #BCF904;
}
</style>
background-color css
<style>
a { background-color: #BCF904; }
a { background-color: rgb(188,249,4); }
div.DivClassName
{
background-color: #BCF904;
}
.BgClassName
{
background-color: #BCF904;
}
</style>
border-color css
<style>
span { border-color: #BCF904; }
span { border-color: rgb(188,249,4); }
td.TdClassName
{
border-color: #BCF904;
}
.TagClassName
{
border-color: #BCF904;
}
</style>