Shades of Electric Lime #BCF508
Tints of Electric Lime #BCF508
RGB
CMYK
RGB Variations
Color information
#BCF508 (or 0xBCF508) is known color: Electric Lime. HEX triplet: BC, F5 and 08. RGB value is (188,245,8). Sum of RGB (Red+Green+Blue) = 188+245+8=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 245 (96.09% from 255 or 55.56% from 441); Blue value is 8 (3.52% from 255 or 1.81% from 441); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF508 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF508 is #430AF7. Grayscale: #C9C9C9. Windows color (decimal): -4393720 or 587196. OLE color: 587196.
HSL color Cylindrical-coordinate representation of color #BCF508: hue angle of 74.43º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BCF508 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 188 | 245 | 8 | - |
| CMYK | 0.23 | 0 | 0.97 | 0.04 |
| HSL | 74.43º | 0.94% | 0.5% | - |
| HSV(B) | 74.43º | 0.97% | 0.96% | - |
| XYZ | 53.44 | 76.01 | 12.09 | - |
| YUV | 200.94 | 19.12 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 245 | 8 | 0.23 | 0 | 0.97 | 0.04 | 74.43 | 0.94 | 0.5 |
| Hex | BC | F5 | 8 | 17 | 0 | 61 | 4 | 4A | 5E | 32 |
| Octal | 274 | 365 | 10 | 27 | 0 | 141 | 4 | 112 | 136 | 62 |
| Binary | 10111100 | 11110101 | 1000 | 10111 | 0 | 1100001 | 100 | 1001010 | 1011110 | 110010 |
Color Harmonies of #BCF508
Complementary color
Monochromatic Colors of #BCF508
Black with #BCF508
Text Example
Text Example
White with #BCF508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF508; }
p { color: rgb(188,245,8); }
H1.HeaderClassName
{
color: #BCF508;
}
.AnyTagClassName
{
color: #BCF508;
}
</style>
background-color css
<style>
a { background-color: #BCF508; }
a { background-color: rgb(188,245,8); }
div.DivClassName
{
background-color: #BCF508;
}
.BgClassName
{
background-color: #BCF508;
}
</style>
border-color css
<style>
span { border-color: #BCF508; }
span { border-color: rgb(188,245,8); }
td.TdClassName
{
border-color: #BCF508;
}
.TagClassName
{
border-color: #BCF508;
}
</style>