Shades of Electric Lime #BCF908
Tints of Electric Lime #BCF908
RGB
CMYK
RGB Variations
Color information
#BCF908 (or 0xBCF908) is known color: Electric Lime. HEX triplet: BC, F9 and 08. RGB value is (188,249,8). Sum of RGB (Red+Green+Blue) = 188+249+8=445 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.25% from 445); Green value is 249 (97.66% from 255 or 55.96% from 445); Blue value is 8 (3.52% from 255 or 1.80% from 445); Max value from RGB is 249 - color contains mainly: green. Hex color #BCF908 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF908 is #4306F7. Grayscale: #CCCCCC. Windows color (decimal): -4392696 or 588220. OLE color: 588220.
HSL color Cylindrical-coordinate representation of color #BCF908: hue angle of 75.19º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BCF908 is Cyan = 0.24, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 249 | 8 | - |
| CMYK | 0.24 | 0 | 0.97 | 0.02 |
| HSL | 75.19º | 0.95% | 0.5% | - |
| HSV(B) | 75.19º | 0.97% | 0.98% | - |
| XYZ | 54.66 | 78.46 | 12.49 | - |
| YUV | 203.29 | 17.79 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 249 | 8 | 0.24 | 0 | 0.97 | 0.02 | 75.19 | 0.95 | 0.5 |
| Hex | BC | F9 | 8 | 18 | 0 | 61 | 2 | 4B | 5F | 32 |
| Octal | 274 | 371 | 10 | 30 | 0 | 141 | 2 | 113 | 137 | 62 |
| Binary | 10111100 | 11111001 | 1000 | 11000 | 0 | 1100001 | 10 | 1001011 | 1011111 | 110010 |
Color Harmonies of #BCF908
Complementary color
Monochromatic Colors of #BCF908
Black with #BCF908
Text Example
Text Example
White with #BCF908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF908; }
p { color: rgb(188,249,8); }
H1.HeaderClassName
{
color: #BCF908;
}
.AnyTagClassName
{
color: #BCF908;
}
</style>
background-color css
<style>
a { background-color: #BCF908; }
a { background-color: rgb(188,249,8); }
div.DivClassName
{
background-color: #BCF908;
}
.BgClassName
{
background-color: #BCF908;
}
</style>
border-color css
<style>
span { border-color: #BCF908; }
span { border-color: rgb(188,249,8); }
td.TdClassName
{
border-color: #BCF908;
}
.TagClassName
{
border-color: #BCF908;
}
</style>