Shades of Electric Lime #BCF307
Tints of Electric Lime #BCF307
RGB
CMYK
RGB Variations
Color information
#BCF307 (or 0xBCF307) is known color: Electric Lime. HEX triplet: BC, F3 and 07. RGB value is (188,243,7). Sum of RGB (Red+Green+Blue) = 188+243+7=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 243 (95.31% from 255 or 55.48% from 438); Blue value is 7 (3.12% from 255 or 1.60% from 438); Max value from RGB is 243 - color contains mainly: green. Hex color #BCF307 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #BCF307 is #430CF8. Grayscale: #C8C8C8. Windows color (decimal): -4394233 or 521148. OLE color: 521148.
HSL color Cylindrical-coordinate representation of color #BCF307: hue angle of 73.98º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BCF307 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 243 | 7 | - |
| CMYK | 0.23 | 0 | 0.97 | 0.05 |
| HSL | 73.98º | 0.94% | 0.49% | - |
| HSV(B) | 73.98º | 0.97% | 0.95% | - |
| XYZ | 52.83 | 74.81 | 11.86 | - |
| YUV | 199.65 | 19.28 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 243 | 7 | 0.23 | 0 | 0.97 | 0.05 | 73.98 | 0.94 | 0.49 |
| Hex | BC | F3 | 7 | 17 | 0 | 61 | 5 | 4A | 5E | 31 |
| Octal | 274 | 363 | 7 | 27 | 0 | 141 | 5 | 112 | 136 | 61 |
| Binary | 10111100 | 11110011 | 111 | 10111 | 0 | 1100001 | 101 | 1001010 | 1011110 | 110001 |
Color Harmonies of #BCF307
Complementary color
Monochromatic Colors of #BCF307
Black with #BCF307
Text Example
Text Example
White with #BCF307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCF307; }
p { color: rgb(188,243,7); }
H1.HeaderClassName
{
color: #BCF307;
}
.AnyTagClassName
{
color: #BCF307;
}
</style>
background-color css
<style>
a { background-color: #BCF307; }
a { background-color: rgb(188,243,7); }
div.DivClassName
{
background-color: #BCF307;
}
.BgClassName
{
background-color: #BCF307;
}
</style>
border-color css
<style>
span { border-color: #BCF307; }
span { border-color: rgb(188,243,7); }
td.TdClassName
{
border-color: #BCF307;
}
.TagClassName
{
border-color: #BCF307;
}
</style>