Shades of Electric Lime #BCF905
Tints of Electric Lime #BCF905
RGB
CMYK
RGB Variations
Color information
#BCF905 (or 0xBCF905) is known color: Electric Lime. HEX triplet: BC, F9 and 05. RGB value is (188,249,5). Sum of RGB (Red+Green+Blue) = 188+249+5=442 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.53% from 442); Green value is 249 (97.66% from 255 or 56.33% from 442); Blue value is 5 (2.34% from 255 or 1.13% from 442); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF905 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF905 is #4306FA. Grayscale: #CBCBCB. Windows color (decimal): -4392699 or 391612. OLE color: 391612.
HSL color Cylindrical-coordinate representation of color #BCF905: hue angle of 75º degrees, saturation: 0.96, 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 #BCF905 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 249 | 5 | - |
| CMYK | 0.24 | 0 | 0.98 | 0.02 |
| HSL | 75º | 0.96% | 0.5% | - |
| HSV(B) | 75º | 0.98% | 0.98% | - |
| XYZ | 54.64 | 78.45 | 12.41 | - |
| YUV | 202.95 | 16.29 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 249 | 5 | 0.24 | 0 | 0.98 | 0.02 | 75 | 0.96 | 0.5 |
| Hex | BC | F9 | 5 | 18 | 0 | 62 | 2 | 4B | 60 | 32 |
| Octal | 274 | 371 | 5 | 30 | 0 | 142 | 2 | 113 | 140 | 62 |
| Binary | 10111100 | 11111001 | 101 | 11000 | 0 | 1100010 | 10 | 1001011 | 1100000 | 110010 |
Color Harmonies of #BCF905
Complementary color
Monochromatic Colors of #BCF905
Black with #BCF905
Text Example
Text Example
White with #BCF905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF905; }
p { color: rgb(188,249,5); }
H1.HeaderClassName
{
color: #BCF905;
}
.AnyTagClassName
{
color: #BCF905;
}
</style>
background-color css
<style>
a { background-color: #BCF905; }
a { background-color: rgb(188,249,5); }
div.DivClassName
{
background-color: #BCF905;
}
.BgClassName
{
background-color: #BCF905;
}
</style>
border-color css
<style>
span { border-color: #BCF905; }
span { border-color: rgb(188,249,5); }
td.TdClassName
{
border-color: #BCF905;
}
.TagClassName
{
border-color: #BCF905;
}
</style>