Shades of Electric Lime #BCF709
Tints of Electric Lime #BCF709
RGB
CMYK
RGB Variations
Color information
#BCF709 (or 0xBCF709) is known color: Electric Lime. HEX triplet: BC, F7 and 09. RGB value is (188,247,9). Sum of RGB (Red+Green+Blue) = 188+247+9=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 247 (96.88% from 255 or 55.63% from 444); Blue value is 9 (3.91% from 255 or 2.03% from 444); Max value from RGB is 247 - color contains mainly: green. Hex color #BCF709 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF709 is #4308F6. Grayscale: #CBCBCB. Windows color (decimal): -4393207 or 653244. OLE color: 653244.
HSL color Cylindrical-coordinate representation of color #BCF709: hue angle of 74.87º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BCF709 is Cyan = 0.24, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 247 | 9 | - |
| CMYK | 0.24 | 0 | 0.96 | 0.03 |
| HSL | 74.87º | 0.94% | 0.5% | - |
| HSV(B) | 74.87º | 0.96% | 0.97% | - |
| XYZ | 54.05 | 77.23 | 12.32 | - |
| YUV | 202.23 | 18.95 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 247 | 9 | 0.24 | 0 | 0.96 | 0.03 | 74.87 | 0.94 | 0.5 |
| Hex | BC | F7 | 9 | 18 | 0 | 60 | 3 | 4B | 5E | 32 |
| Octal | 274 | 367 | 11 | 30 | 0 | 140 | 3 | 113 | 136 | 62 |
| Binary | 10111100 | 11110111 | 1001 | 11000 | 0 | 1100000 | 11 | 1001011 | 1011110 | 110010 |
Color Harmonies of #BCF709
Complementary color
Monochromatic Colors of #BCF709
Black with #BCF709
Text Example
Text Example
White with #BCF709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF709; }
p { color: rgb(188,247,9); }
H1.HeaderClassName
{
color: #BCF709;
}
.AnyTagClassName
{
color: #BCF709;
}
</style>
background-color css
<style>
a { background-color: #BCF709; }
a { background-color: rgb(188,247,9); }
div.DivClassName
{
background-color: #BCF709;
}
.BgClassName
{
background-color: #BCF709;
}
</style>
border-color css
<style>
span { border-color: #BCF709; }
span { border-color: rgb(188,247,9); }
td.TdClassName
{
border-color: #BCF709;
}
.TagClassName
{
border-color: #BCF709;
}
</style>